Details
-
Type:
Task
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 10.9
-
Fix Version/s: 10.10-rc-1
-
Component/s: Dependency Upgrades
-
Labels:None
-
Difficulty:Unknown
-
Documentation:N/A
-
Documentation in Release Notes:
-
Similar issues:
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.