Skip to content

Commit 95ce970

Browse files
committed
Enable Java 21
1 parent 61b185f commit 95ce970

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
### ⚙️ Technical
88
Hoist 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
1010
part 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

2021
See the grails documentation at https://docs.grails.org/7.0.0-RC2/guide/upgrading.html#upgrading60x
2122
for more information.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
404404
see http://hotswapagent.org/ and https://github.com/HotswapProjects/HotswapAgent for details on
405405
how to setup.
406406

0 commit comments

Comments
 (0)