Scott Murphy
Scott Murphy
https://github.com/orgs/grails/projects/3?pane=issue&itemId=72248530
Remove: https://github.com/grails/grails-core/pull/13685
I don't think moving the grails-gap module should be a priority. I think it should start as a git subproject.
Voted no longer necessary today in Grails Weekly Planning Meeting
https://github.com/grails/grails-core/issues/13552
Voted no longer necessary today in Grails Weekly Planning Meeting
Can you define "removing spaces", are you suggesting tabs? Since we are heavily committed to Spring, I recommend we also align our code style equivalently. [Spring Framework Code-Style](https://github.com/spring-projects/spring-framework/wiki/Code-Style/4e660f11d4814ea7fbeffe462c5f52224c4f0824) These standards...
Spring Security automates the entire process and has a format gradle plugin where it will automatically format your code according to their specifications so not changes are actually required by...
@guruscott-meyer That is not true. [FilterSecurityInterceptor](https://github.com/spring-projects/spring-security/blob/main/web/src/main/java/org/springframework/security/web/access/intercept/FilterSecurityInterceptor.java) was not removed. It is only deprecated and should be around at least until Spring Security 7 is released which won't for another year...
@jdaugherty Sitemesh 3 is just a lightweight filter. It buffers the response, applies the decorators, then writes the output.