-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Fix quarkus update regression on extensions #36668
Conversation
@aloubyansky with this PR (and before the data structure update) when running udpate on an extension we had this log:
as you can see there are not instructions to update the project bom, is that normal? |
Failing Jobs - Building 2f453f4
Full information is available in the Build summary check run. Failures⚙️ JVM Tests - JDK 17 #- Failing: integration-tests/kubernetes-client-devservices
📦 integration-tests/kubernetes-client-devservices✖
⚙️ JVM Tests - JDK 17 Windows #- Failing: extensions/vertx-http/deployment
! Skipped: devtools/cli extensions/agroal/deployment extensions/amazon-lambda-http/deployment and 364 more 📦 extensions/vertx-http/deployment✖
✖
⚙️ Maven Tests - JDK 11 Windows #- Failing: integration-tests/maven
📦 integration-tests/maven✖
✖
✖
✖
|
Thanks for the quick turnaround. |
@rsvoboda @aloubyansky note that this is important to backport or people will have trouble updating their custom extensions. |
This commit e9006c1, changed the logic when running update to allow having the update info as a data structure.
The checks added when building the structure were the same as when logging the info to update which is a bit too restrictive as it prevented from updating extensions.