-
Notifications
You must be signed in to change notification settings - Fork 229
ACL Plugin 7.0.x fixes #1154
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
ACL Plugin 7.0.x fixes #1154
Conversation
|
Thanks for the PR @eugene-kamenev! |
|
@matrei There are couple of fixes:
I am very sorry, do not have test cases for the same. |
|
I updated this branch for the publish fixes |
plugin-acl/plugin/grails-app/domain/grails/plugin/springsecurity/acl/AclSid.groovy
Outdated
Show resolved
Hide resolved
...gin/grails-app/services/grails/plugin/springsecurity/acl/AclObjectIdentityGormService.groovy
Outdated
Show resolved
Hide resolved
...gin/grails-app/services/grails/plugin/springsecurity/acl/AclObjectIdentityGormService.groovy
Outdated
Show resolved
Hide resolved
plugin-acl/plugin/grails-app/services/grails/plugin/springsecurity/acl/AclService.groovy
Outdated
Show resolved
Hide resolved
plugin-acl/plugin/grails-app/services/grails/plugin/springsecurity/acl/AclService.groovy
Outdated
Show resolved
Hide resolved
plugin-acl/plugin/grails-app/services/grails/plugin/springsecurity/acl/AclService.groovy
Outdated
Show resolved
Hide resolved
plugin-acl/plugin/grails-app/services/grails/plugin/springsecurity/acl/AclService.groovy
Outdated
Show resolved
Hide resolved
|
@eugene-kamenev The changes in |
Hi @matrei Thanks for your review. I will do the changes today and test on our repo. Would be great if you could help with test cases because failure is not very clear. It cannot find a method. But method exists, right? I will check this, looks to me like some issue with test setup. |
|
@eugene-kamenev Thanks! I’m curious why the domain classes from the ACL plugin are duplicated in the test applications. Is it common practice to override the Also, it seems there are other test failures now that we are over the first hurdle: https://github.com/apache/grails-spring-security/actions/runs/17064317367/job/48378152123#step:5:3411 |
matrei
left a comment
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.
Thanks, nice work @eugene-kamenev !
One more small cleanup improvement suggestion, if you would like change that.
Otherwise I'll merge this as it is.
No description provided.