Copilot commented on code in PR #15519:
URL: https://github.com/apache/grails-core/pull/15519#discussion_r2967523843


##########
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:
   The upgrading guide links to the Spring Security plugin *snapshot* docs. 
Snapshot URLs can change or disappear between releases; for a Grails 7 upgrade 
guide this should link to a stable location (e.g., the plugin docs root or a 
`latest/` (or versioned) docs path) consistent with other doc links in this 
repo.
   ```suggestion
   If your application uses the Grails Spring Security plugin, please consult 
the 
https://apache.github.io/grails-spring-security/latest/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.
   ```



-- 
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]

Reply via email to