James Daugherty
James Daugherty
### Is there an existing issue for this? - [X] I have searched the existing issues ### Community Note * Please vote on this issue by adding a :thumbsup: [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/)...
### Community Note * Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request * Please do...
Running bootRun or any database migraiton task now creates a derby.log file under the project root as of 4.0.0. This can be moved to a logs folder with System.setProperty('derby.stream.error.file', 'logs/derby-error.log'),...
### Expected Behavior After upgrading to Grails 6.2.0, one of our controllers started to error. I was able to reproduce this issue in a sample application. Visiting http://localhost:8080/example/list should render...
Updating to Grails 6.1.1.
### Feature description Add [openrewrite](https://docs.openrewrite.org/) scripts to facilitate easier upgrades to Grails 7
As a follow-up to https://github.com/grails/grails-data-mapping/issues/1468, we are evaluating whether to add automatic proxy unwrapping back to Grails 7 to facilitate an easier upgrade from prior Grails Versions that are out...
This won't work until the asset pipeline is updated separately.
https://github.com/apache/grails-core/pull/14093#discussion_r2020168768 There is not a clear dependency chain of projects to implement gsp. We should pull up classes where they're used by parent libraries and make it clear which projects...