mojohaus / jaxb2-maven-plugin

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

Investigate alternative to _schemagen_ #120

Closed lennartj closed 5 years ago

lennartj commented 5 years ago

Most of the problems with JDK upgrades and some internal behavior seem to be related to the schemagen tool. Schemagen was never a perfect tool - but since JAXB is completely gone from the JDK in releases 11 and onwards, we need to use another tool to process JAXB annotations and synthesize XML Schema Documents.

What options do we have?

Which options exist today? Could we use one of the implementations, such as EclipseLink to do the heavy lifting?

lennartj commented 5 years ago

This is too big an issue to implement within the same codebase as the Jaxb2-Maven-Plugin.