Closed craigh closed 10 months ago
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 https://github.com/DamienHarper/auditor-bundle/issues/382
I close this issue since this should be fixed in master
branch (PR #399).
Feel free to reopen if needed.
Thanks @DamienHarper Is a new release coming soon?
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