3.0.0
New release for Jakarta EE 9. Adopts new API package namespace jakarta.xml.bind.*
.
- main implementation jar split into two parts - jaxb-core and (smaller) jaxb-impl
- content of the new jaxb-impl moved from
com.sun.xml.bind
package toorg.glassfish.jaxb.runtime
package - content of the new jaxb-core moved from
com.sun.xml.bind
package toorg.glassfish.jaxb.core
package - changed prefix of all properties from
com.sun.xml.bind
toorg.glassfish.jaxb
- moved to support new namespace for schema customizations
<bindings xmlns="https://jakarta.ee/xml/ns/jaxb" version="3.0">...</bindings>
- uses Jakarta XML Binding APIs 3.0.0
- uses Jakarta Activation APIs 2.0.0
- delivers istack-commons 4.0.0
- delivers fastinfoset 2.0.0
- delivers stax-ex 2.0.0
Get standalone binary distribution