File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 66
77### ⚙️ Technical
88Hoist Core v34 is a major framework upgrade version, with underlying upgrades to Grails 7.0,
9- Spring Boot 3.5, Spring 6.2, Groovy 4.0. and Gradle 8.14. With this release grails is officially
9+ Spring Boot 3.5, Spring 6.2, Groovy 4.0. and Gradle 8.14 and Java 21 With this release grails is officially
1010part of the Apache Foundation. The main required changes to applications are the following:
1111
1212 * Change to logging config to accommodate the latest version of LogBack, and its removal of the groovy DSL.
@@ -16,6 +16,7 @@ part of the Apache Foundation. The main required changes to applications are th
1616 Misc. updates and simplification to ` build.gradle ` and ` gradle.properties ` to adapt to Gradle 8.
1717 See toolbox for an example of these changes.
1818 * Changes of various core imports from ` javax ` to ` jakarta ` .
19+ * Java 21 is now the recommended JVM for Hoist. Java 17 is still supported.
1920
2021See the grails documentation at https://docs.grails.org/7.0.0-RC2/guide/upgrading.html#upgrading60x
2122for more information.
Original file line number Diff line number Diff line change @@ -400,7 +400,7 @@ implementation of this monitoring API for both Hoist and non-Hoist based applica
400400## Development setup
401401
402402### Hot reloading.
403- Hot reloading is supported for Java17 using the java hotswap agent. Please
403+ Hot reloading is supported for Java 17 and Java 21 using the java hotswap agent. Please
404404see http://hotswapagent.org/ and https://github.com/HotswapProjects/HotswapAgent for details on
405405how to setup.
406406
You can’t perform that action at this time.
0 commit comments