Closed derrabus closed 2 years ago
I've made a start in #100, I look further into this in the next few days.
Since the failing tests are now fixed, can you do a new release of Symfony ACL component?
Thank you! 🙏
Yes, we are preparing a release of this package shortly
If you're eagerly waiting for that release, please don't hesitate to test your projects with the current main branch. We're happy about any feedback we can gather before the actual release.
SonataAdminBundle (and all related bundles) is being tested against this component main branch since we added Symfony 6.0 support. No breaks so far (I guess we don't have the ACL part perfectly covered by tests, but still)
Just published a release for this package: https://github.com/symfony/security-acl/releases/tag/v3.3.0
Tests on the main branch currently fail with Symfony 6:
AuthenticationTrustResolverInterface::isAnonymous()
is called, but that class has been removed in Symfony 6.AnonymousToken
class which has also been removed.AuthenticatedVoter::IS_AUTHENTICATED_ANONYMOUSLY
is accessed. Gone as well.