jamesfredley commented on code in PR #15519: URL: https://github.com/apache/grails-core/pull/15519#discussion_r2967532710
########## 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. Review Comment: snapshot is the only one published so far, will update to 7.0x once a release goes out on that project -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
