mojohaus / jaxb2-maven-plugin

JAXB2 Maven Plugin
https://www.mojohaus.org/jaxb2-maven-plugin/
Apache License 2.0
105 stars 76 forks source link

prepare jaxb2-maven-plugin for jakarta.xml.bind #165

Closed rlfnb closed 3 years ago

rlfnb commented 3 years ago

Hi,

i did a short analysis to update my jaxb stuff to jakarta.xml.bind - 3.0.0-RC3 (RC3 let me assuime its not so far from being released?). Obviously its not working as expected, because the package names were changed from javax.xml.bind. to jakarta.xml.bind.

/scratch/PoCJaxB/target/generated-sources/jaxb/my/package/.java:[11,33] package javax.xml.bind.annotation does not exist

For a first fix it might help to introduce a feature toogle to generate jakarta.xml.bind. imports instead of javax.xml.bind., nevertheless I guess it make sense to update the whole plugin to Jakarta XML Binding 3.0.0?