-
Notifications
You must be signed in to change notification settings - Fork 99
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CamelCase Always plugin (and other org.andromda.thirdparty.jaxb2_commons plugins) #460
Comments
I look to get source code of this plugin (and others ones if interesting). Maybe we could get this in 4.0.1 which is in staging mode |
PR provided for camelcase : need to update wiki now 😄 |
Looks good Laurent, thanks. Any chance this will be part of the next release? When is the next release planned for? |
Need first to get it pass the build workflow 😂 |
Here is the wiki's documentation and how-to use CamelCase plugin from jaxb-tools : https://github.com/highsource/jaxb-tools/wiki/JAXB-CamelCase-Plugin |
@rbertucat : this is now merged in master (4.0.1) so be part of the next release by the end of the month. |
@laurentschoelens we were able to test on our side and it works great! Thank you so much for the quick turnaround! |
@laurentschoelens any update on the 4.0.1 release date please? |
@mattrpav ? |
@rbertucat : sorry for the delay but good news, 4.0.2 version has been released. Enjoy |
@laurentschoelens thanks for the release. We've been able to switch to 4.0.3, and we are also using the |
Thanks for the feedback @rbertucat 😄 |
I'm trying to migrate from jaxb2 to jaxb4. The CamelCase Always plugin used to work pretty well.
Now in jaxb4,
com.sun.xml.bind.api.impl.NameConverter
has been updated toorg.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?
Example:
From: https://stackoverflow.com/questions/8916398/how-can-i-get-jaxb2-to-emit-camelcase-bindings
Sources are here: https://repo1.maven.org/maven2/org/andromda/thirdparty/jaxb2_commons/camelcase-always/1.0/
The text was updated successfully, but these errors were encountered: