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

Migration java 21 #1898

Open
dloy opened this issue May 9, 2024 · 1 comment
Open

Migration java 21 #1898

dloy opened this issue May 9, 2024 · 1 comment

Comments

@dloy
Copy link
Contributor

dloy commented May 9, 2024

We are currently running on java 11 with an implementation of java 8. The intention has been to move to java 11 compilation and execution later this year. Premier support for java 11 ended September 2023.

This proposal is that we move to the latest Long Term Support (LTS) version of java, java 21, for implementation, compilation and execution. This premier support should be good through September 2028.

Indications are that most required coding changes forced by recent java upgrades were in versions 9 and 10. We currently appear to be able to move our code to java 11 without additional changes. This predicts we should be able to move to java 21 without requiring code updates (hopefully!).

For java 21 Ashley reports:
AmazonLinux2023 offers rpms for java21. Tomcat docs indicate tomcat9 works with any java 8 or later. I see no issues.
https://tomcat.apache.org/whichversion.html

Amazon Corretto Java 21 is currently available.

@elopatin-uc3
Copy link
Contributor

elopatin-uc3 commented May 13, 2024

Ensure we can obtain all supporting tools needed for Java 21 on our development platforms (PC, Linux, Mac).

Consider timing this effort with creation of new dev boxes running on AL2023.

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

No branches or pull requests

2 participants