jdaugherty commented on code in PR #15476:
URL: https://github.com/apache/grails-core/pull/15476#discussion_r2868292074
##########
RENAME.md:
##########
@@ -131,7 +131,7 @@ Below is a reference of all migrated artifacts - both their
old and new name.
| org.grails.plugins | spring-security-oauth2
| org.apache.grails |
grails-spring-security-oauth2 |
| | grails-spring-security |
| org.grails.plugins | spring-security-rest
| org.apache.grails |
grails-spring-security-rest |
| | grails-spring-security |
| org.grails.plugins | spring-security-rest-gorm
| org.apache.grails |
grails-spring-security-rest-datamapping |
| | grails-spring-security |
-| org.grails.plugins | spring-security-rest-grailscache
| org.apache.grails |
grails-spring-security-grails-cache |
| | grails-spring-security |
+| org.grails.plugins | spring-security-rest-grailscache
| org.apache.grails |
grails-spring-security-rest-grailscache |
| | grails-spring-security |
Review Comment:
Why not fix the artifact id instead? I think this was a mistake
##########
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:
We have intentionally kept security docs separate. I am not sure we should
be putting this detail here. Instead, why not link to the security docs?
--
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]