You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using Quarkus 3.15.5 CLI update multimodule project from 3.8.5, the project is not updated. When using same project with 3.15.4 CLI the project is updated.
Describe the bug
When using Quarkus 3.15.5 CLI update multimodule project from 3.8.5, the project is not updated. When using same project with 3.15.4 CLI the project is updated.
You can find the reproducer project at https://github.com/jedla97/quarkus-reproducers/tree/multimodule-update .
Expected behavior
The Quarkus version in parent pom is updated, and the
resteasy-reactive
artifact are renamed torest
.Actual behavior
The update is not done with this output
How to Reproduce?
git clone -b multimodule-update [email protected]:jedla97/quarkus-reproducers.git
When using 3.15.5
jbang app install --name q315 --fresh --force io.quarkus:quarkus-cli:3.15.5:runner
q315 update --stream=3.15 -Dquarkus.analytics.disabled=true
git diff
And the update is not done.
Git diff
don't show any changesWhen using 3.15.4
jbang app install --name q315 --fresh --force io.quarkus:quarkus-cli:3.15.5:runner
q315 update --stream=3.15 -Dquarkus.analytics.disabled=true
git diff
Update is done and the
git diff
show changesOutput of
uname -a
orver
No response
Output of
java -version
No response
Quarkus version or git rev
3.15.5
Build tool (ie. output of
mvnw --version
orgradlew --version
)No response
Additional information
No response
The text was updated successfully, but these errors were encountered: