<https://start.grails.org/> can now generate a gra...
# general
j
https://start.grails.org/ can now generate a grails 7.0.0-SNAPSHOT application based on the new
org.apache.grails.*
maven coordinates. The latest SNAPSHOT is also using Spring Boot 3.5.0-RC1, as the Grails 7.0.0 release will now be based on Spring Boot 3.5.x.
partygrails 17
❤️ 2
And grails-forge-cli native binaries (the ones distributed to SDKman for Grails 6+), can be previewed on https://github.com/apache/grails-forge/actions/runs/14916394008 under artifacts
g
Yall are crushing it
a
Thanks ! Is bootJar supposed to work OK ?
Copy code
.jdks/openjdk-23.0.2/bin/java -jar build/libs/demo3-0.1.jar  
Error: Invalid or corrupt jarfile build/libs/demo3-0.1.jar 
 
~/dev/g7s/demo3
Regards
j
Yes, but I am seeing the same thing with the war and jar. I also tested with Spring Boot 3.4.5 and same result. And I used 17 vs 23, same result. https://github.com/apache/grails-core/issues/14729 Good catch This was working previously
a
You are welcome ! I could start testing our FW againts Grails 7.0.0-SNAPSHOT (https://github.com/Taack/infra/tree/g7M3). Seems to work great via bootRun, with Groovy 4.0.26 and OpenJDK 24 .. Will start other tests next week on a modular app (in Gradle sens, using buildSrc tricks, which I know, does not come along easily 🙂 ). Thanks for your support.
🚀 1