Details
-
Task
-
Resolution: Fixed
-
Major
-
10.9
-
None
Description
Among other things jaxb-core has been removed, only jaxb-runtime is left.
JAXB RI is now JPMS modularized:
All modules have native module descriptor.
Removed jaxb-core module, which caused split package issue on JPMS.
RI binary bundle now has single jar per dependency instead of shaded fat jars.
Removed runtime class weaving optimization.