Spring Framework 6.1.x supports up to Java 23, Grails may be slight different, but here it is running on 23.
partygrails 1
James Fredley
09/19/2024, 1:23 AM
image.png
James Fredley
09/19/2024, 12:53 PM
If you get any error messages about javax
refresh dependencies from IntelliJ to pull in the latest snapshots or run the commands with a refresh
./gradlew bootRun --refresh-dependencies
./grailsw run-app --refresh-dependencies