This is an automated email from the ASF dual-hosted git repository. jamesfredley pushed a commit to branch docs/spring-security-upgrade-link in repository https://gitbox.apache.org/repos/asf/grails-core.git
commit 4bd7cf37112bf9362f0d45b1115e9d806f341b98 Author: James Fredley <[email protected]> AuthorDate: Fri Mar 20 15:08:11 2026 -0400 Add Spring Security plugin upgrade link to upgrading guide Add a new section (13) to the Grails 7 upgrading guide that links to the Spring Security plugin's upgrading documentation, helping users find plugin-specific upgrade instructions when migrating to Grails 7. Assisted-by: Claude Code <[email protected]> --- grails-doc/src/en/guide/upgrading/upgrading60x.adoc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/grails-doc/src/en/guide/upgrading/upgrading60x.adoc b/grails-doc/src/en/guide/upgrading/upgrading60x.adoc index 383561c9eb..f23399f7f4 100644 --- a/grails-doc/src/en/guide/upgrading/upgrading60x.adoc +++ b/grails-doc/src/en/guide/upgrading/upgrading60x.adoc @@ -865,3 +865,7 @@ grails: * **8.0**: `SimpleEnumMarshaller` will become the default The legacy `org.grails.web.converters.marshaller.json.EnumMarshaller` and `org.grails.web.converters.marshaller.xml.EnumMarshaller` classes are marked as `@Deprecated(forRemoval = true, since = "7.0.2")` and will be removed in Grails 8.0. + +==== 13. Upgrading the Spring Security Plugin + +If your application uses the Grails Spring Security plugin, please consult the https://apache.github.io/grails-spring-security/snapshot/guide/index.html#upgrading-from-previous-versions[Upgrading from Previous Versions] section of the Spring Security plugin documentation for specific upgrade instructions related to Grails 7.
