Results 153 comments of Scott Murphy

Any ideas on what might be causing the issue in Chrome? I tried disabling all my extensions. Still doesn't work. Weird that it works in incognito mode.

yes, and like I said, the csrfProtection works fine in an incognito window. Anything I can reveal by inspecting the headers?

@rainboyan aren't Grails Core and GORM already Groovy 3? https://github.com/grails/grails-core/blob/5.2.x/gradle.properties#L14 https://github.com/grails/gorm-hibernate5/blob/7.3.x/gradle.properties#L7 https://github.com/grails/grails-data-mapping/blob/7.3.x/gradle.properties#L25 I can confirm Grails 5 already works with JDK 17

Thanks for [clarifying](https://groovy-lang.org/releasenotes/groovy-3.0.html). That makes sense.

Micronaut Groovy ready for Groovy 4 https://github.com/micronaut-projects/micronaut-groovy/issues/322#event-7558717036 Micronaut Groovy held up until GORM 8 https://github.com/micronaut-projects/micronaut-groovy/pull/414

I can confirm JDK 17 is now working

https://github.com/danwilson/google-analytics-plugin/issues/552

@puneetbehl Are we at least getting Groovy 4 in Grails 6? Groovy 4 for has been around for a year now... https://repo.maven.apache.org/maven2/org/apache/groovy/groovy-all/

I took a look at the grails implementation and it looks like there was some customizations requiring some extra classes for Sitemesh 2. I already updated Sitemesh 2 with the...