We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Java 8 is used in funqy-amazon-lambda and amazon-lambda archetypes
Quarkus uses Java 17 as the baseline since Quarkus 3.7 - https://quarkus.io/blog/quarkus-3-7-released/
https://github.com/quarkusio/quarkus/blob/main/extensions/funqy/funqy-amazon-lambda/maven-archetype/src/main/resources/archetype-resources/sam.jvm.yaml#L37 defines
Runtime: java8
https://github.com/quarkusio/quarkus/blob/main/extensions/amazon-lambda/maven-archetype/src/main/resources/archetype-resources/build.gradle#L26 defines
java { sourceCompatibility = JavaVersion.VERSION_1_8 targetCompatibility = JavaVersion.VERSION_1_8 }
The text was updated successfully, but these errors were encountered:
/cc @matejvasek (amazon-lambda,funqy), @patriot1burke (amazon-lambda,funqy)
Sorry, something went wrong.
No branches or pull requests
Describe the bug
Java 8 is used in funqy-amazon-lambda and amazon-lambda archetypes
Quarkus uses Java 17 as the baseline since Quarkus 3.7 - https://quarkus.io/blog/quarkus-3-7-released/
https://github.com/quarkusio/quarkus/blob/main/extensions/funqy/funqy-amazon-lambda/maven-archetype/src/main/resources/archetype-resources/sam.jvm.yaml#L37 defines
https://github.com/quarkusio/quarkus/blob/main/extensions/amazon-lambda/maven-archetype/src/main/resources/archetype-resources/build.gradle#L26 defines
The text was updated successfully, but these errors were encountered: