Skip to content

Commit c303e39

Browse files
tltvmshabarov
authored andcommitted
Add Quarkus chapter in upgrade guide
1 parent f3e44d4 commit c303e39

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

articles/upgrading/index.adoc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -323,6 +323,11 @@ If you're using a Gradle wrapper, update it to version 8.14 by executing the fol
323323

324324
For Java 21 compatibility, you may need to update the `sourceCompatibility` setting in your project's build file to version 21. Check your project's build file and make any necessary changes.
325325

326+
== Quarkus
327+
328+
Vaadin Quarkus extension is changed to build production package by default. No need for production profile with exclusions for development tools in Maven configurations because Vaadin Quarkus extension has build-in Vaadin plugin handling production packaging.
329+
330+
To allow project to keep build configuration unchanged, Vaadin Quarkus extension has `vaadin.build.enabled` property to change the default behaviour. Disable Vaadin plugin by adding `vaadin.build.enabled=false` in `application.properties` file to keep using profile based configuration.
326331

327332
== Removed Deprecations
328333

0 commit comments

Comments
 (0)