The JAXP API was a standalone API and there was an attempt to keep the code in sync across major versions. This is no longer the case. The code that depended on Java version string, such as isJavaVersionAtLeast and related code, can be removed.
- relates to
-
JDK-8144367 Allow for parsing jdk9 new version string
- Resolved
-
JDK-8087202 Add support for PATCH field and remove unused fields of new version string
- Resolved