-
Notifications
You must be signed in to change notification settings - Fork 117
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Updating to Grails 6.1.1 #521
Conversation
# Conflicts: # build.gradle # gradle.properties # spring-security-rest-testapp-profile/build.gradle
@jamesfredley this was my initial pass at merging my changes to support grails 6. Once we have an initial review done, I'll iterate on the build actions to get them working end-to-end. |
.../src/main/groovy/grails/plugin/springsecurity/rest/SpringSecurityRestGormGrailsPlugin.groovy
Show resolved
Hide resolved
...in/groovy/grails/plugin/springsecurity/rest/SpringSecurityRestGrailsCacheGrailsPlugin.groovy
Show resolved
Hide resolved
...main/groovy/grails/plugin/springsecurity/rest/SpringSecurityRestMemcachedGrailsPlugin.groovy
Show resolved
Hide resolved
...src/main/groovy/grails/plugin/springsecurity/rest/SpringSecurityRestRedisGrailsPlugin.groovy
Show resolved
Hide resolved
...rest/src/main/groovy/grails/plugin/springsecurity/rest/SpringSecurityRestGrailsPlugin.groovy
Show resolved
Hide resolved
Per discussion, the testapp-profile was used as part of the old travis CI testing. It looks like the test run there used to:
Other than generating the grails apps, I can't see where those apps were ever used. I assume they were used for manual testing. It also looks like past github CI's only ever ran Running We can always restore this subproject later if we get profiles working correctly. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There may be reason to go back and look at the workflows, but we'll notice that later if there is a problem.
Maybe update the license headers of changed files with current year and original author or authors
Updating to Grails 6.1.1.