-
Notifications
You must be signed in to change notification settings - Fork 9.1k
HADOOP-19693 Update Java 24 to 25 in docker images #7991
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
Conversation
PTAL @slfan1989 |
🎊 +1 overall
This message was automatically generated. |
💔 -1 overall
This message was automatically generated. |
@pan3793 Could you please review this PR? Thank you very much! Pan has some experience with higher versions of JDK. |
Not much to review here @slfan1989 . This is just the first step to being able to test with JDK25. TBH I don't see much value in supporting or testing for JDK24, the real goal is JDK25, the stable release. Generally, I would test with the supported stable Java releases, plus the latest supported non-stable Java release. i.e when JDK 26 is released it, then keep Java 25 and add Java 26, then keep replacing Java 26 with 27,28,29,29... until the next stable Java is released (with the optimistic assumption that Hadoop is going to keep up with the non-stable Java releases, and we won't have to do any more big bang updates for 10+ java releases) |
@stoty Thanks for the contribution! Merged into trunk. |
Description of PR
JIRA: HADOOP-19693. Update Java 24 to 25 in docker images.
Update Java 24 to 25 in docker images
How was this patch tested?
Built ubuntu_20 and ubuntu_24 x64 images, and ran java 25 in them.
For code changes:
LICENSE
,LICENSE-binary
,NOTICE-binary
files?