Skip to content

[3.15] Quarkus update don't update multimodule project #48072

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

Open
jedla97 opened this issue May 27, 2025 · 1 comment
Open

[3.15] Quarkus update don't update multimodule project #48072

jedla97 opened this issue May 27, 2025 · 1 comment
Labels
area/jbang Issues related to when using jbang.dev with Quarkus kind/bug Something isn't working

Comments

@jedla97
Copy link
Contributor

jedla97 commented May 27, 2025

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 to rest.

Actual behavior

The update is not done with this output

[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[INFO] 
[INFO] --------------------------< org.acme:parent >---------------------------
[INFO] Building parent 1.0.0-SNAPSHOT
[INFO]   from pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- quarkus:3.15.5:update (default-cli) @ parent ---
[WARNING] quarkus:update goal is experimental, its options and output might change in future versions
[INFO] Detected project Java version: 17
[INFO] Detected project Java version: 17
[INFO] Quarkus platform BOMs:
[INFO] Remove: io.quarkus.platform:quarkus-bom:pom:3.8.5
[INFO] 
[INFO] No Quarkus extensions were found among the project dependencies
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.597 s
[INFO] Finished at: 2025-05-27T11:11:37+02:00
[INFO] ------------------------------------------------------------------------

How to Reproduce?

  1. git clone -b multimodule-update [email protected]:jedla97/quarkus-reproducers.git

When using 3.15.5

  1. jbang app install --name q315 --fresh --force io.quarkus:quarkus-cli:3.15.5:runner
  2. q315 update --stream=3.15 -Dquarkus.analytics.disabled=true
  3. git diff

And the update is not done. Git diff don't show any changes

When using 3.15.4

  1. jbang app install --name q315 --fresh --force io.quarkus:quarkus-cli:3.15.5:runner
  2. q315 update --stream=3.15 -Dquarkus.analytics.disabled=true
  3. git diff

Update is done and the git diff show changes

Output of uname -a or ver

No response

Output of java -version

No response

Quarkus version or git rev

3.15.5

Build tool (ie. output of mvnw --version or gradlew --version)

No response

Additional information

No response

@jedla97 jedla97 added the kind/bug Something isn't working label May 27, 2025
@quarkus-bot quarkus-bot bot added the area/jbang Issues related to when using jbang.dev with Quarkus label May 27, 2025
Copy link

quarkus-bot bot commented May 27, 2025

/cc @maxandersen (jbang), @quarkusio/devtools (jbang)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/jbang Issues related to when using jbang.dev with Quarkus kind/bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant