jdaugherty commented on code in PR #15476: URL: https://github.com/apache/grails-core/pull/15476#discussion_r2932530485
########## grails-doc/src/en/guide/upgrading/upgrading60x.adoc: ########## @@ -865,3 +865,87 @@ 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. + +===== 12.27 Spring Security Plugins Review Comment: I'm against putting all of this in the main grails-core docs, referencing it is completely and 100% acceptable. We are rapidly expanding docs and they will diverge since we may update in different orders. I'd rather we fix the spring security docs since that's where that info lives. My main worry here is this information getting out of date and that causes more problems then not having them. -- 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]
