Skip to content
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

Add possibility to use XSDs from Maven dependencies #264

Open
N4zroth opened this issue Jul 4, 2023 · 2 comments
Open

Add possibility to use XSDs from Maven dependencies #264

N4zroth opened this issue Jul 4, 2023 · 2 comments

Comments

@N4zroth
Copy link

N4zroth commented Jul 4, 2023

Our project has a lot of intertwined dependencies that all use XSDs from each other. We're currently migrating from https://github.com/highsource/jaxb-tools/ to this plugin as we need JAXB 3.0 compatibility. The old plugin had the possibility to use a catalog with rewriteSystem to a URI starting with 'maven:' which was handled by https://github.com/highsource/jaxb-tools/blob/master/plugin-core/src/main/java/org/jvnet/jaxb/maven/resolver/tools/MavenCatalogResolver.java
A similiar possibility would be nice to avoid unpacking a lot of XSDs and adding them to the XJC source folder.

@laurentschoelens
Copy link

@N4zroth Hi

We are currently working on jaxb3 jaxb4 jakarta support on initial repository.

This should come very soon but we have problems with catalog resolution with upgraded xjc and we try to solve it before jaxb2.

Could you test latest version of the plugins to see if it works well with your config (2.0.3 and 2.0.4 with bugfixes).

Regards

@laurentschoelens
Copy link

@N4zroth : jaxb-tools has been released with support of JAXB3 / JAXB4 😉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants