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

Add Java 21 in the CI build #293

Merged
merged 4 commits into from
Nov 29, 2023
Merged

Add Java 21 in the CI build #293

merged 4 commits into from
Nov 29, 2023

Conversation

jchen293
Copy link
Contributor

@jchen293 jchen293 commented Nov 29, 2023

Description

Add java 21 in the CI build
Bump lombok to support JDK 21

Testing

Pull Request Type

Please select the option(s) that are relevant to this PR.

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Improvement (fixing a typo, updating readme, renaming a variable name, etc)

@jchen293 jchen293 requested a review from a team November 29, 2023 21:15
Copy link
Member

@Justintime50 Justintime50 left a comment

Choose a reason for hiding this comment

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

We should bump the other actions using 20 to 21 as a part of this

Justintime50
Justintime50 previously approved these changes Nov 29, 2023
@jchen293 jchen293 changed the title add java 21 in the CI build Add Java 21 in the CI build Nov 29, 2023
@Justintime50
Copy link
Member

question: why do we have lombok defined twice in pom.xml? Can we remove one of them and just define it once?

@jchen293
Copy link
Contributor Author

question: why do we have lombok defined twice in pom.xml? Can we remove one of them and just define it once?

That one is for error-prone specifically since Lombok will auto-generate the setter/getter methods for you, removing it will cause the build to fail because error-prone will throw errors indicating getter/setter methods are not found.

@jchen293 jchen293 merged commit 0d98159 into master Nov 29, 2023
17 checks passed
@jchen293 jchen293 deleted the java_21 branch November 29, 2023 21:50
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.

2 participants