- The
bg_object_routing.adapterservice has been removed. It was an alias forJMS\ObjectRouting\RouterInterface, use that service ID instead (or use autowiring). - The
bg_object_routing.object_routerservice has been removed. It was an alias forJMS\ObjectRouting\ObjectRouter, use that service ID instead (or use autowiring). - The
AnnotationDriverhas been removed from the driver chain. Use PHP 8 attributes instead of annotations for object route definitions.
- The
bg_object_routing.adapter.symfony_21service has been removed. If you were redefining this service to make the object router use anotheradapterimplementation (and thus, another SymfonyRouter?), you must update your service definition. The recommended approach is to make thebg_object_routing.adapteralias point to an\JMS\ObjectRouting\RouterInterfaceimplementation of your choice.