mojohaus / jaxb2-maven-plugin

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

updated to jaxb 3.0 #166

Closed rlfnb closed 3 years ago

rlfnb commented 3 years ago

tried to address the ticket #165 already, most of the things are still rough, also needed to ignore some test cases. But I'm already able to use the newly build package with the jakarta XML binding 3.0.0 RC!

darmbrust commented 3 years ago

Am I understanding it correctly, that until this is merged, or some fix along these lines, we still can't generate java code from schema with jakarta imports?

Doesn't seem to be a single maven jaxb plugin that works with jakarta imports yet... what a mess Oracle has made.

adamretter commented 3 years ago

Hi @rlfnb and @lennartj I would be interested to know what is required to get support for JAXB 3.0 into the mainline of the plugin and a version released to Maven Central. I am using JAXB 3.0 in a project here, and not having a decent Maven plugin that supports it is a pain. I would be willing to contribute time and code to this effort if you can direct me.