API Platform version(s) affected: 4.3.16
Description
#8360 created a new service definition for api_platform.openapi.name_converter, with as parent serializer.name_converter.metadata_aware.abstract. However, when a name converter has not been configured, that parent does not exist.
Service "api_platform.openapi.name_converter": Parent definition "serializer.name_converter.metadata_aware.abstract" does not exist.
How to reproduce
Possible Solution
Only set the parent for api_platform.openapi.name_converter when the parent definition exists.
Additional Context
API Platform version(s) affected: 4.3.16
Description
#8360 created a new service definition for
api_platform.openapi.name_converter, with as parentserializer.name_converter.metadata_aware.abstract. However, when a name converter has not been configured, that parent does not exist.How to reproduce
Possible Solution
Only set the parent for
api_platform.openapi.name_converterwhen the parent definition exists.Additional Context