-
Notifications
You must be signed in to change notification settings - Fork 41.1k
Add EIGHTEEN to JavaVersion enum #29524
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
Comments
If I may suggest |
Is there any particular reason to go for that over |
Duration is probably loaded/initialized already, KeyStore maybe not. Also it's the more widely known class and thus fits better in the currently used ones in |
That's a good point. Ok, let's go with |
It might be a bit early for this as Java 18 is still subject to change. As things stand, we could use the new
getAttributes()
method onjava.security.KeyStore
to detect Java 18. AddingEIGHTEEN
will allow us to continue to test the range support in@ConditionalOnJava
once the constants for Java 16 and earlier have been removed.The text was updated successfully, but these errors were encountered: