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

Change JDK baseline (v3) #765

Open
jodastephen opened this issue Jan 22, 2024 · 1 comment
Open

Change JDK baseline (v3) #765

jodastephen opened this issue Jan 22, 2024 · 1 comment

Comments

@jodastephen
Copy link
Member

jodastephen commented Jan 22, 2024

Version 3 should be based off a new baseline JDK.

Java 11 is the first sensible version beyond the module system. As a general rule, Joda-Time has been conservative with the JDK version, thus Java 11 would be the natural baseline, but it is likely to EOL before Java 8.

Java 21 is the latest version, and likely to be more adopted than 11 or 17 over time. Users wanting jlink support will generally be pushing up to the latest LTS release, making this a reasonably strong choice.

Need to identify if there are any APIs or issues that push one way or the other between these versions.

Any thoughts welcome.

@silviuburceadev
Copy link

silviuburceadev commented Apr 12, 2024

Spring Boot 3 requires Java 17 and many people are migrating to Java 17 just to be able to use SB 3. The adoption rate for Java 21 isn't great and forcing a minimum of Java 21 will not help the adoption rate of joda-time v3 either.

Java 21 is relatively new and the tooling is still catching up.

Hope this helps.

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

No branches or pull requests

2 participants