Closed highsource closed 11 months ago
I'm trying to migrate from jaxb2 to jaxb4. The CamelCase Always plugin was working pretty well.
Now in jaxb4, com.sun.xml.bind.api.impl.NameConverter
has been updated to org.glassfish.jaxb.core.api.impl.NameConverter
so the plugin fails.
Any chance you could suggest a workaround - a plugin doing the same end result? Or do you plan to update the CamelCase Always plugin?
Thanks
Hello @rbertucat
Could you open the issue in jaxb-tools repository and share and extract of the pom.xml that trigger the CamelCase plugin ? This repository has been merged in jaxb-tools (former maven-jaxb2-plugin).
You could also check the migration guide
Hi @laurentschoelens, I've created the issue here: https://github.com/highsource/jaxb-tools/issues/460 Thanks!
Thanks for the new issue. When treated, both could be closed. Hope the migration guide could also help you
I'm still using the CXF maven plugin to run XFC - I'm now considering to migrate to jaxb-tools as soon as the CamelCase Always plugin is available.
http://jira.highsource.org/browse/JIIB-25