Skip to content
New issue

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

Upgrade java version from java 8 to java 17 #432

Merged
merged 5 commits into from
Jan 9, 2024
Merged

Upgrade java version from java 8 to java 17 #432

merged 5 commits into from
Jan 9, 2024

Conversation

saieshwarm
Copy link
Contributor

@saieshwarm saieshwarm commented Dec 18, 2023

#Description
AWS Lambda is deprecating java8(Ref). This change will create resource lambdas with Java17 runtime.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

Copy link
Contributor

@mrinaudo-aws mrinaudo-aws left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @saieshwarm - thank you for your time! I see that you have bumped up the JaCoCo dependency to be able to use Java 17, which is great; we also need to bump it up in the generated pom.xml file, that is in python/rpdk/java/templates/init/shared/pom.xml to avoid a java.lang.IllegalArgumentException: Unsupported class file major version 61 on a generated project. Can you please update that file as well?

@mrinaudo-aws mrinaudo-aws self-requested a review January 5, 2024 20:37
Copy link
Contributor

@mrinaudo-aws mrinaudo-aws left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants