sbglasius commented on code in PR #16174:
URL: https://github.com/apache/grails-core/pull/16174#discussion_r3824043639
##########
grails-spring-security/cas/plugin/src/main/groovy/grails/plugin/springsecurity/cas/SpringSecurityCasGrailsPlugin.groovy:
##########
@@ -35,11 +36,14 @@ import
org.springframework.security.cas.authentication.CasAuthenticationProvider
import org.springframework.security.cas.authentication.NullStatelessTicketCache
import org.springframework.security.cas.web.CasAuthenticationEntryPoint
import org.springframework.security.cas.web.CasAuthenticationFilter
+import
org.springframework.security.web.authentication.session.NullAuthenticatedSessionStrategy
+import grails.plugin.springsecurity.BeanTypeResolver
import grails.plugin.springsecurity.SecurityFilterPosition
import grails.plugin.springsecurity.SpringSecurityUtils
import grails.plugins.Plugin
+@Slf4j
@CompileStatic
class SpringSecurityCasGrailsPlugin extends Plugin {
Review Comment:
* **Jasig → Apereo**: yes, clearly wrong — the plugin imports
`org.apereo.cas.client.*`. Fixed the title and description, and repointed three
dead `jasig.org` links in the guide at `apereo.github.io`.
* `grailsVersion` / `organization` / `issueManagement` / `scm`: updated to
`'8.0.0-SNAPSHOT > *'`, `grails.apache.org/`, and `apache/grails-core`,
matching what `MongodbGrailsPlugin`, `GormGraphqlGrailsPlugin` and
`MarkupViewGrailsPlugin` use on this branch.
--
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]