Remove JavaVersion in favour of standard Runtime.Version #3003
Labels
Build Libraries & Interfaces
enhancement
Enhancement or improvement to existing feature or request
v2.1.0
Issues and PRs related to version 2.1.0
v3.0.0
Issues and PRs related to version 3.0.0
Is your feature request related to a problem? Please describe.
Since JDK-9, the JDK provide standard means to manipulate runtime version using
Runtime
andRuntime.Version
.Describe the solution you'd like
Remove
JavaVersion
in favour of standardRuntime.Version
Describe alternatives you've considered
Keep this duplicate hierarchy of classes
Additional context
Since 2.0 set JDK-11 as baseline, we could use
Runtime.Version
and drop all checks for JDK-8/9/10The text was updated successfully, but these errors were encountered: