James Fredley

Results 177 comments of James Fredley

@arjangch Thank you. It appears that the gradle task has a bug that might have been there for a while. Thankfully the old way, which we plan to keep is...

Documentation portion addressed on https://github.com/apache/grails-spring-security/pull/1175 Gradle Task vs Grails Script will be deferred for Grails 8.

@matrei It might help with users outside of Grails and Spring, but it think that may be limited to examples of usage where we show Gradle Platforms instead of io.spring.dependency-management...

Likely to be addresses as part of https://github.com/grails/grails-gradle-plugin/issues/389

Added `grails-bom` on `grails-forge` in `build.gradle buildscript{} dependencies {}` to pull in versions from `grails-bom`: https://github.com/grails/grails-forge/pull/510/files#diff-f5ca6d7de5a15a09487fe6a871e0746b890e78db62c44886ef68b0d9c688028d

On hold, revisit with Gradle 9 when Gradle supports concise syntax to customize managed versions like: https://docs.spring.io/spring-boot/gradle-plugin/managing-dependencies.html#managing-dependencies.dependency-management-plugin.customizing. https://github.com/gradle/gradle/issues/9160#issuecomment-2546253615

I agree this should guide users towards the asset pipeline tags instead. Updated links: https://docs.grails.org/snapshot/ref/Tags%20-%20GSP/javascript.html https://github.com/apache/grails-core/blob/HEAD/grails-doc/src/en/ref/Tags%20-%20GSP/javascript.adoc https://docs.grails.org/snapshot/guide/theWebLayer.html#layouts https://github.com/apache/grails-core/blob/HEAD/grails-doc/src/en/guide/theWebLayer/gsp/layouts.adoc I don't see a good example on the sitemesh layouts section for...

https://apache.github.io/grails-spring-security/7.0.x/core-plugin/guide/index.html#clearcachedrequestmaps must be called each time

I see, grails-spring-security-ui must be missing that call.