-
Notifications
You must be signed in to change notification settings - Fork 213
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
KOGITO-4887 Bump Quarkus 1.13 #1200
Conversation
Integration tests for Quarkus currently all fail with a similar message:
failing:
|
blocked by quarkusio/quarkus#16138 -- will wait to Quarkus 1.13.1 |
The Linux check has failed. Please check the logs. |
The Linux check has failed. Please check the logs. |
jenkins please retest this 😞 |
The Linux check has failed. Please check the logs. |
@cristianonicolai this build is failing due to an auth error -- I think they changed something there https://rhba-jenkins.rhev-ci-vms.eng.rdu2.redhat.com/job/KIE/job/kogito/job/pullrequest/job/kogito-runtimes/927/display/redirect |
The Linux check has failed. Please check the logs. |
jenkins please retest this |
The Linux check has failed. Please check the logs. |
jenkins please retest this |
jenkins retest this |
Jenkins retest this |
1 similar comment
Jenkins retest this |
Jenkins retest this |
2 similar comments
Jenkins retest this |
Jenkins retest this |
The Linux check has failed. Please check the logs. |
|
I think that is the issue. MP should be 1.1.3-RC1 |
I am always so confused about Maven resolution rules. I would expect the upstream version would win |
ugh
|
Maybe because it's an RC release ? |
The Linux check has failed. Please check the logs. |
jenkins please retest this 📿 |
@evacchi I cannot reproduce the issue. It seems the mongodb tests passed for the latest build. |
The Linux check has failed. Please check the logs. |
and the fun continues on examples, still mongodb
|
Seems like the mongo driver changed stuff |
don't worry @geoand it's on our Spring backend. Quarkus seems to be sorted out. Thx |
Coolio :) |
so, it looks like the Spring boot version we are using does not support mongodb 4.2.3 yet - <version.org.mongo>4.1.0</version.org.mongo>
+ <version.org.mongo>4.2.3</version.org.mongo> |
@xieshenzh yes they passed because I upgraded the MongoDB version with Quarkus' however, now Spring fails :/ I am putting an override and creating https://issues.redhat.com/browse/KOGITO-5031 /cc @cristianonicolai |
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
@evacchi there is a PR for dependencies management improvement: https://github.com/kiegroup/kogito-runtimes/pull/1210. It seems the PR is supposed to fix this issue. |
The Linux check is successful. |
https://issues.redhat.com/browse/KOGITO-4887
Bundle
Highlights
🙈
Many thanks for submitting your Pull Request ❤️!
Please make sure that your PR meets the following requirements:
KOGITO-XYZ Subject
[0.9.x] KOGITO-XYZ Subject
How to retest this PR or trigger a specific build:
Pull Request
Please add comment: Jenkins retest this
Quarkus LTS checks
Please add comment: Jenkins run LTS
Native checks
Please add comment: Jenkins run native
Full Kogito testing (with cloud images and operator BDD testing)
Please add comment: Jenkins run BDD
This check should be used only if a big change is done as it takes time to run, need resources and one full BDD tests check can be done at a time ...