API Platform version(s) affected: 2.7.0
Description
When upgrading to 3.0, the service api_platform.identifier.uuid_normalizer is no longer available
I have backwards compatibility off on 2.7 and my code works, updating to 3.0 the error I have for my project is:
The service "Silverback\ApiComponentsBundle\Serializer\UuidNormalizer" has a dependency on a non-existent service "api_platform.identifier.uuid_normalizer".
With backwards compatibility turned off, I don't think this service should be available.
API Platform version(s) affected: 2.7.0
Description
When upgrading to 3.0, the service
api_platform.identifier.uuid_normalizeris no longer availableI have backwards compatibility off on 2.7 and my code works, updating to 3.0 the error I have for my project is:
With backwards compatibility turned off, I don't think this service should be available.