-
Notifications
You must be signed in to change notification settings - Fork 93
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
Upgrade to Quarkus CXF & Camel Quarkus 3.18.0 #1398
Conversation
@ppalaga I had to disable the Camel CXF SOAP tests and some QCXF tests due to this issue: Not sure if it's just specific to the test suite or whether there's some wider problem. The CQ itests are passing with QCXF 3.18.0 so I am a bit confused about it. |
This comment has been minimized.
This comment has been minimized.
Thanks for filing the issue, @jamesnetherton. As far as I can see, it is caused by the fact that the generated Camel BOM does not contain the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should not merge like this.
The problem comes from Camel Quarkus, where the generated change in Camel Quarkus was commited in To avoid blocking Platfrom 3.18.0, let's add the exclusion in the generator config. |
@jamesnetherton this should fix it: jamesnetherton#1 Please feel free to squash into this PR |
c86f337
to
1a34819
Compare
Thanks, tests passed locally. |
This comment has been minimized.
This comment has been minimized.
@ppalaga I think |
Took the liberty of disabling them and opened issues: |
Status for workflow
|
Thanks! |
Supersedes #1397.
Quarkus CXF Release Notes: https://docs.quarkiverse.io/quarkus-cxf/dev/release-notes/3.18.0.html