James Fredley

Results 177 comments of James Fredley

@Chintanjariwala you can see progress on https://github.com/orgs/grails/projects/3.

https://github.com/grails/grails-data-mapping/pull/1810

The groovy 4 changes were completed on https://github.com/grails/grails-data-mapping/pull/1810

@herrmartins You will also need to add the following to `buildSrc/build.gradle` (the way it comes from forge) or `buildscript` in your top level `build.gradle` (the older way). ``` classpath("org.grails.plugins:database-migration:4.2.1") classpath("org.grails:grails-shell:6.1.2")...

This is working on https://github.com/grails/grails-gsp/tree/7.0.x It has come up several times while doing dependency substitution and the workaround was exclude groovy-bom from the substitution

https://github.com/grails/grails-gsp/tree/7.0.x/grails-plugin-sitemesh3

@dylankolson please retry with 7.0.0-SNAPSHOT versions of both.

@spmcewen @dylankolson do either of you have time to submit a PR against the [7.0.x](https://github.com/apache/grails-spring-security) branch? @bkoehm Do you have familiarity with this area? If you do, do you have...

Give it a try on the Grails 6.2.1 release: https://grails.org/blog/2024-10-03-introducing-grails-6-2-1.html

spring-boot-devtools is the route for Grails 4, 5 and 6. Grails 7 SNAPSHOTS are currently working with https://github.com/HotswapProjects/HotswapAgent You also need groovy hotswap: https://andrewclement.blogspot.com/2010/03/groovy-eclipse-groovy-hotswap-support.html https://github.com/groovy/groovy-eclipse