James Fredley
James Fredley
### Issue description > The legacy `Upload` task was removed in Gradle 8. Please use the `maven-publish` or `ivy-publish` plugin instead. For more on publishing on maven repositories, please refer...
There is a need for Grails Shell 7 for Grails 7 to support plugins using Custom Scripts, other Custom Scripts, IntelliJ Grails Plugin including the Run Grails Command and all...
### Issue description Grails 6.2.0 uses org.grails:grails-gradle-plugin:6.1.2 and org.grails:grails-bootstrap:6.1.2 which do not exhibit this issue. We will need to release org.grails:grails-bootstrap:6.2.1 which has the fix for https://github.com/grails/grails-core/pull/13472 first, and can...
8.0.x branch has been created for Grails 7: https://github.com/grails/grails-cache
5.0.x branch created for Grails 7: https://github.com/grails/grails-redis
Tests are disabled in `.github/gradle.yml`. Current Issues: The interface XXX cannot be implemented more than once with different arguments. `implements ContainerRenderer` was causing Render to be implement more than once....
Currently annotated with `@PendingFeature` or `@Ignore` to skip Commit: https://github.com/grails/grails-functional-tests/pull/239/commits/330370a8b62c0baa211ef209f6b74873b92b78b2 4 are now passing: https://github.com/grails/grails-functional-tests/pull/245/files 3 more are now passing: https://github.com/grails/grails-functional-tests/pull/251 ``` > Task :app1:test BookHibernateSpec > Test that dynamic...
Update, if possible, to add Micronaut following: https://micronaut-projects.github.io/micronaut-spring/latest/guide/#springBootStarter currently commented out in `settings.gradle` commit: https://github.com/grails/grails-functional-tests/pull/239/commits/bfdf2f541d354b95787d8e1d10d2b29b2f374f5e ``` //include 'micronaut' micronaut has been removed from Grails can be restored based on https://micronaut-projects.github.io/micronaut-spring/latest/guide/#springBootStarter...
Grails 7: Accessing config key 'grails.sitemesh.default.layout' through dot notation is deprecated
### Issue description There is an open discussion on which way to proceed. Sample App: https://github.com/jamesfredley/grails-website-test/tree/7.0.0-SNAPSHOT Start with: ./gradlew bootRun or ./grailsw run-app ``` 2024-09-19T08:56:44.757-04:00 WARN 13688 --- [ restartedMain]...