highsource / jaxb2-basics

Useful plugins and tools for JAXB2.
BSD 2-Clause "Simplified" License
109 stars 54 forks source link

CamelCase Always plugin #61

Closed highsource closed 11 months ago

highsource commented 8 years ago

http://jira.highsource.org/browse/JIIB-25

rbertucat commented 12 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

laurentschoelens commented 12 months ago

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

rbertucat commented 12 months ago

Hi @laurentschoelens, I've created the issue here: https://github.com/highsource/jaxb-tools/issues/460 Thanks!

laurentschoelens commented 12 months ago

Thanks for the new issue. When treated, both could be closed. Hope the migration guide could also help you

rbertucat commented 12 months ago

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.