JDK-8253072 : XERCES version is displayed incorrect
  • Type: Bug
  • Component: core-libs
  • Affected Version: 8u261
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2020-09-12
  • Updated: 2021-01-28
  • Resolved: 2020-09-29
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 7 JDK 8
7u291Fixed 8u281 b01Fixed
Related Reports
Relates :  
Description
Xerces version is diplayed incorrect when we use ./java com.sun.org.apache.xerces.internal.impl.Version  to check the version.

In JDK1.8.0_261 the Xerces version is 2.12 , but the command displays  2.7.1.

# ./java com.sun.org.apache.xerces.internal.impl.Version
Xerces-J 2.7.1

Need to update the version value in com.sun.org.apache.xerces.internal.impl.Version
Comments
XERCES version in Openjdk 8u272 appears to be 2.10.0. JDK-8242470 and JDK-8238164 have yet backported.
22-10-2020