quarkusio / quarkus

Quarkus: Supersonic Subatomic Java.
https://quarkus.io
Apache License 2.0
13.57k stars 2.63k forks source link

Dev tooling - update command - tooling help and Quarkus guides do not reflect that the changes get applied by default #32608

Open rsvoboda opened 1 year ago

rsvoboda commented 1 year ago

Describe the bug

Tooling help and Quarkus guides are talking about logging of Quarkus-related recommended updates, but in reality the changes get applied to the application.

https://github.com/quarkusio/quarkus/pull/32013 PR didn't touch docs and description of the commands/tasks.

The issue affects:

Commands/tasks description are different for each tool, the description should be unified unified.

Help and guides are talking about logging of Quarkus-related recommended updates.

Commands/tasks descriptions:

Documentation:

Expected behavior

Tooling help and Quarkus guides reflect the recent changes to the update command where the changes get directly applied.

SIDE NOTE: This change of behaviour could be also mentioned in https://github.com/quarkusio/quarkus/wiki/Migration-Guide-3.0

Actual behavior

Tooling help and Quarkus guides are talking about logging of Quarkus-related recommended updates, but in reality the changes get applied to the application.

https://github.com/quarkusio/quarkus/pull/32013 PR didn't touch docs and description of the commands/tasks.

How to Reproduce?

Output of uname -a or ver

macOS

Output of java -version

Java 17

GraalVM version (if different from Java)

No response

Quarkus version or git rev

Quarkus main

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

No response

Additional information

No response

rsvoboda commented 1 year ago

CC @maxandersen @ia3andy