Why does quarkus update break in 3.25 or higher? #51660
davisjc-glitch
started this conversation in
Community
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, I've used quarkus update successfully in the past to upgrade to many different versions of quarkus, including successfully earlier this week upgrading all the way from 3.20 to 3.24 one version at a time
However, when attempting to upgrade to to 3.25, I get an error message :
Do you want to apply the generated update recipes with OpenRewrite? ([y]es, [n]o, [d]ry-run + [Enter])
y
[INFO]
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] Update in progress (this may take a while):
[INFO] - executing OpenRewrite 6.21.0 command...
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 18.824 s
[INFO] Finished at: 2025-12-17T11:41:54-05:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal io.quarkus.platform:quarkus-maven-plugin:3.25.4:update (default-cli) on project dms-tfng-ingest-svc: Execution default-cli of goal io.quarkus.platform:quarkus-maven-plugin:3.25.4:update failed: The OpenRewrite 6.21.0 command exited with an error. Logs can be found at: target\rewrite\rewrite.log: Failed to start process pipeline: Cannot run program "C:\ApacheMaven\apache-maven-3.9.11\bin\mvn": CreateProcess error=193, %1 is not a valid Win32 application -> [Help 1]
I am using maven 3.9.11, on Windows 11 64bit, and this is the exact command I ran :
mvn io.quarkus.platform:quarkus-maven-plugin:3.25.4:update -N -Dstream="3.25"
Are there some new configuration flags or settings that need to be adjusted when going from 3.24 (where the quarkus update command worked perfectly) to 3.25?
I've looked at the migration guide but don't see anything standing out that might address this issue
https://github.com/quarkusio/quarkus/wiki/Migration-Guide-3.25?
Beta Was this translation helpful? Give feedback.
All reactions