eugene-kamenev commented on PR #1154: URL: https://github.com/apache/grails-spring-security/pull/1154#issuecomment-3178200757
@matrei There are couple of fixes: - [93486be](https://github.com/apache/grails-spring-security/pull/1154/commits/93486be3621dec7000931291463d8791f8462cdf) acl object identity should be dirty checkable (this fixes updates not being propagated to DB) - [ff94338](https://github.com/apache/grails-spring-security/pull/1154/commits/ff943386af7af132e8129523a8ff9dccfaecce06) - fixes fetching all records from the DB to filter them, using criteria instead - [bf21b7f](https://github.com/apache/grails-spring-security/pull/1154/commits/bf21b7fe2021307298813a8cc739be876d2e280e) - fixes cases for equality check (sid) and acl order. I am very sorry, do not have test cases for the same. -- 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]
