API Platform version(s) affected: 3.4
See #5897 this should've been removed from 4.0, not 3.4:
|
|
|
<service id="api_platform.json_schema.schema_factory" class="ApiPlatform\JsonSchema\SchemaFactory"> |
|
<argument>null</argument> |
|
<argument type="service" id="api_platform.metadata.resource.metadata_collection_factory" /> |
Therefore there's a BC Break.
Side note: we should document #5897 (comment) as a replacement for TypeFactoryInterface.
API Platform version(s) affected: 3.4
See #5897 this should've been removed from 4.0, not 3.4:
core/src/Symfony/Bundle/Resources/config/json_schema.xml
Lines 17 to 20 in fc8fa00
Therefore there's a BC Break.
Side note: we should document #5897 (comment) as a replacement for TypeFactoryInterface.