-
Notifications
You must be signed in to change notification settings - Fork 28
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
[1.3.z] Pinning external application branches to 3.2 #905
Conversation
* Pinning usages of Camel on Quarkus and Quarkus quickstarts to 3.2 release stream branches.
run tests |
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.
Looks good, let's wait for CI.
What about |
aha, |
Sadly last time that app got an update was with 2.7.1. |
|
@rsvoboda The job needs to be ran on JDK17 executors. I will update it, as JDK11 is deprecated anyway - wdyt? |
What requires JDK 17? |
@rsvoboda The Apache Camel extension for Quarkus quickstart has compilation target set to JDK17. Since we run the tests on JDK 11, the application gets built locally into container image, deployed and referenced from OpenShift deployment. Sadly, since the executor is on JDK 11, it cannot compile the quickstart: |
* Removing TODOs that have been resolved by quarkus-qe#905.
Summary
Please check the relevant options
run tests
phrase in comment)Checklist: