-
Notifications
You must be signed in to change notification settings - Fork 194
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
[Quarkus 3.0.0.Alpha6] IllegalAnnotationsException Two classes have the same XML type name thrown at build time by quarkus-jaxb #4603
Comments
It looks like CXF 4 does not depend on santuario:xmlsec anymore. So quarkus-cxf should also stop depending on Qverse xmlsec. This is surely reproducible also in Qverse CXF. |
Blocked by quarkiverse/quarkus-cxf#730 |
No, this is not true. The santuario:xmlsec dependecy is still there, although now it is transitive. |
Just a heads up - in order to upgrade to Quarkus 3.0.0.Alpha5, I had to disable the cxf-soap test bits in c8a4adb. |
There is a proper fix in Quarkus main branch that did not make it to 3.0.0.Alpha5: quarkusio/quarkus#31666 With Quarkus 3.0.0.Alpha5 this issue can be worked around by putting |
This reverts commit c8a4adb.
…classes have the same XML type name thrown at build time by quarkus-jaxb
have the same XML type name thrown at build time by quarkus-jaxb
…ion Two classes" This reverts commit 7c1d7e8.
…o classes" This reverts commit 7c1d7e8.
Something must have changed in Quarkus JAXB because all of the CXF SOAP tests fail with similar
Two classes have the same XML type
issues like this:The text was updated successfully, but these errors were encountered: