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
IMPORTANT: If using https://quarkus.io/guides/cli-tooling[Quarkus CLI] then always make sure the latest version is used. The `quarkus version` command should output version 3+.
71
81
72
82
Keep in mind that there is no dry-run mode.
73
83
In other words, once you trigger the update, the changes will be immediately written to the file system.
74
84
However, you can leverage the source code management tool to see the transformations applied.
75
-
For example, if using Git then run the update tool and execute the `git diff` command afterwards to see the changes.
85
+
For example, if using Git then run the update tool and execute the `git diff` command afterwards to see the changes.
76
86
And if something went wrong then just use `git checkout .` to revert the changes.
77
87
78
88
TIP: If your application depends on Hibernate ORM, the dedicated https://github.com/quarkusio/quarkus/wiki/Migration-Guide-3.0:-Hibernate-ORM-5-to-6-migration[Hibernate ORM 5 to 6] migration guide will come in handy.
0 commit comments