-
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
CLI in version 3.8.5 does not properly update #42567
Comments
/cc @ebullient (cli), @maxandersen (cli) |
The key in your log is:
It doesn't apply anything. Now we need to figure out why :). To clarify, what doesn't work is:
What does work:
Can you confirm? |
Yes that is true. |
I wonder if it could be related to this thing I fixed for 3.12: 634a851 |
/cc @rsvoboda to have it on your radar for 3.8.6 |
Yes it does help. When I manually run update command with these changes, it works. |
@mocenas cool, thanks for confirming, I will backport this to 3.8.6! |
I pushed this commit to #42547 so we should be all good for 3.8.6. Thanks for the report! |
Describe the bug
Using quarkus 3.8.5 I cannot update app from 3.2.12.Final to 3.8.5. Update process reports no issues, just does not do any changes.
It can be reproduced by creating app using CLI and trying to update it. Attaching update.log from that.
Switching quarkus CLI to 3.12.3 solves the problem. Using that version of CLI it works no problem.
Expected behavior
App will be update to 3.8.5. Especially quarkus version in pom.xml
Actual behavior
No changes were made.
How to Reproduce?
Use quarkus CLI 3.8.5
quarkus create app app --stream=3.2
cd app
quarkus update --stream=3.8
Output of
uname -a
orver
No response
Output of
java -version
17
Quarkus version or git rev
No response
Build tool (ie. output of
mvnw --version
orgradlew --version
)quarkus CLI
Additional information
No response
The text was updated successfully, but these errors were encountered: