-
Notifications
You must be signed in to change notification settings - Fork 30
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
Grails 7: grails-spring-security-cas #107
Conversation
180de8f
to
f884b84
Compare
f884b84
to
cf87e49
Compare
testapps/spring-security-cas-test2/gradle/wrapper/gradle-wrapper.properties
Outdated
Show resolved
Hide resolved
@bkoehm please seem my question regarding the |
@bkoehm I was referring to the |
7514e19
to
037ae3a
Compare
…istically maintainable. Remove the very old CAS server from the testapps directory and also remove spring-security-cas-test2. The latter was a duplicate of spring-security-cas-test1 with the only difference being 'test2' was configured to run on a different port.
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.
onfigurations {
all {
exclude group: 'javax.servlet'
exclude group: 'javax.xml.bind'
}
}
why is that needed in plugin/build.gradle
?
Because there are dependencies that leak |
I don't see anywhere where that should be the case. If so, they should be updated to the latest version. grails-spring-security-cas/plugin/build.gradle Lines 65 to 82 in 545d30b
If it is ever the case, the preference is the exclusion on the dependency that has the older dependency. |
Ok, removed. |
@bkoehm thanks, quick question, you deleted the second server. How is it tested now? Do you just start the first server on a different port? |
Yes, the second test app was a dupe of the first one. And it requires a working CAS server to test with. It's not an automated test. |
@bkoehm Was there an automated test previously? I am sure it would be easy enough to just pass the |
No, there wasn't. |
No description provided.