-
Notifications
You must be signed in to change notification settings - Fork 91
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 Camel Quarkus to 3.0.0-RC2 and Google Cloud Services to 2.2.0 #917
Conversation
@loicmathieu looks like the root pom.xml was not committed |
This comment has been minimized.
This comment has been minimized.
Sorry @aloubyansky, I added it to the commit. |
This comment has been minimized.
This comment has been minimized.
@loicmathieu how do these failures look to you? |
I don't get why |
@jamesnetherton what would introduce |
This PR and the upgrade to the latest Google Cloud libs. If you browse the dependency tree from
But in the platform we see:
|
It's due to the
from https://github.com/googleapis/sdk-platform-java resulting in |
@jamesnetherton it's not the first time we have an issue due to this library that is not updated at Quarkus side. I have no idea how we can work around that. |
@gsmet we should bump the version of |
I opened quarkusio/quarkus#35239 |
In the meantime, we could apply the following to the platform
|
Oh, it actually doesn't exist in that version |
So they use the same repo but release submodules under different versions. I'll have a look a bit later how to handle this better. |
I opened quarkusio/quarkus#35283 to upgrade the lib at Quarkus side. |
I made some adjustments and also included the Camel Quarkus update here to check we can come up with something working with both updated. |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Failing Jobs - Building b3280e3
Full information is available in the Build summary check run. Failures⚙️ Build - JDK 17 #- Failing:
📦 Root project✖ 📦 generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-cxf-soap-grouped✖ ✖ ✖ ✖ ✖ ✖ ✖ ✖ ✖ ✖ ✖ ✖ ✖ ✖ ✖ ✖ ✖ ✖ ✖ ✖ ✖ ✖ ✖ ✖ ✖ ✖ ✖ ✖ ✖ ✖ ✖ ✖ ✖ ✖ ✖ ✖ ✖ ✖ ✖ ✖ ✖ 📦 generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-ftp✖ 📦 generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-google-pubsub✖ 📦 generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-platform-http✖ 📦 generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-ssh✖ 📦 generated-platform-project/quarkus-cxf/integration-tests/quarkus-cxf-integration-test-metrics✖ 📦 generated-platform-project/quarkus-cxf/integration-tests/quarkus-cxf-integration-test-mtom✖ 📦 generated-platform-project/quarkus-cxf/integration-tests/quarkus-cxf-integration-test-mtom-awt✖ ✖ 📦 generated-platform-project/quarkus-cxf/integration-tests/quarkus-cxf-integration-test-server✖ ✖ ✖ ✖ ✖ ✖ ✖ ✖ ✖ ✖ ✖ ✖ ✖ ✖ ✖ ✖ ✖ ✖ ✖ ✖ 📦 generated-platform-project/quarkus-cxf/integration-tests/quarkus-cxf-integration-test-ws-addressing✖ ✖ ✖ ✖ ✖ 📦 generated-platform-project/quarkus-cxf/integration-tests/quarkus-cxf-integration-test-ws-rm✖ 📦 generated-platform-project/quarkus-cxf/integration-tests/quarkus-cxf-integration-test-ws-security-server✖ ✖ ✖ ✖ ✖ ✖ ✖ 📦 generated-platform-project/quarkus-cxf/integration-tests/quarkus-cxf-integration-test-ws-trust✖ ✖ ✖ 📦 generated-platform-project/quarkus-google-cloud-services/integration-tests/quarkus-google-cloud-services-main-it✖ ✖ ✖ |
OK, it doesn't look worse. I will try to backport it to 3.2 where we have a cleaner status. |
@gsmet we really need to have quarkusio/quarkus#35283 merged first, that would make this PR to be green I think. |
@loicmathieu AFAICS, it'd be equivalent to what @gsmet added to this PR. |
Can we try adding overrides for the gax misalignment? E.g:
|
This PR cannot work as it can only be merged on Quarkus 3.2 now that the removal of bootstrap config is merged. |
@jamesnetherton this should fix the issue with Google Cloud services in Camel.
@gsmet please also backport it to 3.2.