Petals Distribution

JaxB is no more included in Java 11 runtime

Details

  • Description:
    Hide

    JaxB is no more included in Java 11 runtime. So it should be added as dependency.

    JaxB is now managed by Eclipse Foundation under the project Eclipse Enterprise for Java (EE4J) available in version 2.3.3 (-3.0.0-) as:

    • jakarta.xml.bind:jakarta.xml.bind-api for the API,
    • org.glassfish.jaxb:jaxb-runtime in place of com.sun.xml.bind:jaxb-impl and com.sun.xml.bind:jaxb-core,
    • org.glassfish.jaxb:jaxb-xjc in place of com.sun.xml.bind:jaxb-xjc.
    Show
    JaxB is no more included in Java 11 runtime. So it should be added as dependency. JaxB is now managed by Eclipse Foundation under the project Eclipse Enterprise for Java (EE4J) available in version 2.3.3 (-3.0.0-) as:
    • jakarta.xml.bind:jakarta.xml.bind-api for the API,
    • org.glassfish.jaxb:jaxb-runtime in place of com.sun.xml.bind:jaxb-impl and com.sun.xml.bind:jaxb-core,
    • org.glassfish.jaxb:jaxb-xjc in place of com.sun.xml.bind:jaxb-xjc.
  • Environment:
    -

Issue Links

Activity

Hide
Christophe DENEUX added a comment - Mon, 15 Feb 2021 - 10:28:02 +0100 - edited

No Maven plugins exist generating classes compliant with Jaxb3:

  • org.jvnet.jaxb2.maven2:maven-jaxb2-plugin does not support JaxB 3 and seems to be dead.
  • org.codehaus.mojo:jaxb2-maven-plugin:3.0.0 that should support JaxB 3 is not available in a Maven repository

As JaxB 3 changes javax.* package name to jakarta.*, we will bump JaxB to 2.3.3 to be able to use the actual org.jvnet.jaxb2.maven2:maven-jaxb2-plugin

Show
Christophe DENEUX added a comment - Mon, 15 Feb 2021 - 10:28:02 +0100 - edited No Maven plugins exist generating classes compliant with Jaxb3:
  • org.jvnet.jaxb2.maven2:maven-jaxb2-plugin does not support JaxB 3 and seems to be dead.
  • org.codehaus.mojo:jaxb2-maven-plugin:3.0.0 that should support JaxB 3 is not available in a Maven repository
As JaxB 3 changes javax.* package name to jakarta.*, we will bump JaxB to 2.3.3 to be able to use the actual org.jvnet.jaxb2.maven2:maven-jaxb2-plugin
Hide
Christophe DENEUX added a comment - Fri, 26 Mar 2021 - 11:30:12 +0100

New dependencies added

Show
Christophe DENEUX added a comment - Fri, 26 Mar 2021 - 11:30:12 +0100 New dependencies added

People

Dates

  • Created:
    Fri, 12 Feb 2021 - 15:25:13 +0100
    Updated:
    Tue, 30 Mar 2021 - 15:11:54 +0200
    Resolved:
    Fri, 26 Mar 2021 - 11:30:12 +0100