James Fredley
James Fredley
### Issue description Gradle 9 is targeted for a Q2 2025 release. It will most likely be supported in Grails 8, which will be based on Spring Boot 4.0.x and...
For Grails 7 we will distribute a combined CLI with `grails-shell-cli` and `grails-forge-cli` to SDKman `./grails` defaults to grails-shell-cli `./grails -t forge` for grails-forge-cli Update documentation to reference the correct...
These were overlooked because they live on a docs branches in the old location. Most have not been updated in many years. Some of this documentation already exists in https://docs.grails.org/latest/guide/single.html#profiles...
When `factory_class: 'org.hibernate.cache.ehcache.SingletonEhCacheRegionFactory'` is present in `application.yml`, the org.hibernate:hibernate-ehcache dependency is loaded with the non-jakarta version of `hibernate-core` which causes method not found errors given Grails 7 uses the Jakarta...
### Issue description This will simplify the Grails.org domain and DNS move to ASF. Most of the ~43TB/month in bandwidth comes from documentation. **Repos Not migrated to Apache:** async.grails.org. 1...
https://github.com/codeconsole/grails-plugin-sitemesh3/issues/3
https://github.com/codeconsole/grails-plugin-sitemesh3/issues/1
### Issue description Was restored for Grails 7 on https://github.com/grails/grails-core/pull/13869 Address the underlying concerns: https://github.com/grails/grails-core/issues/10188 https://github.com/grails/grails-core/pull/10280
logback.xml has been removed from the skeleton and replaced by spring-logback.xml, but both still end up in the generated application. Only spring-logback.xml should exist.
We may need 10 distinct profiles, some of them may be merged. Maybe we also can make angular, react, vue just be optional features of rest-api to consolidate 4 into...