Skip to content

3.0.0

Compare
Choose a tag to compare
@lukasj lukasj released this 26 Nov 15:14
· 202 commits to master since this release

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 to org.glassfish.jaxb.runtime package
  • content of the new jaxb-core moved from com.sun.xml.bind package to org.glassfish.jaxb.core package
  • changed prefix of all properties from com.sun.xml.bind to org.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