You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since symfony/routing 6.4: The "routing.loader.annotation" service is deprecated, use the "routing.loader.attribute" service instead. It is being referenced by the "DH\AuditorBundle\Routing\RoutingAnnotationLoader" service.
Current behavior
How to reproduce
Expected behavior
The text was updated successfully, but these errors were encountered:
This deprecation makes \DH\AuditorBundle\Routing\RoutingAnnotationLoader unusable @ symfony 7
Cannot autowire service "DH\AuditorBundle\Routing\RoutingAnnotationLoader":
argument "$annotatedRouteController" of method "__construct()"
references class "Symfony\Bundle\FrameworkBundle\Routing\AnnotatedRouteControllerLoader"
but no such service exists.
UPD: I posted workaround for Symfony 7 compatibility in #382
auditor-bundle
versionSummary
Since symfony/routing 6.4: The "routing.loader.annotation" service is deprecated, use the "routing.loader.attribute" service instead. It is being referenced by the "DH\AuditorBundle\Routing\RoutingAnnotationLoader" service.
Current behavior
How to reproduce
Expected behavior
The text was updated successfully, but these errors were encountered: