Method "Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface::process()" might add "void" as a native return type declaration in the future. Do the same in implementation "ApiPlatform\Symfony\Bundle\DependencyInjection\Compiler\DataProviderPass" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface::process()" might add "void" as a native return type declaration in the future. Do the same in implementation "ApiPlatform\Symfony\Bundle\DependencyInjection\Compiler\FilterPass" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface::process()" might add "void" as a native return type declaration in the future. Do the same in implementation "ApiPlatform\Symfony\Bundle\DependencyInjection\Compiler\ElasticsearchClientPass" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface::process()" might add "void" as a native return type declaration in the future. Do the same in implementation "ApiPlatform\Symfony\Bundle\DependencyInjection\Compiler\GraphQlTypePass" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface::process()" might add "void" as a native return type declaration in the future. Do the same in implementation "ApiPlatform\Symfony\Bundle\DependencyInjection\Compiler\GraphQlQueryResolverPass" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface::process()" might add "void" as a native return type declaration in the future. Do the same in implementation "ApiPlatform\Symfony\Bundle\DependencyInjection\Compiler\GraphQlMutationResolverPass" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface::process()" might add "void" as a native return type declaration in the future. Do the same in implementation "ApiPlatform\Symfony\Bundle\DependencyInjection\Compiler\DeprecateMercurePublisherPass" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface::process()" might add "void" as a native return type declaration in the future. Do the same in implementation "ApiPlatform\Symfony\Bundle\DependencyInjection\Compiler\MetadataAwareNameConverterPass" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface::process()" might add "void" as a native return type declaration in the future. Do the same in implementation "ApiPlatform\Symfony\Bundle\DependencyInjection\Compiler\TestClientPass" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface::process()" might add "void" as a native return type declaration in the future. Do the same in implementation "ApiPlatform\Symfony\Bundle\DependencyInjection\Compiler\DeprecateLegacyIriConverterPass" now to avoid errors or add an explicit @return annotation to suppress this message.
The "Symfony\Component\Console\Command\Command::$defaultName" property is considered final. You should not override it in "App\Command\AdjustProductTaxesCommand".
The "Symfony\Component\Console\Command\Command::$defaultName" property is considered final. You should not override it in "App\Command\ImportImagesCleanupCommand".
The "Symfony\Component\Console\Command\Command::$defaultName" property is considered final. You should not override it in "App\Command\MediaImagesCleanupCommand".
Method "Symfony\Component\Console\Command\Command::configure()" might add "void" as a native return type declaration in the future. Do the same in child class "App\Command\MessengerSendProductCreateMessagesCommand" now to avoid errors or add an explicit @return annotation to suppress this message.
The "Symfony\Component\Console\Command\Command::$defaultName" property is considered final. You should not override it in "App\Command\MessengerSendProductCreateMessagesCommand".
Class "App\Serializer\CollectionNormalizer" should implement method "Symfony\Component\Serializer\Normalizer\NormalizerInterface::getSupportedTypes(?string $format): array".
The "App\Serializer\CollectionNormalizer" class implements "Symfony\Component\Serializer\Normalizer\CacheableSupportsMethodInterface" that is deprecated since Symfony 6.3, implement "getSupportedTypes(?string $format)" instead.
The "App\Serializer\CollectionNormalizer::supportsNormalization()" method will require a new "array $context" argument in the next major version of its interface "Symfony\Component\Serializer\Normalizer\NormalizerInterface", not defining it is deprecated.
Class "App\Serializer\FileItemDenormalizer" should implement method "Symfony\Component\Serializer\Normalizer\DenormalizerInterface::getSupportedTypes(?string $format): array".
The "App\Serializer\FileItemDenormalizer::supportsDenormalization()" method will require a new "array $context" argument in the next major version of its interface "Symfony\Component\Serializer\Normalizer\DenormalizerInterface", not defining it is deprecated.
Class "App\Serializer\FileItemNormalizer" should implement method "Symfony\Component\Serializer\Normalizer\NormalizerInterface::getSupportedTypes(?string $format): array".
The "App\Serializer\FileItemNormalizer::supportsNormalization()" method will require a new "array $context" argument in the next major version of its interface "Symfony\Component\Serializer\Normalizer\NormalizerInterface", not defining it is deprecated.
Class "App\Serializer\LinkItemDenormalizer" should implement method "Symfony\Component\Serializer\Normalizer\DenormalizerInterface::getSupportedTypes(?string $format): array".
The "App\Serializer\LinkItemDenormalizer::supportsDenormalization()" method will require a new "array $context" argument in the next major version of its interface "Symfony\Component\Serializer\Normalizer\DenormalizerInterface", not defining it is deprecated.
The "App\Serializer\MediaNormalizer" class implements "Symfony\Component\Serializer\Normalizer\ContextAwareNormalizerInterface" that is deprecated since symfony/serializer 6.1, use NormalizerInterface instead.
Class "App\Serializer\MediaNormalizer" should implement method "Symfony\Component\Serializer\Normalizer\NormalizerInterface::getSupportedTypes(?string $format): array".
Method "Symfony\Component\Serializer\Normalizer\NormalizerInterface::normalize()" might add "array|string|int|float|bool|\ArrayObject|null" as a native return type declaration in the future. Do the same in implementation "App\Serializer\MediaNormalizer" now to avoid errors or add an explicit @return annotation to suppress this message.
The "App\Serializer\PriceNormalizer" class implements "Symfony\Component\Serializer\Normalizer\ContextAwareNormalizerInterface" that is deprecated since symfony/serializer 6.1, use NormalizerInterface instead.
Class "App\Serializer\PriceNormalizer" should implement method "Symfony\Component\Serializer\Normalizer\NormalizerInterface::getSupportedTypes(?string $format): array".
Class "App\Serializer\ProductSearchDenormalizer" should implement method "Symfony\Component\Serializer\Normalizer\DenormalizerInterface::getSupportedTypes(?string $format): array".
Method "Symfony\Component\Serializer\Normalizer\DenormalizerInterface::denormalize()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "App\Serializer\ProductSearchDenormalizer" now to avoid errors or add an explicit @return annotation to suppress this message.
The "App\Serializer\ProductSearchDenormalizer::supportsDenormalization()" method will require a new "array $context" argument in the next major version of its interface "Symfony\Component\Serializer\Normalizer\DenormalizerInterface", not defining it is deprecated.
Class "App\Serializer\SequenceDateItemDenormalizer" should implement method "Symfony\Component\Serializer\Normalizer\DenormalizerInterface::getSupportedTypes(?string $format): array".
The "App\Serializer\SequenceDateItemDenormalizer::supportsDenormalization()" method will require a new "array $context" argument in the next major version of its interface "Symfony\Component\Serializer\Normalizer\DenormalizerInterface", not defining it is deprecated.
Class "App\Serializer\SimpleItemDenormalizer" should implement method "Symfony\Component\Serializer\Normalizer\DenormalizerInterface::getSupportedTypes(?string $format): array".
Method "Symfony\Component\Serializer\Normalizer\DenormalizerInterface::denormalize()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "App\Serializer\SimpleItemDenormalizer" now to avoid errors or add an explicit @return annotation to suppress this message.
The "App\Serializer\SimpleItemDenormalizer::supportsDenormalization()" method will require a new "array $context" argument in the next major version of its interface "Symfony\Component\Serializer\Normalizer\DenormalizerInterface", not defining it is deprecated.
Method "Symfony\Component\Config\Loader\LoaderInterface::setResolver()" might add "void" as a native return type declaration in the future. Do the same in implementation "Import\Loader\FileDtoToBookDtoCollectionTransformerLoader" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Config\Loader\LoaderInterface::setResolver()" might add "void" as a native return type declaration in the future. Do the same in implementation "Import\Loader\FileDtoToLooseLeafBookDtoCollectionTransformerLoader" now to avoid errors or add an explicit @return annotation to suppress this message.
Class "Import\Serializer\FileDtoDenormalizer" should implement method "Symfony\Component\Serializer\Normalizer\DenormalizerInterface::getSupportedTypes(?string $format): array".
The "Import\Serializer\FileDtoDenormalizer::supportsDenormalization()" method will require a new "array $context" argument in the next major version of its interface "Symfony\Component\Serializer\Normalizer\DenormalizerInterface", not defining it is deprecated.
Since symfony/framework-bundle 6.1: Option "reset_on_message" at "framework.messenger" is deprecated. It does nothing and will be removed in version 7.0.
Since symfony/framework-bundle 6.4: Enabling the integration of Doctrine annotations is deprecated. Set the "framework.annotations.enabled" config option to false.
Since doctrine/doctrine-bundle 2.12: The default value of "doctrine.orm.controller_resolver.auto_mapping" will be changed from `true` to `false`. Explicitly configure `true` to keep existing behaviour.
Since doctrine/doctrine-bundle 2.13: Enabling the controller resolver automapping feature has been deprecated. Symfony Mapped Route Parameters should be used as replacement.
The "ApiPlatform\Symfony\Bundle\ArgumentResolver\PayloadArgumentResolver" class implements "Symfony\Component\HttpKernel\Controller\ArgumentValueResolverInterface" that is deprecated since Symfony 6.2, implement ValueResolverInterface instead.
Class "ApiPlatform\Core\Bridge\Symfony\Identifier\Normalizer\UlidNormalizer" should implement method "Symfony\Component\Serializer\Normalizer\DenormalizerInterface::getSupportedTypes(?string $format): array".
Method "Symfony\Component\Serializer\Normalizer\DenormalizerInterface::denormalize()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "ApiPlatform\Core\Bridge\Symfony\Identifier\Normalizer\UlidNormalizer" now to avoid errors or add an explicit @return annotation to suppress this message.
Class "ApiPlatform\Core\Bridge\Symfony\Identifier\Normalizer\UuidNormalizer" should implement method "Symfony\Component\Serializer\Normalizer\DenormalizerInterface::getSupportedTypes(?string $format): array".
Method "Symfony\Component\Serializer\Normalizer\DenormalizerInterface::denormalize()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "ApiPlatform\Core\Bridge\Symfony\Identifier\Normalizer\UuidNormalizer" now to avoid errors or add an explicit @return annotation to suppress this message.
Since symfony/console 6.1: Relying on the static property "$defaultName" for setting a command name is deprecated. Add the "Symfony\Component\Console\Attribute\AsCommand" attribute to the "App\Command\AdjustProductTaxesCommand" class instead.
Since symfony/console 6.1: Relying on the static property "$defaultName" for setting a command name is deprecated. Add the "Symfony\Component\Console\Attribute\AsCommand" attribute to the "App\Command\DeleteByTypeCommand" class instead.
Since symfony/console 6.1: Relying on the static property "$defaultName" for setting a command name is deprecated. Add the "Symfony\Component\Console\Attribute\AsCommand" attribute to the "App\Command\ImportImagesCleanupCommand" class instead.
Since symfony/console 6.1: Relying on the static property "$defaultName" for setting a command name is deprecated. Add the "Symfony\Component\Console\Attribute\AsCommand" attribute to the "App\Command\MediaImagesCleanupCommand" class instead.
Since symfony/console 6.1: Relying on the static property "$defaultName" for setting a command name is deprecated. Add the "Symfony\Component\Console\Attribute\AsCommand" attribute to the "App\Command\MessengerSendProductCreateMessagesCommand" class instead.
Since symfony/console 6.1: Relying on the static property "$defaultName" for setting a command name is deprecated. Add the "Symfony\Component\Console\Attribute\AsCommand" attribute to the "Import\Command\ProductImportCommand" class instead.
Method "Symfony\Component\Console\Command\Command::configure()" might add "void" as a native return type declaration in the future. Do the same in child class "ApiPlatform\JsonSchema\Command\JsonSchemaGenerateCommand" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Console\Command\Command::configure()" might add "void" as a native return type declaration in the future. Do the same in child class "ApiPlatform\Symfony\Bundle\Command\OpenApiCommand" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Console\Command\Command::configure()" might add "void" as a native return type declaration in the future. Do the same in child class "ApiPlatform\Core\Bridge\Symfony\Bundle\Command\SwaggerCommand" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Console\Command\Command::configure()" might add "void" as a native return type declaration in the future. Do the same in child class "ApiPlatform\Core\Bridge\Symfony\Bundle\Command\UpgradeApiResourceCommand" now to avoid errors or add an explicit @return annotation to suppress this message.
The "Buzz\Client\BuzzClientInterface" interface extends "Http\Client\HttpClient" that is deprecated since version 2.4, use Psr\Http\Client\ClientInterface instead; see https://www.php-fig.org/psr/psr-18/.
Method "Symfony\Component\Routing\RequestContextAwareInterface::setContext()" might add "void" as a native return type declaration in the future. Do the same in implementation "ApiPlatform\Symfony\Routing\Router" now to avoid errors or add an explicit @return annotation to suppress this message.
Class "ApiPlatform\OpenApi\Serializer\ApiGatewayNormalizer" should implement method "Symfony\Component\Serializer\Normalizer\NormalizerInterface::getSupportedTypes(?string $format): array".
The "ApiPlatform\OpenApi\Serializer\ApiGatewayNormalizer" class implements "Symfony\Component\Serializer\Normalizer\CacheableSupportsMethodInterface" that is deprecated since Symfony 6.3, implement "getSupportedTypes(?string $format)" instead.
Method "Symfony\Component\Serializer\Normalizer\AbstractObjectNormalizer::denormalize()" might add "mixed" as a native return type declaration in the future. Do the same in child class "ApiPlatform\Serializer\AbstractItemNormalizer" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Serializer\Normalizer\AbstractObjectNormalizer::setAttributeValue()" might add "void" as a native return type declaration in the future. Do the same in child class "ApiPlatform\Serializer\AbstractItemNormalizer" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Serializer\Normalizer\AbstractObjectNormalizer::getAttributeValue()" might add "mixed" as a native return type declaration in the future. Do the same in child class "ApiPlatform\Serializer\AbstractItemNormalizer" now to avoid errors or add an explicit @return annotation to suppress this message.
Class "ApiPlatform\JsonLd\Serializer\ItemNormalizer" should implement method "Symfony\Component\Serializer\Normalizer\NormalizerInterface::getSupportedTypes(?string $format): array".
Class "ApiPlatform\JsonLd\Serializer\ItemNormalizer" should implement method "Symfony\Component\Serializer\Normalizer\DenormalizerInterface::getSupportedTypes(?string $format): array".
Method "Symfony\Component\Serializer\Normalizer\AbstractObjectNormalizer::denormalize()" might add "mixed" as a native return type declaration in the future. Do the same in child class "ApiPlatform\JsonLd\Serializer\ItemNormalizer" now to avoid errors or add an explicit @return annotation to suppress this message.
Class "ApiPlatform\JsonLd\Serializer\ObjectNormalizer" should implement method "Symfony\Component\Serializer\Normalizer\NormalizerInterface::getSupportedTypes(?string $format): array".
The "ApiPlatform\JsonLd\Serializer\ObjectNormalizer" class implements "Symfony\Component\Serializer\Normalizer\CacheableSupportsMethodInterface" that is deprecated since Symfony 6.3, implement "getSupportedTypes(?string $format)" instead.
Method "Symfony\Component\Serializer\Encoder\DecoderInterface::decode()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "ApiPlatform\Serializer\JsonEncoder" now to avoid errors or add an explicit @return annotation to suppress this message.
Class "ApiPlatform\Hydra\Serializer\DocumentationNormalizer" should implement method "Symfony\Component\Serializer\Normalizer\NormalizerInterface::getSupportedTypes(?string $format): array".
The "ApiPlatform\Hydra\Serializer\DocumentationNormalizer" class implements "Symfony\Component\Serializer\Normalizer\CacheableSupportsMethodInterface" that is deprecated since Symfony 6.3, implement "getSupportedTypes(?string $format)" instead.
The "ApiPlatform\Serializer\AbstractConstraintViolationListNormalizer" class implements "Symfony\Component\Serializer\Normalizer\CacheableSupportsMethodInterface" that is deprecated since Symfony 6.3, implement "getSupportedTypes(?string $format)" instead.
Class "ApiPlatform\Hydra\Serializer\ConstraintViolationListNormalizer" should implement method "Symfony\Component\Serializer\Normalizer\NormalizerInterface::getSupportedTypes(?string $format): array".
Class "ApiPlatform\Hydra\Serializer\EntrypointNormalizer" should implement method "Symfony\Component\Serializer\Normalizer\NormalizerInterface::getSupportedTypes(?string $format): array".
The "ApiPlatform\Hydra\Serializer\EntrypointNormalizer" class implements "Symfony\Component\Serializer\Normalizer\CacheableSupportsMethodInterface" that is deprecated since Symfony 6.3, implement "getSupportedTypes(?string $format)" instead.
Class "ApiPlatform\Hydra\Serializer\ErrorNormalizer" should implement method "Symfony\Component\Serializer\Normalizer\NormalizerInterface::getSupportedTypes(?string $format): array".
The "ApiPlatform\Hydra\Serializer\ErrorNormalizer" class implements "Symfony\Component\Serializer\Normalizer\CacheableSupportsMethodInterface" that is deprecated since Symfony 6.3, implement "getSupportedTypes(?string $format)" instead.
Class "ApiPlatform\Hydra\Serializer\PartialCollectionViewNormalizer" should implement method "Symfony\Component\Serializer\Normalizer\NormalizerInterface::getSupportedTypes(?string $format): array".
The "ApiPlatform\Hydra\Serializer\PartialCollectionViewNormalizer" class implements "Symfony\Component\Serializer\Normalizer\CacheableSupportsMethodInterface" that is deprecated since Symfony 6.3, implement "getSupportedTypes(?string $format)" instead.
Method "Symfony\Component\Serializer\Normalizer\NormalizerAwareInterface::setNormalizer()" might add "void" as a native return type declaration in the future. Do the same in implementation "ApiPlatform\Hydra\Serializer\PartialCollectionViewNormalizer" now to avoid errors or add an explicit @return annotation to suppress this message.
Class "ApiPlatform\Hydra\Serializer\CollectionFiltersNormalizer" should implement method "Symfony\Component\Serializer\Normalizer\NormalizerInterface::getSupportedTypes(?string $format): array".
The "ApiPlatform\Hydra\Serializer\CollectionFiltersNormalizer" class implements "Symfony\Component\Serializer\Normalizer\CacheableSupportsMethodInterface" that is deprecated since Symfony 6.3, implement "getSupportedTypes(?string $format)" instead.
Method "Symfony\Component\Serializer\Normalizer\NormalizerAwareInterface::setNormalizer()" might add "void" as a native return type declaration in the future. Do the same in implementation "ApiPlatform\Hydra\Serializer\CollectionFiltersNormalizer" now to avoid errors or add an explicit @return annotation to suppress this message.
Class "ApiPlatform\Problem\Serializer\ConstraintViolationListNormalizer" should implement method "Symfony\Component\Serializer\Normalizer\NormalizerInterface::getSupportedTypes(?string $format): array".
Class "ApiPlatform\Problem\Serializer\ErrorNormalizer" should implement method "Symfony\Component\Serializer\Normalizer\NormalizerInterface::getSupportedTypes(?string $format): array".
The "ApiPlatform\Problem\Serializer\ErrorNormalizer" class implements "Symfony\Component\Serializer\Normalizer\CacheableSupportsMethodInterface" that is deprecated since Symfony 6.3, implement "getSupportedTypes(?string $format)" instead.
Method "Symfony\Component\HttpKernel\DataCollector\DataCollectorInterface::collect()" might add "void" as a native return type declaration in the future. Do the same in implementation "ApiPlatform\Symfony\Bundle\DataCollector\RequestDataCollector" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\HttpKernel\DataCollector\DataCollector::reset()" might add "void" as a native return type declaration in the future. Do the same in child class "ApiPlatform\Symfony\Bundle\DataCollector\RequestDataCollector" now to avoid errors or add an explicit @return annotation to suppress this message.
Class "ApiPlatform\Elasticsearch\Serializer\ItemNormalizer" should implement method "Symfony\Component\Serializer\Normalizer\NormalizerInterface::getSupportedTypes(?string $format): array".
Class "ApiPlatform\Elasticsearch\Serializer\ItemNormalizer" should implement method "Symfony\Component\Serializer\Normalizer\DenormalizerInterface::getSupportedTypes(?string $format): array".
The "ApiPlatform\Elasticsearch\Serializer\ItemNormalizer" class implements "Symfony\Component\Serializer\Normalizer\CacheableSupportsMethodInterface" that is deprecated since Symfony 6.3, implement "getSupportedTypes(?string $format)" instead.
Method "Symfony\Component\Serializer\Normalizer\DenormalizerInterface::denormalize()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "ApiPlatform\Elasticsearch\Serializer\ItemNormalizer" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Serializer\Normalizer\NormalizerInterface::normalize()" might add "array|string|int|float|bool|\ArrayObject|null" as a native return type declaration in the future. Do the same in implementation "ApiPlatform\Elasticsearch\Serializer\ItemNormalizer" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Serializer\SerializerAwareInterface::setSerializer()" might add "void" as a native return type declaration in the future. Do the same in implementation "ApiPlatform\Elasticsearch\Serializer\ItemNormalizer" now to avoid errors or add an explicit @return annotation to suppress this message.
The "Symfony\Component\Serializer\Normalizer\ObjectNormalizer" class is considered final since Symfony 6.3. It may change without further notice as of its next major version. You should not extend it from "ApiPlatform\Elasticsearch\Serializer\DocumentNormalizer".
Method "Symfony\Component\Serializer\Normalizer\AbstractObjectNormalizer::denormalize()" might add "mixed" as a native return type declaration in the future. Do the same in child class "ApiPlatform\Elasticsearch\Serializer\DocumentNormalizer" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Bundle\MakerBundle\Maker\AbstractMaker::interact()" might add "void" as a native return type declaration in the future. Do the same in child class "ApiPlatform\Core\Bridge\Symfony\Maker\MakeDataProvider" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Bundle\MakerBundle\Maker\AbstractMaker::interact()" might add "void" as a native return type declaration in the future. Do the same in child class "ApiPlatform\Core\Bridge\Symfony\Maker\MakeDataPersister" now to avoid errors or add an explicit @return annotation to suppress this message.
The "ApiPlatform\Symfony\Bundle\CacheWarmer\CachePoolClearerCacheWarmer::warmUp()" method will require a new "string|null $buildDir" argument in the next major version of its interface "Symfony\Component\HttpKernel\CacheWarmer\WarmableInterface", not defining it is deprecated.
Class "ApiPlatform\Hydra\Serializer\CollectionNormalizer" should implement method "Symfony\Component\Serializer\Normalizer\NormalizerInterface::getSupportedTypes(?string $format): array".
The "ApiPlatform\Hydra\Serializer\CollectionNormalizer" class implements "Symfony\Component\Serializer\Normalizer\CacheableSupportsMethodInterface" that is deprecated since Symfony 6.3, implement "getSupportedTypes(?string $format)" instead.
Class "ApiPlatform\Serializer\ItemNormalizer" should implement method "Symfony\Component\Serializer\Normalizer\NormalizerInterface::getSupportedTypes(?string $format): array".
Class "ApiPlatform\Serializer\ItemNormalizer" should implement method "Symfony\Component\Serializer\Normalizer\DenormalizerInterface::getSupportedTypes(?string $format): array".
Method "Symfony\Component\Serializer\Normalizer\AbstractObjectNormalizer::denormalize()" might add "mixed" as a native return type declaration in the future. Do the same in child class "ApiPlatform\Serializer\ItemNormalizer" now to avoid errors or add an explicit @return annotation to suppress this message.
Class "ApiPlatform\OpenApi\Serializer\OpenApiNormalizer" should implement method "Symfony\Component\Serializer\Normalizer\NormalizerInterface::getSupportedTypes(?string $format): array".
The "ApiPlatform\OpenApi\Serializer\OpenApiNormalizer" class implements "Symfony\Component\Serializer\Normalizer\CacheableSupportsMethodInterface" that is deprecated since Symfony 6.3, implement "getSupportedTypes(?string $format)" instead.
Class "ApiPlatform\Core\Swagger\Serializer\DocumentationNormalizer" should implement method "Symfony\Component\Serializer\Normalizer\NormalizerInterface::getSupportedTypes(?string $format): array".
The "ApiPlatform\Core\Swagger\Serializer\DocumentationNormalizer" class implements "Symfony\Component\Serializer\Normalizer\CacheableSupportsMethodInterface" that is deprecated since Symfony 6.3, implement "getSupportedTypes(?string $format)" instead.
Since symfony/serializer 6.4: Passing a "Doctrine\Common\Annotations\PsrCachedReader" instance as argument 1 to "Symfony\Component\Serializer\Mapping\Loader\AttributeLoader::__construct()" is deprecated, pass null or omit the parameter instead.
User Deprecated: Since symfony/serializer 6.4: Passing a "Doctrine\Common\Annotations\PsrCachedReader" instance as argument 1 to "Symfony\Component\Serializer\Mapping\Loader\AttributeLoader::__construct()" is deprecated, pass null or omit the parameter instead.
User Deprecated: Since symfony/validator 6.4: Method "Symfony\Component\Validator\ValidatorBuilder::setDoctrineAnnotationReader()" is deprecated without replacement.
User Deprecated: Since api-platform/core 2.7: The $exceptionOnNoToken parameter in "ApiPlatform\Symfony\Security\ResourceAccessChecker::__construct()" is deprecated and will always be false in 3.0, you should stop using it.
User Deprecated: Since api-platform/core 2.7: Using "api_platform.iri_converter.legacy" is deprecated since API Platform 2.7. Use "ApiPlatform\Api\IriConverterInterface" instead.
Log messages generated during the compilation of the service container.
Messages
Class
272
Resolving inheritance for "api_platform.elasticsearch.term_filter" (parent: api_platform.elasticsearch.search_filter).
Resolving inheritance for "elasticsearch.term_filter" (parent: api_platform.elasticsearch.term_filter).
Resolving inheritance for "api_platform.elasticsearch.match_filter" (parent: api_platform.elasticsearch.search_filter).
Resolving inheritance for "elasticsearch.match_filter" (parent: api_platform.elasticsearch.match_filter).
Resolving inheritance for "elasticsearch.order_filter" (parent: api_platform.elasticsearch.order_filter).
Resolving inheritance for ".instanceof.ApiPlatform\Elasticsearch\Extension\RequestBodySearchCollectionExtensionInterface.0.App\ApiPlatform\Elasticsearch\DataProvider\Extension\ProductSearchCollectionExtension" (parent: .abstract.instanceof.App\ApiPlatform\Elasticsearch\DataProvider\Extension\ProductSearchCollectionExtension).
Resolving inheritance for "App\ApiPlatform\Elasticsearch\DataProvider\Extension\ProductSearchCollectionExtension" (parent: .instanceof.ApiPlatform\Elasticsearch\Extension\RequestBodySearchCollectionExtensionInterface.0.App\ApiPlatform\Elasticsearch\DataProvider\Extension\ProductSearchCollectionExtension).
Resolving inheritance for ".instanceof.ApiPlatform\Doctrine\Orm\Filter\AbstractFilter.0.App\ApiPlatform\Filter\SimpleArrayTypeFilter" (parent: .abstract.instanceof.App\ApiPlatform\Filter\SimpleArrayTypeFilter).
Resolving inheritance for ".instanceof.ApiPlatform\Api\FilterInterface.0.App\ApiPlatform\Filter\SimpleArrayTypeFilter" (parent: .instanceof.ApiPlatform\Doctrine\Orm\Filter\AbstractFilter.0.App\ApiPlatform\Filter\SimpleArrayTypeFilter).
Resolving inheritance for "App\ApiPlatform\Filter\SimpleArrayTypeFilter" (parent: .instanceof.ApiPlatform\Api\FilterInterface.0.App\ApiPlatform\Filter\SimpleArrayTypeFilter).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AdjustProductTaxesCommand" (parent: .abstract.instanceof.App\Command\AdjustProductTaxesCommand).
Resolving inheritance for "App\Command\AdjustProductTaxesCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AdjustProductTaxesCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\DeleteByTypeCommand" (parent: .abstract.instanceof.App\Command\DeleteByTypeCommand).
Resolving inheritance for "App\Command\DeleteByTypeCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\DeleteByTypeCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ImportImagesCleanupCommand" (parent: .abstract.instanceof.App\Command\ImportImagesCleanupCommand).
Resolving inheritance for "App\Command\ImportImagesCleanupCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ImportImagesCleanupCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\MediaImagesCleanupCommand" (parent: .abstract.instanceof.App\Command\MediaImagesCleanupCommand).
Resolving inheritance for "App\Command\MediaImagesCleanupCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\MediaImagesCleanupCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\MessengerSendProductCreateMessagesCommand" (parent: .abstract.instanceof.App\Command\MessengerSendProductCreateMessagesCommand).
Resolving inheritance for "App\Command\MessengerSendProductCreateMessagesCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\MessengerSendProductCreateMessagesCommand).
Resolving inheritance for ".instanceof.ApiPlatform\Core\DataProvider\ItemDataProviderInterface.0.App\DataProvider\MediaByFilePathDataProvider" (parent: .abstract.instanceof.App\DataProvider\MediaByFilePathDataProvider).
Resolving inheritance for "App\DataProvider\MediaByFilePathDataProvider" (parent: .instanceof.ApiPlatform\Core\DataProvider\ItemDataProviderInterface.0.App\DataProvider\MediaByFilePathDataProvider).
Resolving inheritance for ".instanceof.App\EntityListener\ProductCreatedMessengerListener.0.App\EntityListener\ProductCreatedMessengerListener" (parent: .abstract.instanceof.App\EntityListener\ProductCreatedMessengerListener).
Resolving inheritance for "App\EntityListener\ProductCreatedMessengerListener" (parent: .instanceof.App\EntityListener\ProductCreatedMessengerListener.0.App\EntityListener\ProductCreatedMessengerListener).
Resolving inheritance for ".instanceof.App\EntityListener\ProductDeletedMessengerListener.0.App\EntityListener\ProductDeletedMessengerListener" (parent: .abstract.instanceof.App\EntityListener\ProductDeletedMessengerListener).
Resolving inheritance for "App\EntityListener\ProductDeletedMessengerListener" (parent: .instanceof.App\EntityListener\ProductDeletedMessengerListener.0.App\EntityListener\ProductDeletedMessengerListener).
Resolving inheritance for ".instanceof.App\EntityListener\ProductUpdatedMessengerListener.0.App\EntityListener\ProductUpdatedMessengerListener" (parent: .abstract.instanceof.App\EntityListener\ProductUpdatedMessengerListener).
Resolving inheritance for "App\EntityListener\ProductUpdatedMessengerListener" (parent: .instanceof.App\EntityListener\ProductUpdatedMessengerListener.0.App\EntityListener\ProductUpdatedMessengerListener).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\ProductUpdateSubscriber" (parent: .abstract.instanceof.App\EventSubscriber\ProductUpdateSubscriber).
Resolving inheritance for "App\EventSubscriber\ProductUpdateSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\ProductUpdateSubscriber).
Resolving inheritance for ".instanceof.ApiPlatform\Doctrine\Orm\Filter\AbstractFilter.0.App\Filter\ClosestSeminarAppointmentOrderFilter" (parent: .abstract.instanceof.App\Filter\ClosestSeminarAppointmentOrderFilter).
Resolving inheritance for ".instanceof.ApiPlatform\Api\FilterInterface.0.App\Filter\ClosestSeminarAppointmentOrderFilter" (parent: .instanceof.ApiPlatform\Doctrine\Orm\Filter\AbstractFilter.0.App\Filter\ClosestSeminarAppointmentOrderFilter).
Resolving inheritance for "App\Filter\ClosestSeminarAppointmentOrderFilter" (parent: .instanceof.ApiPlatform\Api\FilterInterface.0.App\Filter\ClosestSeminarAppointmentOrderFilter).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CompanyRepository" (parent: .abstract.instanceof.App\Repository\CompanyRepository).
Resolving inheritance for "App\Repository\CompanyRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CompanyRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DoctrineBookRepository" (parent: .abstract.instanceof.App\Repository\DoctrineBookRepository).
Resolving inheritance for "App\Repository\DoctrineBookRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DoctrineBookRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DoctrineJournalRepository" (parent: .abstract.instanceof.App\Repository\DoctrineJournalRepository).
Resolving inheritance for "App\Repository\DoctrineJournalRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DoctrineJournalRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DoctrineLooseLeafBookRepository" (parent: .abstract.instanceof.App\Repository\DoctrineLooseLeafBookRepository).
Resolving inheritance for "App\Repository\DoctrineLooseLeafBookRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DoctrineLooseLeafBookRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DoctrineProductRepository" (parent: .abstract.instanceof.App\Repository\DoctrineProductRepository).
Resolving inheritance for "App\Repository\DoctrineProductRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DoctrineProductRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DoctrineSingleJournalRepository" (parent: .abstract.instanceof.App\Repository\DoctrineSingleJournalRepository).
Resolving inheritance for "App\Repository\DoctrineSingleJournalRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DoctrineSingleJournalRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MediaRepository" (parent: .abstract.instanceof.App\Repository\MediaRepository).
Resolving inheritance for "App\Repository\MediaRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MediaRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SeminarBaseRepository" (parent: .abstract.instanceof.App\Repository\SeminarBaseRepository).
Resolving inheritance for "App\Repository\SeminarBaseRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SeminarBaseRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SeminarRepository" (parent: .abstract.instanceof.App\Repository\SeminarRepository).
Resolving inheritance for "App\Repository\SeminarRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SeminarRepository).
Resolving inheritance for ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Serializer\CollectionNormalizer" (parent: .abstract.instanceof.App\Serializer\CollectionNormalizer).
Resolving inheritance for "App\Serializer\CollectionNormalizer" (parent: .instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Serializer\CollectionNormalizer).
Resolving inheritance for ".instanceof.Symfony\Component\Serializer\Normalizer\DenormalizerInterface.0.App\Serializer\FileItemDenormalizer" (parent: .abstract.instanceof.App\Serializer\FileItemDenormalizer).
Resolving inheritance for "App\Serializer\FileItemDenormalizer" (parent: .instanceof.Symfony\Component\Serializer\Normalizer\DenormalizerInterface.0.App\Serializer\FileItemDenormalizer).
Resolving inheritance for ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Serializer\FileItemNormalizer" (parent: .abstract.instanceof.App\Serializer\FileItemNormalizer).
Resolving inheritance for "App\Serializer\FileItemNormalizer" (parent: .instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Serializer\FileItemNormalizer).
Resolving inheritance for ".instanceof.Symfony\Component\Serializer\Normalizer\DenormalizerInterface.0.App\Serializer\LinkItemDenormalizer" (parent: .abstract.instanceof.App\Serializer\LinkItemDenormalizer).
Resolving inheritance for "App\Serializer\LinkItemDenormalizer" (parent: .instanceof.Symfony\Component\Serializer\Normalizer\DenormalizerInterface.0.App\Serializer\LinkItemDenormalizer).
Resolving inheritance for ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Serializer\MediaNormalizer" (parent: .abstract.instanceof.App\Serializer\MediaNormalizer).
Resolving inheritance for "App\Serializer\MediaNormalizer" (parent: .instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Serializer\MediaNormalizer).
Resolving inheritance for ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Serializer\PriceNormalizer" (parent: .abstract.instanceof.App\Serializer\PriceNormalizer).
Resolving inheritance for "App\Serializer\PriceNormalizer" (parent: .instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Serializer\PriceNormalizer).
Resolving inheritance for ".instanceof.Symfony\Component\Serializer\Normalizer\DenormalizerInterface.0.App\Serializer\ProductSearchDenormalizer" (parent: .abstract.instanceof.App\Serializer\ProductSearchDenormalizer).
Resolving inheritance for "App\Serializer\ProductSearchDenormalizer" (parent: .instanceof.Symfony\Component\Serializer\Normalizer\DenormalizerInterface.0.App\Serializer\ProductSearchDenormalizer).
Resolving inheritance for ".instanceof.Symfony\Component\Serializer\Normalizer\DenormalizerInterface.0.App\Serializer\SequenceDateItemDenormalizer" (parent: .abstract.instanceof.App\Serializer\SequenceDateItemDenormalizer).
Resolving inheritance for "App\Serializer\SequenceDateItemDenormalizer" (parent: .instanceof.Symfony\Component\Serializer\Normalizer\DenormalizerInterface.0.App\Serializer\SequenceDateItemDenormalizer).
Resolving inheritance for ".instanceof.Symfony\Component\Serializer\Normalizer\DenormalizerInterface.0.App\Serializer\SimpleItemDenormalizer" (parent: .abstract.instanceof.App\Serializer\SimpleItemDenormalizer).
Resolving inheritance for "App\Serializer\SimpleItemDenormalizer" (parent: .instanceof.Symfony\Component\Serializer\Normalizer\DenormalizerInterface.0.App\Serializer\SimpleItemDenormalizer).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Constraints\UniquePriceTypeValidator" (parent: .abstract.instanceof.App\Validator\Constraints\UniquePriceTypeValidator).
Resolving inheritance for "App\Validator\Constraints\UniquePriceTypeValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Constraints\UniquePriceTypeValidator).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Import\Command\ProductImportCommand" (parent: .abstract.instanceof.Import\Command\ProductImportCommand).
Resolving inheritance for "Import\Command\ProductImportCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Import\Command\ProductImportCommand).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Import\EventSubscriber\BookImportFailedLoggerSubscriber" (parent: .abstract.instanceof.Import\EventSubscriber\BookImportFailedLoggerSubscriber).
Resolving inheritance for "Import\EventSubscriber\BookImportFailedLoggerSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Import\EventSubscriber\BookImportFailedLoggerSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Import\EventSubscriber\LooseLeafBookImportFailedLoggerSubscriber" (parent: .abstract.instanceof.Import\EventSubscriber\LooseLeafBookImportFailedLoggerSubscriber).
Resolving inheritance for "Import\EventSubscriber\LooseLeafBookImportFailedLoggerSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Import\EventSubscriber\LooseLeafBookImportFailedLoggerSubscriber).
Resolving inheritance for ".instanceof.Import\Factory\ProductFactoryInterface.0.Import\Factory\BookFactory" (parent: .abstract.instanceof.Import\Factory\BookFactory).
Resolving inheritance for "Import\Factory\BookFactory" (parent: .instanceof.Import\Factory\ProductFactoryInterface.0.Import\Factory\BookFactory).
Resolving inheritance for ".instanceof.Import\Factory\ProductFactoryInterface.0.Import\Factory\LooseLeafBookFactory" (parent: .abstract.instanceof.Import\Factory\LooseLeafBookFactory).
Resolving inheritance for "Import\Factory\LooseLeafBookFactory" (parent: .instanceof.Import\Factory\ProductFactoryInterface.0.Import\Factory\LooseLeafBookFactory).
Resolving inheritance for ".instanceof.Import\Loader\FileDtoToProductDtoCollectionTransformerLoaderInterface.0.Import\Loader\FileDtoToBookDtoCollectionTransformerLoader" (parent: .abstract.instanceof.Import\Loader\FileDtoToBookDtoCollectionTransformerLoader).
Resolving inheritance for "Import\Loader\FileDtoToBookDtoCollectionTransformerLoader" (parent: .instanceof.Import\Loader\FileDtoToProductDtoCollectionTransformerLoaderInterface.0.Import\Loader\FileDtoToBookDtoCollectionTransformerLoader).
Resolving inheritance for ".instanceof.Import\Loader\FileDtoToProductDtoCollectionTransformerLoaderInterface.0.Import\Loader\FileDtoToLooseLeafBookDtoCollectionTransformerLoader" (parent: .abstract.instanceof.Import\Loader\FileDtoToLooseLeafBookDtoCollectionTransformerLoader).
Resolving inheritance for "Import\Loader\FileDtoToLooseLeafBookDtoCollectionTransformerLoader" (parent: .instanceof.Import\Loader\FileDtoToProductDtoCollectionTransformerLoaderInterface.0.Import\Loader\FileDtoToLooseLeafBookDtoCollectionTransformerLoader).
Resolving inheritance for ".instanceof.Symfony\Component\Serializer\Normalizer\DenormalizerInterface.0.Import\Serializer\FileDtoDenormalizer" (parent: .abstract.instanceof.Import\Serializer\FileDtoDenormalizer).
Resolving inheritance for "Import\Serializer\FileDtoDenormalizer" (parent: .instanceof.Symfony\Component\Serializer\Normalizer\DenormalizerInterface.0.Import\Serializer\FileDtoDenormalizer).
Resolving inheritance for "cache.app" (parent: cache.adapter.filesystem).
Resolving inheritance for "cache.system" (parent: cache.adapter.system).
Resolving inheritance for "cache.validator" (parent: cache.system).
Resolving inheritance for "cache.serializer" (parent: cache.system).
Resolving inheritance for "cache.annotations" (parent: cache.system).
Resolving inheritance for "cache.property_info" (parent: cache.system).
Resolving inheritance for "cache.messenger.restart_workers_signal" (parent: cache.app).
Resolving inheritance for "cache.system_clearer" (parent: cache.default_clearer).
Resolving inheritance for "cache.global_clearer" (parent: cache.default_clearer).
Resolving inheritance for "assets._default_package" (parent: assets.path_package).
Resolving inheritance for "secrets.decryption_key" (parent: container.env).
Resolving inheritance for "cache.validator_expression_language" (parent: cache.system).
Resolving inheritance for "messenger.retry.multiplier_retry_strategy.amqp_product" (parent: messenger.retry.abstract_multiplier_retry_strategy).
Resolving inheritance for "messenger.retry.multiplier_retry_strategy.amqp_rewrites" (parent: messenger.retry.abstract_multiplier_retry_strategy).
Resolving inheritance for "cache.security_expression_language" (parent: cache.system).
Resolving inheritance for "cache.security_is_granted_attribute_expression_language" (parent: cache.system).
Resolving inheritance for "security.access_token_handler.oidc.signature.ES256" (parent: security.access_token_handler.oidc.signature).
Resolving inheritance for "security.access_token_handler.oidc.signature.ES384" (parent: security.access_token_handler.oidc.signature).
Resolving inheritance for "security.access_token_handler.oidc.signature.ES512" (parent: security.access_token_handler.oidc.signature).
Resolving inheritance for "security.user.provider.concrete.basic" (parent: security.user.provider.in_memory).
Resolving inheritance for "security.firewall.map.config.dev" (parent: security.firewall.config).
Resolving inheritance for "security.firewall.map.context.dev" (parent: security.firewall.context).
Resolving inheritance for "security.firewall.map.config.main" (parent: security.firewall.config).
Resolving inheritance for "security.listener.main.user_provider" (parent: security.listener.user_provider.abstract).
Resolving inheritance for "security.context_listener.0" (parent: security.context_listener).
Resolving inheritance for "security.listener.session.main" (parent: security.listener.session).
Resolving inheritance for "security.authenticator.http_basic.main" (parent: security.authenticator.http_basic).
Resolving inheritance for "security.authenticator.manager.main" (parent: security.authenticator.manager).
Resolving inheritance for "security.firewall.authenticator.main" (parent: security.firewall.authenticator).
Resolving inheritance for "security.listener.user_checker.main" (parent: security.listener.user_checker).
Resolving inheritance for "security.exception_listener.main" (parent: security.exception_listener).
Resolving inheritance for "security.firewall.map.context.main" (parent: security.firewall.context).
Resolving inheritance for "doctrine.dbal.default_connection.configuration" (parent: doctrine.dbal.connection.configuration).
Resolving inheritance for "doctrine.dbal.default_connection.event_manager" (parent: doctrine.dbal.connection.event_manager).
Resolving inheritance for "doctrine.dbal.default_connection" (parent: doctrine.dbal.connection).
Resolving inheritance for "doctrine.orm.default_configuration" (parent: doctrine.orm.configuration).
Resolving inheritance for "doctrine.orm.default_manager_configurator" (parent: doctrine.orm.manager_configurator.abstract).
Resolving inheritance for "doctrine.orm.default_entity_manager" (parent: doctrine.orm.entity_manager.abstract).
Resolving inheritance for "api_platform.cache.route_name_resolver" (parent: cache.system).
Resolving inheritance for "api_platform.cache.metadata.resource" (parent: cache.system).
Resolving inheritance for "api_platform.cache.metadata.resource.legacy" (parent: cache.system).
Resolving inheritance for "api_platform.cache.metadata.property.legacy" (parent: cache.system).
Resolving inheritance for "api_platform.cache.subresource_operation_factory" (parent: cache.system).
Resolving inheritance for "api_platform.cache.metadata.property" (parent: cache.system).
Resolving inheritance for "api_platform.cache.metadata.resource_collection" (parent: cache.system).
Resolving inheritance for "api_platform.doctrine.orm.default.collection_data_provider" (parent: api_platform.doctrine.orm.collection_data_provider).
Resolving inheritance for "api_platform.doctrine.orm.default.item_data_provider" (parent: api_platform.doctrine.orm.item_data_provider).
Resolving inheritance for "api_platform.doctrine.orm.default.subresource_data_provider" (parent: api_platform.doctrine.orm.subresource_data_provider).
Resolving inheritance for "api_platform.elasticsearch.cache.metadata.document" (parent: cache.system).
Resolving inheritance for "api_platform.elasticsearch.request_body_search_extension.constant_score_filter" (parent: api_platform.elasticsearch.request_body_search_extension.filter).
Resolving inheritance for "api_platform.elasticsearch.request_body_search_extension.sort_filter" (parent: api_platform.elasticsearch.request_body_search_extension.filter).
Resolving inheritance for "api_platform.cache.identifiers_extractor" (parent: cache.system).
Resolving inheritance for "monolog.logger" (parent: monolog.logger_prototype).
Resolving inheritance for "Vich\UploaderBundle\Naming\UniqidNamer.media_object" (parent: Vich\UploaderBundle\Naming\UniqidNamer).
Resolving inheritance for "vich_uploader.listener.inject.orm" (parent: vich_uploader.listener.doctrine.base).
Resolving inheritance for "vich_uploader.listener.upload.orm" (parent: vich_uploader.listener.doctrine.base).
Resolving inheritance for "vich_uploader.listener.clean.orm" (parent: vich_uploader.listener.doctrine.base).
Resolving inheritance for "vich_uploader.listener.remove.orm" (parent: vich_uploader.listener.doctrine.base).
Resolving inheritance for "vich_uploader.listener.inject.mongodb" (parent: vich_uploader.listener.inject.orm).
Resolving inheritance for "vich_uploader.listener.upload.mongodb" (parent: vich_uploader.listener.upload.orm).
Resolving inheritance for "vich_uploader.listener.clean.mongodb" (parent: vich_uploader.listener.clean.orm).
Resolving inheritance for "vich_uploader.listener.remove.mongodb" (parent: vich_uploader.listener.remove.orm).
Resolving inheritance for "vich_uploader.listener.inject.phpcr" (parent: vich_uploader.listener.inject.orm).
Resolving inheritance for "vich_uploader.listener.upload.phpcr" (parent: vich_uploader.listener.upload.orm).
Resolving inheritance for "vich_uploader.listener.clean.phpcr" (parent: vich_uploader.listener.clean.orm).
Resolving inheritance for "vich_uploader.listener.remove.phpcr" (parent: vich_uploader.listener.remove.orm).
Resolving inheritance for "vich_uploader.listener.inject.media_object" (parent: vich_uploader.listener.inject.orm).
Resolving inheritance for "vich_uploader.listener.clean.media_object" (parent: vich_uploader.listener.clean.orm).
Resolving inheritance for "vich_uploader.listener.remove.media_object" (parent: vich_uploader.listener.remove.orm).
Resolving inheritance for "vich_uploader.listener.upload.media_object" (parent: vich_uploader.listener.upload.orm).
Resolving inheritance for "fos_elastica.client.default" (parent: fos_elastica.client_prototype).
Resolving inheritance for "fos_elastica.index.seminar_affiliate" (parent: fos_elastica.index_prototype).
Resolving inheritance for "fos_elastica.elastica_to_model_transformer.seminar_affiliate" (parent: fos_elastica.elastica_to_model_transformer.prototype.orm).
Resolving inheritance for "fos_elastica.model_to_elastica_transformer.seminar_affiliate" (parent: fos_elastica.model_to_elastica_transformer).
Resolving inheritance for "fos_elastica.object_persister.seminar_affiliate" (parent: fos_elastica.object_persister).
Resolving inheritance for "fos_elastica.pager_provider.seminar_affiliate" (parent: fos_elastica.pager_provider.prototype.orm).
Resolving inheritance for "fos_elastica.finder.seminar_affiliate" (parent: fos_elastica.finder).
Resolving inheritance for "fos_elastica.listener.seminar_affiliate" (parent: fos_elastica.listener.prototype.orm).
Resolving inheritance for "fos_elastica.index.onlinedatabase_affiliate" (parent: fos_elastica.index_prototype).
Resolving inheritance for "fos_elastica.elastica_to_model_transformer.onlinedatabase_affiliate" (parent: fos_elastica.elastica_to_model_transformer.prototype.orm).
Resolving inheritance for "fos_elastica.model_to_elastica_transformer.onlinedatabase_affiliate" (parent: fos_elastica.model_to_elastica_transformer).
Resolving inheritance for "fos_elastica.object_persister.onlinedatabase_affiliate" (parent: fos_elastica.object_persister).
Resolving inheritance for "fos_elastica.pager_provider.onlinedatabase_affiliate" (parent: fos_elastica.pager_provider.prototype.orm).
Resolving inheritance for "fos_elastica.finder.onlinedatabase_affiliate" (parent: fos_elastica.finder).
Resolving inheritance for "fos_elastica.listener.onlinedatabase_affiliate" (parent: fos_elastica.listener.prototype.orm).
Resolving inheritance for "fos_elastica.index.book" (parent: fos_elastica.index_prototype).
Resolving inheritance for "fos_elastica.elastica_to_model_transformer.book" (parent: fos_elastica.elastica_to_model_transformer.prototype.orm).
Resolving inheritance for "fos_elastica.model_to_elastica_transformer.book" (parent: fos_elastica.model_to_elastica_transformer).
Resolving inheritance for "fos_elastica.object_persister.book" (parent: fos_elastica.object_persister).
Resolving inheritance for "fos_elastica.pager_provider.book" (parent: fos_elastica.pager_provider.prototype.orm).
Resolving inheritance for "fos_elastica.finder.book" (parent: fos_elastica.finder).
Resolving inheritance for "fos_elastica.listener.book" (parent: fos_elastica.listener.prototype.orm).
Resolving inheritance for "fos_elastica.index.journal" (parent: fos_elastica.index_prototype).
Resolving inheritance for "fos_elastica.elastica_to_model_transformer.journal" (parent: fos_elastica.elastica_to_model_transformer.prototype.orm).
Resolving inheritance for "fos_elastica.model_to_elastica_transformer.journal" (parent: fos_elastica.model_to_elastica_transformer).
Resolving inheritance for "fos_elastica.object_persister.journal" (parent: fos_elastica.object_persister).
Resolving inheritance for "fos_elastica.pager_provider.journal" (parent: fos_elastica.pager_provider.prototype.orm).
Resolving inheritance for "fos_elastica.finder.journal" (parent: fos_elastica.finder).
Resolving inheritance for "fos_elastica.listener.journal" (parent: fos_elastica.listener.prototype.orm).
Resolving inheritance for "fos_elastica.index.journal_affiliate" (parent: fos_elastica.index_prototype).
Resolving inheritance for "fos_elastica.elastica_to_model_transformer.journal_affiliate" (parent: fos_elastica.elastica_to_model_transformer.prototype.orm).
Resolving inheritance for "fos_elastica.model_to_elastica_transformer.journal_affiliate" (parent: fos_elastica.model_to_elastica_transformer).
Resolving inheritance for "fos_elastica.object_persister.journal_affiliate" (parent: fos_elastica.object_persister).
Resolving inheritance for "fos_elastica.pager_provider.journal_affiliate" (parent: fos_elastica.pager_provider.prototype.orm).
Resolving inheritance for "fos_elastica.finder.journal_affiliate" (parent: fos_elastica.finder).
Resolving inheritance for "fos_elastica.listener.journal_affiliate" (parent: fos_elastica.listener.prototype.orm).
Resolving inheritance for "fos_elastica.index.looseleafbook" (parent: fos_elastica.index_prototype).
Resolving inheritance for "fos_elastica.elastica_to_model_transformer.looseleafbook" (parent: fos_elastica.elastica_to_model_transformer.prototype.orm).
Resolving inheritance for "fos_elastica.model_to_elastica_transformer.looseleafbook" (parent: fos_elastica.model_to_elastica_transformer).
Resolving inheritance for "fos_elastica.object_persister.looseleafbook" (parent: fos_elastica.object_persister).
Resolving inheritance for "fos_elastica.pager_provider.looseleafbook" (parent: fos_elastica.pager_provider.prototype.orm).
Resolving inheritance for "fos_elastica.finder.looseleafbook" (parent: fos_elastica.finder).
Resolving inheritance for "fos_elastica.listener.looseleafbook" (parent: fos_elastica.listener.prototype.orm).
Resolving inheritance for "fos_elastica.index.onlinedatabase" (parent: fos_elastica.index_prototype).
Resolving inheritance for "fos_elastica.elastica_to_model_transformer.onlinedatabase" (parent: fos_elastica.elastica_to_model_transformer.prototype.orm).
Resolving inheritance for "fos_elastica.model_to_elastica_transformer.onlinedatabase" (parent: fos_elastica.model_to_elastica_transformer).
Resolving inheritance for "fos_elastica.object_persister.onlinedatabase" (parent: fos_elastica.object_persister).
Resolving inheritance for "fos_elastica.pager_provider.onlinedatabase" (parent: fos_elastica.pager_provider.prototype.orm).
Resolving inheritance for "fos_elastica.finder.onlinedatabase" (parent: fos_elastica.finder).
Resolving inheritance for "fos_elastica.listener.onlinedatabase" (parent: fos_elastica.listener.prototype.orm).
Resolving inheritance for "fos_elastica.index.seminar" (parent: fos_elastica.index_prototype).
Resolving inheritance for "fos_elastica.elastica_to_model_transformer.seminar" (parent: fos_elastica.elastica_to_model_transformer.prototype.orm).
Resolving inheritance for "fos_elastica.model_to_elastica_transformer.seminar" (parent: fos_elastica.model_to_elastica_transformer).
Resolving inheritance for "fos_elastica.object_persister.seminar" (parent: fos_elastica.object_persister).
Resolving inheritance for "fos_elastica.pager_provider.seminar" (parent: fos_elastica.pager_provider.prototype.orm).
Resolving inheritance for "fos_elastica.finder.seminar" (parent: fos_elastica.finder).
Resolving inheritance for "fos_elastica.listener.seminar" (parent: fos_elastica.listener.prototype.orm).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.e3n\SymfonyBaseBundle\Command\BackupCommand" (parent: .abstract.instanceof.e3n\SymfonyBaseBundle\Command\BackupCommand).
Resolving inheritance for "e3n\SymfonyBaseBundle\Command\BackupCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.e3n\SymfonyBaseBundle\Command\BackupCommand).
Resolving inheritance for "annotated_app_entity_book_api_platform_doctrine_orm_filter_search_filter" (parent: ApiPlatform\Doctrine\Orm\Filter\SearchFilter).
Resolving inheritance for "annotated_app_entity_book_base_api_platform_doctrine_orm_filter_order_filter" (parent: ApiPlatform\Doctrine\Orm\Filter\OrderFilter).
Resolving inheritance for "annotated_app_entity_product_api_platform_doctrine_orm_filter_search_filter" (parent: ApiPlatform\Doctrine\Orm\Filter\SearchFilter).
Resolving inheritance for ".instanceof.ApiPlatform\Doctrine\Orm\Filter\AbstractFilter.0.annotated_app_entity_product_app_api_platform_filter_simple_array_type_filter" (parent: .abstract.instanceof.annotated_app_entity_product_app_api_platform_filter_simple_array_type_filter).
Resolving inheritance for ".instanceof.ApiPlatform\Api\FilterInterface.0.annotated_app_entity_product_app_api_platform_filter_simple_array_type_filter" (parent: .instanceof.ApiPlatform\Doctrine\Orm\Filter\AbstractFilter.0.annotated_app_entity_product_app_api_platform_filter_simple_array_type_filter).
Resolving inheritance for "annotated_app_entity_product_app_api_platform_filter_simple_array_type_filter" (parent: .instanceof.ApiPlatform\Api\FilterInterface.0.annotated_app_entity_product_app_api_platform_filter_simple_array_type_filter).
Resolving inheritance for "annotated_app_entity_product_api_platform_doctrine_orm_filter_boolean_filter" (parent: ApiPlatform\Doctrine\Orm\Filter\BooleanFilter).
Resolving inheritance for "annotated_app_entity_product_api_platform_doctrine_orm_filter_order_filter" (parent: ApiPlatform\Doctrine\Orm\Filter\OrderFilter).
Resolving inheritance for ".instanceof.ApiPlatform\Doctrine\Orm\Filter\AbstractFilter.0.annotated_app_entity_seminar_base_app_filter_closest_seminar_appointment_order_filter" (parent: .abstract.instanceof.annotated_app_entity_seminar_base_app_filter_closest_seminar_appointment_order_filter).
Resolving inheritance for ".instanceof.ApiPlatform\Api\FilterInterface.0.annotated_app_entity_seminar_base_app_filter_closest_seminar_appointment_order_filter" (parent: .instanceof.ApiPlatform\Doctrine\Orm\Filter\AbstractFilter.0.annotated_app_entity_seminar_base_app_filter_closest_seminar_appointment_order_filter).
Resolving inheritance for "annotated_app_entity_seminar_base_app_filter_closest_seminar_appointment_order_filter" (parent: .instanceof.ApiPlatform\Api\FilterInterface.0.annotated_app_entity_seminar_base_app_filter_closest_seminar_appointment_order_filter).
Resolving inheritance for "annotated_app_entity_seminar_location_api_platform_doctrine_orm_filter_search_filter" (parent: ApiPlatform\Doctrine\Orm\Filter\SearchFilter).
Resolving inheritance for "annotated_app_entity_seminar_staff_api_platform_doctrine_orm_filter_search_filter" (parent: ApiPlatform\Doctrine\Orm\Filter\SearchFilter).
Resolving inheritance for "messenger.bus.default.middleware.traceable" (parent: messenger.middleware.traceable).
Resolving inheritance for "messenger.bus.default.middleware.add_bus_name_stamp_middleware" (parent: messenger.middleware.add_bus_name_stamp_middleware).
Resolving inheritance for "messenger.bus.default.middleware.send_message" (parent: messenger.middleware.send_message).
Resolving inheritance for "messenger.bus.default.middleware.handle_message" (parent: messenger.middleware.handle_message).
Resolving inheritance for "doctrine.dbal.default_schema_asset_filter_manager" (parent: doctrine.dbal.schema_asset_filter_manager).
Resolving inheritance for "doctrine.dbal.logging_middleware.default" (parent: doctrine.dbal.logging_middleware).
Resolving inheritance for "doctrine.dbal.debug_middleware.default" (parent: doctrine.dbal.debug_middleware).
Resolving inheritance for "Sentry\SentryBundle\Tracing\Doctrine\DBAL\TracingDriverMiddleware.default" (parent: Sentry\SentryBundle\Tracing\Doctrine\DBAL\TracingDriverMiddleware).
Resolving inheritance for "monolog.logger.buzz" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.request" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.console" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.messenger" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.cache" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.php" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.event" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.router" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.profiler" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.security" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.doctrine" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.elastica" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.deprecation" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.import" (parent: monolog.logger_prototype).
Resolving inheritance for "cache.app.traceable" (parent: sentry.tracing.traceable_cache_adapter).
Resolving inheritance for "cache.system.traceable" (parent: sentry.tracing.traceable_cache_adapter).
Resolving inheritance for "cache.validator.traceable" (parent: sentry.tracing.traceable_cache_adapter).
Resolving inheritance for "cache.serializer.traceable" (parent: sentry.tracing.traceable_cache_adapter).
Resolving inheritance for "cache.annotations.traceable" (parent: sentry.tracing.traceable_cache_adapter).
Resolving inheritance for "cache.property_info.traceable" (parent: sentry.tracing.traceable_cache_adapter).
Resolving inheritance for "cache.messenger.restart_workers_signal.traceable" (parent: sentry.tracing.traceable_cache_adapter).
Resolving inheritance for "cache.validator_expression_language.traceable" (parent: sentry.tracing.traceable_cache_adapter).
Resolving inheritance for "cache.security_expression_language.traceable" (parent: sentry.tracing.traceable_cache_adapter).
Resolving inheritance for "cache.security_is_granted_attribute_expression_language.traceable" (parent: sentry.tracing.traceable_cache_adapter).
Resolving inheritance for "cache.doctrine.orm.default.result.traceable" (parent: sentry.tracing.traceable_cache_adapter).
Resolving inheritance for "cache.doctrine.orm.default.query.traceable" (parent: sentry.tracing.traceable_cache_adapter).
Resolving inheritance for "api_platform.cache.route_name_resolver.traceable" (parent: sentry.tracing.traceable_cache_adapter).
Resolving inheritance for "api_platform.cache.metadata.resource.traceable" (parent: sentry.tracing.traceable_cache_adapter).
Resolving inheritance for "api_platform.cache.metadata.resource.legacy.traceable" (parent: sentry.tracing.traceable_cache_adapter).
Resolving inheritance for "api_platform.cache.metadata.property.legacy.traceable" (parent: sentry.tracing.traceable_cache_adapter).
Resolving inheritance for "api_platform.cache.subresource_operation_factory.traceable" (parent: sentry.tracing.traceable_cache_adapter).
Resolving inheritance for "api_platform.cache.metadata.property.traceable" (parent: sentry.tracing.traceable_cache_adapter).
Resolving inheritance for "api_platform.cache.metadata.resource_collection.traceable" (parent: sentry.tracing.traceable_cache_adapter).
Resolving inheritance for "api_platform.elasticsearch.cache.metadata.document.traceable" (parent: sentry.tracing.traceable_cache_adapter).
Resolving inheritance for "api_platform.cache.identifiers_extractor.traceable" (parent: sentry.tracing.traceable_cache_adapter).
403
Removed service "Buzz\Client\BuzzClientInterface"; reason: private alias.
Removed service "Buzz\Client\BatchClientInterface"; reason: private alias.
Removed service "Psr\Http\Client\ClientInterface"; reason: private alias.
Removed service "Psr\Http\Message\RequestFactoryInterface"; reason: private alias.
Removed service "Psr\Http\Message\ResponseFactoryInterface"; reason: private alias.
Removed service "Psr\Http\Message\ServerRequestFactoryInterface"; reason: private alias.
Removed service "Psr\Http\Message\StreamFactoryInterface"; reason: private alias.
Removed service "Psr\Http\Message\UploadedFileFactoryInterface"; reason: private alias.
Removed service "Psr\Http\Message\UriFactoryInterface"; reason: private alias.
Removed service "Symfony\Component\DependencyInjection\ParameterBag\ContainerBagInterface"; reason: private alias.
Removed service "Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface"; reason: private alias.
Removed service "Symfony\Component\EventDispatcher\EventDispatcherInterface"; reason: private alias.
Removed service "Symfony\Contracts\EventDispatcher\EventDispatcherInterface"; reason: private alias.
Removed service "Psr\EventDispatcher\EventDispatcherInterface"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\HttpKernelInterface"; reason: private alias.
Removed service "Symfony\Component\HttpFoundation\RequestStack"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\HttpCache\StoreInterface"; reason: private alias.
Removed service "Symfony\Component\HttpFoundation\UrlHelper"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\KernelInterface"; reason: private alias.
Removed service "Symfony\Component\Filesystem\Filesystem"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\Config\FileLocator"; reason: private alias.
Removed service "Symfony\Component\HttpFoundation\UriSigner"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\UriSigner"; reason: private alias.
Removed service "Symfony\Component\DependencyInjection\ReverseContainer"; reason: private alias.
Removed service "Symfony\Component\String\Slugger\SluggerInterface"; reason: private alias.
Removed service "Symfony\Component\Clock\ClockInterface"; reason: private alias.
Removed service "Psr\Clock\ClockInterface"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\Fragment\FragmentUriGeneratorInterface"; reason: private alias.
Removed service "error_renderer.html"; reason: private alias.
Removed service "error_renderer"; reason: private alias.
Removed service ".Psr\Container\ContainerInterface $parameter_bag"; reason: private alias.
Removed service "Psr\Container\ContainerInterface $parameterBag"; reason: private alias.
Removed service "Psr\Cache\CacheItemPoolInterface"; reason: private alias.
Removed service "Symfony\Contracts\Cache\CacheInterface"; reason: private alias.
Removed service "Symfony\Contracts\Cache\TagAwareCacheInterface"; reason: private alias.
Removed service "Symfony\Component\Asset\Packages"; reason: private alias.
Removed service "Symfony\Component\ErrorHandler\ErrorRenderer\FileLinkFormatter"; reason: private alias.
Removed service "Symfony\Component\Stopwatch\Stopwatch"; reason: private alias.
Removed service "routing.loader.annotation"; reason: private alias.
Removed service "routing.loader.annotation.directory"; reason: private alias.
Removed service "routing.loader.annotation.file"; reason: private alias.
Removed service "Symfony\Component\Routing\RouterInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\Generator\UrlGeneratorInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\Matcher\UrlMatcherInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\RequestContextAwareInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\RequestContext"; reason: private alias.
Removed service "annotation_reader"; reason: private alias.
Removed service "Doctrine\Common\Annotations\Reader"; reason: private alias.
Removed service "Symfony\Component\PropertyAccess\PropertyAccessorInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\SerializerInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Normalizer\NormalizerInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Normalizer\DenormalizerInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Encoder\EncoderInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Encoder\DecoderInterface"; reason: private alias.
Removed service "serializer.property_accessor"; reason: private alias.
Removed service "Symfony\Component\Serializer\Mapping\ClassDiscriminatorResolverInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Normalizer\ObjectNormalizer"; reason: private alias.
Removed service "Symfony\Component\Serializer\Normalizer\PropertyNormalizer"; reason: private alias.
Removed service "Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactoryInterface"; reason: private alias.
Removed service "error_renderer.serializer"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyAccessExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyDescriptionExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyInfoExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyTypeExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyListExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyInitializableExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyReadInfoExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyWriteInfoExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\WebLink\HttpHeaderSerializer"; reason: private alias.
Removed service "Symfony\Component\Uid\Factory\UlidFactory"; reason: private alias.
Removed service "Symfony\Component\Uid\Factory\UuidFactory"; reason: private alias.
Removed service "Symfony\Component\Uid\Factory\NameBasedUuidFactory"; reason: private alias.
Removed service "Symfony\Component\Uid\Factory\RandomBasedUuidFactory"; reason: private alias.
Removed service "Symfony\Component\Uid\Factory\TimeBasedUuidFactory"; reason: private alias.
Removed service "cache.default_redis_provider"; reason: private alias.
Removed service "cache.default_memcached_provider"; reason: private alias.
Removed service "cache.default_doctrine_dbal_provider"; reason: private alias.
Removed service "SessionHandlerInterface"; reason: private alias.
Removed service "session.storage.factory"; reason: private alias.
Removed service "session.handler"; reason: private alias.
Removed service "Symfony\Component\Security\Csrf\TokenGenerator\TokenGeneratorInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Csrf\TokenStorage\TokenStorageInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Csrf\CsrfTokenManagerInterface"; reason: private alias.
Removed service "Symfony\Component\Validator\Validator\ValidatorInterface"; reason: private alias.
Removed service "validator.mapping.class_metadata_factory"; reason: private alias.
Removed service "Symfony\Component\Messenger\Transport\Serialization\SerializerInterface"; reason: private alias.
Removed service "messenger.default_serializer"; reason: private alias.
Removed service "messenger.listener.stop_worker_on_sigterm_signal_listener"; reason: private alias.
Removed service "Symfony\Component\Messenger\MessageBusInterface"; reason: private alias.
Removed service "Symfony\Component\Mime\MimeTypesInterface"; reason: private alias.
Removed service "Symfony\Component\Mime\MimeTypeGuesserInterface"; reason: private alias.
Removed service "Twig_Environment"; reason: private alias.
Removed service "Twig\Environment"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Authorization\AuthorizationCheckerInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorageInterface"; reason: private alias.
Removed service "Symfony\Bundle\SecurityBundle\Security"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Security"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Session\SessionAuthenticationStrategyInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Authentication\AuthenticationUtils"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Authorization\AccessDecisionManagerInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Role\RoleHierarchyInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Firewall"; reason: private alias.
Removed service "Symfony\Component\Security\Http\FirewallMapInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\HttpUtils"; reason: private alias.
Removed service "Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactoryInterface"; reason: private alias.
Removed service "security.password_hasher"; reason: private alias.
Removed service "Symfony\Component\PasswordHasher\Hasher\UserPasswordHasherInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Authentication\UserAuthenticatorInterface"; reason: private alias.
Removed service "security.firewall"; reason: private alias.
Removed service "security.user_providers"; reason: private alias.
Removed service "Symfony\Component\Security\Core\User\UserProviderInterface"; reason: private alias.
Removed service "security.authentication.session_strategy.main"; reason: private alias.
Removed service "security.user_checker.main"; reason: private alias.
Removed service "security.firewall.context_locator"; reason: private alias.
Removed service "Symfony\Component\Security\Core\User\UserCheckerInterface"; reason: private alias.
Removed service "Doctrine\DBAL\Connection"; reason: private alias.
Removed service "Doctrine\Persistence\ManagerRegistry"; reason: private alias.
Removed service "Doctrine\Common\Persistence\ManagerRegistry"; reason: private alias.
Removed service "doctrine.dbal.event_manager"; reason: private alias.
Removed service "Doctrine\DBAL\Connection $defaultConnection"; reason: private alias.
Removed service "Doctrine\ORM\EntityManagerInterface"; reason: private alias.
Removed service "doctrine.orm.metadata.annotation_reader"; reason: private alias.
Removed service "doctrine.orm.default_metadata_cache"; reason: private alias.
Removed service "doctrine.orm.default_result_cache"; reason: private alias.
Removed service "doctrine.orm.default_query_cache"; reason: private alias.
Removed service "Doctrine\ORM\EntityManagerInterface $defaultEntityManager"; reason: private alias.
Removed service "doctrine.orm.default_entity_manager.event_manager"; reason: private alias.
Removed service "api_platform.serializer"; reason: private alias.
Removed service "api_platform.property_accessor"; reason: private alias.
Removed service "api_platform.property_info"; reason: private alias.
Removed service "ApiPlatform\Api\ResourceClassResolverInterface"; reason: private alias.
Removed service "ApiPlatform\Api\UrlGeneratorInterface"; reason: private alias.
Removed service "ApiPlatform\Serializer\SerializerContextBuilderInterface"; reason: private alias.
Removed service "ApiPlatform\Serializer\Filter\PropertyFilter"; reason: private alias.
Removed service "ApiPlatform\Serializer\Filter\GroupFilter"; reason: private alias.
Removed service "api_platform.operation_path_resolver"; reason: private alias.
Removed service "ApiPlatform\Api\IriConverterInterface"; reason: private alias.
Removed service "ApiPlatform\Core\Api\IriConverterInterface"; reason: private alias.
Removed service "api_platform.identifiers_extractor"; reason: private alias.
Removed service "ApiPlatform\Api\IdentifiersExtractorInterface"; reason: private alias.
Removed service "api_platform.state_provider"; reason: private alias.
Removed service "ApiPlatform\State\Pagination\Pagination"; reason: private alias.
Removed service "api_platform.pagination"; reason: private alias.
Removed service "api_platform.state_processor"; reason: private alias.
Removed service "ApiPlatform\Core\DataProvider\ItemDataProviderInterface"; reason: private alias.
Removed service "ApiPlatform\Core\DataProvider\CollectionDataProviderInterface"; reason: private alias.
Removed service "ApiPlatform\Core\DataProvider\SubresourceDataProviderInterface"; reason: private alias.
Removed service "ApiPlatform\Core\DataProvider\Pagination"; reason: private alias.
Removed service "ApiPlatform\Core\DataProvider\PaginationOptions"; reason: private alias.
Removed service "ApiPlatform\Core\DataPersister\DataPersisterInterface"; reason: private alias.
Removed service "ApiPlatform\State\Pagination\PaginationOptions"; reason: private alias.
Removed service "api_platform.operation_path_resolver.default"; reason: private alias.
Removed service "api_platform.path_segment_name_generator"; reason: private alias.
Removed service "api_platform.metadata.resource.name_collection_factory"; reason: private alias.
Removed service "ApiPlatform\Metadata\Resource\Factory\ResourceNameCollectionFactoryInterface"; reason: private alias.
Removed service "api_platform.metadata.property.name_collection_factory"; reason: private alias.
Removed service "ApiPlatform\Metadata\Property\Factory\PropertyNameCollectionFactoryInterface"; reason: private alias.
Removed service "ApiPlatform\Core\Metadata\Property\Factory\PropertyNameCollectionFactoryInterface"; reason: private alias.
Removed service "ApiPlatform\Core\Metadata\Resource\Factory\ResourceMetadataFactoryInterface"; reason: private alias.
Removed service "api_platform.metadata.property.metadata_factory.legacy"; reason: private alias.
Removed service "ApiPlatform\Core\Metadata\Property\Factory\PropertyMetadataFactoryInterface"; reason: private alias.
Removed service "api_platform.metadata.resource.metadata_factory"; reason: private alias.
Removed service "api_platform.metadata.property.identifier_metadata_factory"; reason: private alias.
Removed service "api_platform.metadata.property.metadata_factory"; reason: private alias.
Removed service "api_platform.metadata.resource.metadata_collection_factory"; reason: private alias.
Removed service "api_platform.metadata.resource.metadata_collection_factory.retro_compatible"; reason: private alias.
Removed service "ApiPlatform\Metadata\Resource\Factory\ResourceMetadataCollectionFactoryInterface"; reason: private alias.
Removed service "ApiPlatform\Metadata\Property\Factory\PropertyMetadataFactoryInterface"; reason: private alias.
Removed service "ApiPlatform\JsonSchema\TypeFactoryInterface"; reason: private alias.
Removed service "ApiPlatform\JsonSchema\SchemaFactoryInterface"; reason: private alias.
Removed service "ApiPlatform\OpenApi\Serializer\OpenApiNormalizer"; reason: private alias.
Removed service "ApiPlatform\OpenApi\Options"; reason: private alias.
Removed service "ApiPlatform\OpenApi\Factory\OpenApiFactoryInterface"; reason: private alias.
Removed service "api_platform.swagger_ui.listener"; reason: private alias.
Removed service "api_platform.operation_path_resolver.legacy"; reason: private alias.
Removed service "api_platform.openapi.factory"; reason: private alias.
Removed service "ApiPlatform\Doctrine\Common\State\RemoveProcessor"; reason: private alias.
Removed service "ApiPlatform\Doctrine\Common\State\PersistProcessor"; reason: private alias.
Removed service "ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter"; reason: private alias.
Removed service "ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\OrderFilter"; reason: private alias.
Removed service "ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\RangeFilter"; reason: private alias.
Removed service "ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\DateFilter"; reason: private alias.
Removed service "ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\BooleanFilter"; reason: private alias.
Removed service "ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\NumericFilter"; reason: private alias.
Removed service "ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\ExistsFilter"; reason: private alias.
Removed service "ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\EagerLoadingExtension"; reason: private alias.
Removed service "ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\FilterExtension"; reason: private alias.
Removed service "ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\FilterEagerLoadingExtension"; reason: private alias.
Removed service "ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\PaginationExtension"; reason: private alias.
Removed service "ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\OrderExtension"; reason: private alias.
Removed service "ApiPlatform\Doctrine\Orm\State\CollectionProvider"; reason: private alias.
Removed service "ApiPlatform\Doctrine\Orm\State\ItemProvider"; reason: private alias.
Removed service "ApiPlatform\Doctrine\Orm\Filter\SearchFilter"; reason: private alias.
Removed service "ApiPlatform\Doctrine\Orm\Filter\OrderFilter"; reason: private alias.
Removed service "ApiPlatform\Doctrine\Orm\Filter\RangeFilter"; reason: private alias.
Removed service "ApiPlatform\Doctrine\Orm\Filter\DateFilter"; reason: private alias.
Removed service "ApiPlatform\Doctrine\Orm\Filter\BooleanFilter"; reason: private alias.
Removed service "ApiPlatform\Doctrine\Orm\Filter\NumericFilter"; reason: private alias.
Removed service "ApiPlatform\Doctrine\Orm\Filter\ExistsFilter"; reason: private alias.
Removed service "ApiPlatform\Doctrine\Orm\Extension\EagerLoadingExtension"; reason: private alias.
Removed service "ApiPlatform\Doctrine\Orm\Extension\FilterExtension"; reason: private alias.
Removed service "ApiPlatform\Doctrine\Orm\Extension\FilterEagerLoadingExtension"; reason: private alias.
Removed service "ApiPlatform\Doctrine\Orm\Extension\PaginationExtension"; reason: private alias.
Removed service "ApiPlatform\Doctrine\Orm\Extension\OrderExtension"; reason: private alias.
Removed service "ApiPlatform\Validator\ValidatorInterface"; reason: private alias.
Removed service "api_platform.message_bus"; reason: private alias.
Removed service "api_platform.elasticsearch.metadata.document.metadata_factory"; reason: private alias.
Removed service "ApiPlatform\Elasticsearch\Metadata\Document\Factory\DocumentMetadataFactoryInterface"; reason: private alias.
Removed service "ApiPlatform\Core\Bridge\Elasticsearch\Metadata\Document\Factory\DocumentMetadataFactoryInterface"; reason: private alias.
Removed service "ApiPlatform\Core\Bridge\Elasticsearch\Api\IdentifierExtractorInterface"; reason: private alias.
Removed service "ApiPlatform\Core\Bridge\Elasticsearch\DataProvider\Filter\TermFilter"; reason: private alias.
Removed service "ApiPlatform\Core\Bridge\Elasticsearch\DataProvider\Filter\MatchFilter"; reason: private alias.
Removed service "ApiPlatform\Core\Bridge\Elasticsearch\DataProvider\Filter\OrderFilter"; reason: private alias.
Removed service "ApiPlatform\Elasticsearch\Filter\TermFilter"; reason: private alias.
Removed service "ApiPlatform\Elasticsearch\Filter\MatchFilter"; reason: private alias.
Removed service "ApiPlatform\Elasticsearch\Filter\OrderFilter"; reason: private alias.
Removed service "api_platform.security.expression_language"; reason: private alias.
Removed service "ApiPlatform\Symfony\Security\ResourceAccessCheckerInterface"; reason: private alias.
Removed service "ApiPlatform\Core\Api\IdentifiersExtractorInterface"; reason: private alias.
Removed service "doctrine.migrations.metadata_storage"; reason: private alias.
Removed service "logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface"; reason: private alias.
Removed service "Sentry\ClientInterface"; reason: private alias.
Removed service "Sentry\SentryBundle\EventListener\ConsoleCommandListener"; reason: private alias.
Removed service "Sentry\SentryBundle\Tracing\Doctrine\DBAL\TracingDriverConnectionFactoryInterface"; reason: private alias.
Removed service "vich_uploader.storage"; reason: private alias.
Removed service "Vich\UploaderBundle\Storage\StorageInterface"; reason: private alias.
Removed service "Vich\UploaderBundle\Storage\FileSystemStorage"; reason: private alias.
Removed service "vich_uploader.metadata_driver"; reason: private alias.
Removed service "vich_uploader.metadata.cache"; reason: private alias.
Removed service "Vich\UploaderBundle\Mapping\PropertyMappingResolverInterface"; reason: private alias.
Removed service "Vich\UploaderBundle\Mapping\PropertyMappingFactory"; reason: private alias.
Removed service "Vich\UploaderBundle\Handler\DownloadHandler"; reason: private alias.
Removed service "Vich\UploaderBundle\Handler\UploadHandler"; reason: private alias.
Removed service "Vich\UploaderBundle\Form\Type\VichFileType"; reason: private alias.
Removed service "Vich\UploaderBundle\Form\Type\VichImageType"; reason: private alias.
Removed service "FOS\ElasticaBundle\Configuration\ConfigManager"; reason: private alias.
Removed service "FOS\ElasticaBundle\Index\IndexManager"; reason: private alias.
Removed service "FOS\ElasticaBundle\Index\IndexTemplateManager"; reason: private alias.
Removed service "FOS\ElasticaBundle\Index\Resetter"; reason: private alias.
Removed service "FOS\ElasticaBundle\Index\TemplateResetter"; reason: private alias.
Removed service ".FOS\ElasticaBundle\Elastica\Client $default.client"; reason: private alias.
Removed service "FOS\ElasticaBundle\Elastica\Client $defaultClient"; reason: private alias.
Removed service ".Elastica\Client $default.client"; reason: private alias.
Removed service "Elastica\Client $defaultClient"; reason: private alias.
Removed service "fos_elastica.client"; reason: private alias.
Removed service "Elastica\Client"; reason: private alias.
Removed service "FOS\ElasticaBundle\Elastica\Client"; reason: private alias.
Removed service ".FOS\ElasticaBundle\Elastica\Index $seminar_affiliate.index"; reason: private alias.
Removed service ".FOS\ElasticaBundle\Finder\TransformedFinder $seminar_affiliate.finder"; reason: private alias.
Removed service ".FOS\ElasticaBundle\Elastica\Index $onlinedatabase_affiliate.index"; reason: private alias.
Removed service ".FOS\ElasticaBundle\Finder\TransformedFinder $onlinedatabase_affiliate.finder"; reason: private alias.
Removed service ".FOS\ElasticaBundle\Elastica\Index $book.index"; reason: private alias.
Removed service ".FOS\ElasticaBundle\Finder\TransformedFinder $book.finder"; reason: private alias.
Removed service ".FOS\ElasticaBundle\Elastica\Index $journal.index"; reason: private alias.
Removed service ".FOS\ElasticaBundle\Finder\TransformedFinder $journal.finder"; reason: private alias.
Removed service ".FOS\ElasticaBundle\Elastica\Index $journal_affiliate.index"; reason: private alias.
Removed service ".FOS\ElasticaBundle\Finder\TransformedFinder $journal_affiliate.finder"; reason: private alias.
Removed service ".FOS\ElasticaBundle\Elastica\Index $looseleafbook.index"; reason: private alias.
Removed service ".FOS\ElasticaBundle\Finder\TransformedFinder $looseleafbook.finder"; reason: private alias.
Removed service ".FOS\ElasticaBundle\Elastica\Index $onlinedatabase.index"; reason: private alias.
Removed service ".FOS\ElasticaBundle\Finder\TransformedFinder $onlinedatabase.finder"; reason: private alias.
Removed service ".FOS\ElasticaBundle\Elastica\Index $seminar.index"; reason: private alias.
Removed service ".FOS\ElasticaBundle\Finder\TransformedFinder $seminar.finder"; reason: private alias.
Removed service "fos_elastica.index"; reason: private alias.
Removed service "fos_elastica.manager"; reason: private alias.
Removed service "FOS\ElasticaBundle\Manager\RepositoryManagerInterface"; reason: private alias.
Removed service "twig.loader.filesystem"; reason: private alias.
Removed service "argument_resolver.controller_locator"; reason: private alias.
Removed service "twig.loader"; reason: private alias.
Removed service "doctrine.id_generator_locator"; reason: private alias.
Removed service "api_platform.name_converter"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $buzzLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $requestLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $consoleLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $messengerLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $cacheLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $phpLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $eventLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $routerLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $profilerLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $securityLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $doctrineLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $elasticaLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $deprecationLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $importLogger"; reason: private alias.
Removed service ".service_locator.ed0.jgD"; reason: private alias.
Removed service ".service_locator.IC0Vylu"; reason: private alias.
Removed service ".service_locator.bnaLdkn"; reason: private alias.
Removed service ".service_locator.40TRzxI"; reason: private alias.
Removed service ".service_locator.bJ.4HC5"; reason: private alias.
Removed service ".service_locator.OvzOhez"; reason: private alias.
Removed service ".service_locator.uFMlFEP"; reason: private alias.
Removed service ".service_locator.fp78pvj"; reason: private alias.
Removed service "api_platform.metadata.resource.metadata_collection_factory.legacy_resource_metadata.inner"; reason: private alias.
Removed service "api_platform.metadata.property.metadata_factory.legacy_property_metadata.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.metadata_collection_factory.legacy_subresource_metadata.inner"; reason: private alias.
Removed service "api_platform.metadata.property.identifier_metadata_factory.legacy_property_metadata.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.metadata_collection_factory.xml.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.metadata_collection_factory.yaml.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.metadata_collection_factory.not_exposed_operation.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.metadata_collection_factory.uri_template.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.metadata_collection_factory.link.inner"; reason: private alias.
Removed service "validator"; reason: private alias.
Removed service "api_platform.metadata.resource.metadata_collection_factory.operation_name.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.metadata_collection_factory.input_output.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.metadata_collection_factory.formats.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.metadata_collection_factory.filters.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.metadata_collection_factory.alternate_uri.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.metadata_collection_factory.php_doc.inner"; reason: private alias.
Removed service "api_platform.messenger.metadata.resource.metadata_collection_factory.inner"; reason: private alias.
Removed service "api_platform.metadata.property.metadata_factory.property_info.legacy.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.metadata_factory.annotation.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.metadata_factory.yaml.inner"; reason: private alias.
Removed service "api_platform.metadata.property.metadata_factory.property_info.inner"; reason: private alias.
Removed service "api_platform.doctrine.orm.metadata.property.metadata_factory.legacy.inner"; reason: private alias.
Removed service "api_platform.doctrine.orm.metadata.property.metadata_factory.inner"; reason: private alias.
Removed service "api_platform.doctrine.orm.metadata.property.identifier_metadata_factory.inner"; reason: private alias.
Removed service "api_platform.doctrine.orm.metadata.resource.metadata_collection_factory.inner"; reason: private alias.
Removed service "api_platform.elasticsearch.metadata.resource.metadata_collection_factory.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.metadata_factory.input_output.inner"; reason: private alias.
Removed service "api_platform.metadata.property.metadata_factory.serializer.legacy.inner"; reason: private alias.
Removed service "api_platform.metadata.property.metadata_factory.default_property.legacy.inner"; reason: private alias.
Removed service "api_platform.metadata.subresource.metadata_factory.annotation.legacy.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.metadata_factory.php_doc.inner"; reason: private alias.
Removed service "api_platform.metadata.property.metadata_factory.serializer.inner"; reason: private alias.
Removed service "api_platform.metadata.property.metadata_factory.default_property.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.metadata_factory.short_name.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.filter_metadata_factory.annotation.inner"; reason: private alias.
Removed service "api_platform.metadata.property.metadata_factory.annotation.legacy.inner"; reason: private alias.
Removed service "api_platform.metadata.property.metadata_factory.yaml.legacy.inner"; reason: private alias.
Removed service "api_platform.metadata.property.metadata_factory.attribute.inner"; reason: private alias.
Removed service "api_platform.metadata.property.identifier_metadata_factory.attribute.inner"; reason: private alias.
Removed service "api_platform.metadata.property.metadata_factory.yaml.inner"; reason: private alias.
Removed service "api_platform.metadata.property.identifier_metadata_factory.yaml.inner"; reason: private alias.
Removed service "api_platform.metadata.property.metadata_factory.validator.inner"; reason: private alias.
Removed service "api_platform.elasticsearch.metadata.document.metadata_factory.attribute.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.metadata_factory.operation.inner"; reason: private alias.
Removed service "api_platform.metadata.property.identifier_metadata_factory.xml.inner"; reason: private alias.
Removed service "api_platform.elasticsearch.metadata.resource.metadata_factory.operation.inner"; reason: private alias.
Removed service "api_platform.elasticsearch.metadata.document.metadata_factory.cat.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.metadata_factory.formats.inner"; reason: private alias.
Removed service "api_platform.hydra.normalizer.collection"; reason: private alias.
Removed service "controller_resolver"; reason: private alias.
Removed service "argument_resolver"; reason: private alias.
Removed service "twig.error_renderer.html.inner"; reason: private alias.
Removed service "security.access.decision_manager"; reason: private alias.
Removed service "security.firewall.authenticator.main"; reason: private alias.
Removed service "api_platform.serializer.context_builder"; reason: private alias.
Removed service "api_platform.metadata.property.name_collection_factory.xml.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.name_collection_factory.annotation.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.name_collection_factory.yaml.legacy.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.name_collection_factory.attributes.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.name_collection_factory.yaml.inner"; reason: private alias.
Removed service "api_platform.metadata.property.name_collection_factory.yaml.inner"; reason: private alias.
Removed service "api_platform.hydra.normalizer.partial_collection_view.inner"; reason: private alias.
Removed service "api_platform.hydra.normalizer.collection_filters.inner"; reason: private alias.
Removed service "api_platform.json_schema.schema_factory"; reason: private alias.
Removed service "api_platform.serializer.normalizer.item"; reason: private alias.
Removed service "api_platform.identifiers_extractor.legacy"; reason: private alias.
Removed service "doctrine.migrations.migrations_factory"; reason: private alias.
Removed service "messenger.bus.default"; reason: private alias.
Removed service "doctrine.orm.default_metadata_driver"; reason: private alias.
Removed service "cache.validator"; reason: private alias.
Removed service "cache.serializer"; reason: private alias.
Removed service "cache.annotations"; reason: private alias.
Removed service "cache.property_info"; reason: private alias.
Removed service "cache.messenger.restart_workers_signal"; reason: private alias.
Removed service "cache.security_expression_language"; reason: private alias.
Removed service "cache.doctrine.orm.default.result"; reason: private alias.
Removed service "cache.doctrine.orm.default.query"; reason: private alias.
Removed service "api_platform.cache.route_name_resolver"; reason: private alias.
Removed service "api_platform.cache.metadata.resource"; reason: private alias.
Removed service "api_platform.cache.metadata.resource.legacy"; reason: private alias.
Removed service "api_platform.cache.metadata.property.legacy"; reason: private alias.
Removed service "api_platform.cache.subresource_operation_factory"; reason: private alias.
Removed service "api_platform.cache.metadata.property"; reason: private alias.
Removed service "api_platform.cache.metadata.resource_collection"; reason: private alias.
Removed service "api_platform.elasticsearch.cache.metadata.document"; reason: private alias.
Removed service "api_platform.cache.identifiers_extractor"; reason: private alias.
Removed service "security.event_dispatcher.main"; reason: private alias.
Removed service "serializer.mapping.class_metadata_factory"; reason: private alias.
Removed service "api_platform.openapi.normalizer"; reason: private alias.
Removed service "api_platform.swagger.normalizer.documentation"; reason: private alias.
Removed service "api_platform.route_name_resolver"; reason: private alias.
Removed service "api_platform.metadata.resource.name_collection_factory.cached.inner"; reason: private alias.
Removed service "api_platform.metadata.property.name_collection_factory.cached.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.metadata_factory.cached.inner"; reason: private alias.
Removed service "api_platform.metadata.property.metadata_factory.cached.legacy.inner"; reason: private alias.
Removed service "api_platform.subresource_operation_factory"; reason: private alias.
Removed service "api_platform.metadata.property.metadata_factory.cached.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.metadata_collection_factory.cached.inner"; reason: private alias.
Removed service "api_platform.elasticsearch.metadata.document.metadata_factory.cached.inner"; reason: private alias.
Removed service ".service_locator.gFlme_s"; reason: private alias.
Removed service ".service_locator.Oy7Jolf"; reason: private alias.
Removed service ".service_locator.JZ.f3Zb"; reason: private alias.
Removed service ".service_locator.KryVg_L"; reason: private alias.
Removed service ".service_locator._kIAbz1"; reason: private alias.
Removed service ".service_locator..Fs8Kd7"; reason: private alias.
Removed service ".service_locator.I_mdErc"; reason: private alias.
Removed service ".service_locator.uJlrHkM"; reason: private alias.
Removed service ".service_locator.oCfMkBV"; reason: private alias.
Removed service ".service_locator.9zFoCq8"; reason: private alias.
126
Changed reference of service "App\Command\MessengerSendProductCreateMessagesCommand" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "App\EntityListener\ProductCreatedMessengerListener" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "App\EntityListener\ProductDeletedMessengerListener" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "App\EntityListener\ProductUpdatedMessengerListener" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "App\EventSubscriber\ProductUpdateSubscriber" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "locale_listener" previously pointing to "router.default" to "router".
Changed reference of service "http_kernel" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "url_helper" previously pointing to "router.default" to "router".
Changed reference of service "services_resetter" previously pointing to "cache.app.traceable" to "cache.app".
Changed reference of service "services_resetter" previously pointing to "cache.system.traceable" to "cache.system".
Changed reference of service "services_resetter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "services_resetter" previously pointing to "cache.validator_expression_language.traceable" to "cache.validator_expression_language".
Changed reference of service "services_resetter" previously pointing to "cache.security_is_granted_attribute_expression_language.traceable" to "cache.security_is_granted_attribute_expression_language".
Changed reference of service "fragment.renderer.inline" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "console.command.messenger_consume_messages" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "console.command.router_debug" previously pointing to "router.default" to "router".
Changed reference of service "console.command.router_match" previously pointing to "router.default" to "router".
Changed reference of service "cache.app.taggable" previously pointing to "cache.app.traceable" to "cache.app".
Changed reference of service "cache.system_clearer" previously pointing to "cache.system.traceable" to "cache.system".
Changed reference of service "cache.system_clearer" previously pointing to "cache.validator_expression_language.traceable" to "cache.validator_expression_language".
Changed reference of service "cache.system_clearer" previously pointing to "cache.security_is_granted_attribute_expression_language.traceable" to "cache.security_is_granted_attribute_expression_language".
Changed reference of service "cache.global_clearer" previously pointing to "cache.app.traceable" to "cache.app".
Changed reference of service "cache.global_clearer" previously pointing to "cache.system.traceable" to "cache.system".
Changed reference of service "cache.global_clearer" previously pointing to "cache.validator_expression_language.traceable" to "cache.validator_expression_language".
Changed reference of service "cache.global_clearer" previously pointing to "cache.security_is_granted_attribute_expression_language.traceable" to "cache.security_is_granted_attribute_expression_language".
Changed reference of service "router_listener" previously pointing to "router.default" to "router".
Changed reference of service "Symfony\Bundle\FrameworkBundle\Controller\RedirectController" previously pointing to "router.default" to "router".
Changed reference of service "validator.expression_language" previously pointing to "cache.validator_expression_language.traceable" to "cache.validator_expression_language".
Changed reference of service "messenger.middleware.send_message" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "messenger.middleware.router_context" previously pointing to "router.default" to "router".
Changed reference of service "messenger.retry.send_failed_message_for_retry_listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "messenger.routable_message_bus" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "messenger.redispatch_message_handler" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "console_profiler_listener" previously pointing to "router.default" to "router".
Changed reference of service "data_collector.events" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "data_collector.cache" previously pointing to "cache.app.traceable" to "cache.app".
Changed reference of service "data_collector.cache" previously pointing to "cache.system.traceable" to "cache.system".
Changed reference of service "data_collector.cache" previously pointing to "cache.validator_expression_language.traceable" to "cache.validator_expression_language".
Changed reference of service "data_collector.cache" previously pointing to "cache.security_is_granted_attribute_expression_language.traceable" to "cache.security_is_granted_attribute_expression_language".
Changed reference of service "data_collector.messenger" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "twig.extension.routing" previously pointing to "router.default" to "router".
Changed reference of service "security.logout_url_generator" previously pointing to "router.default" to "router".
Changed reference of service "security.http_utils" previously pointing to "router.default" to "router".
Changed reference of service "security.http_utils" previously pointing to "router.default" to "router".
Changed reference of service "security.is_granted_attribute_expression_language" previously pointing to "cache.security_is_granted_attribute_expression_language.traceable" to "cache.security_is_granted_attribute_expression_language".
Changed reference of service "security.context_listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.listener.abstract" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.switchuser_listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.switchuser_listener" previously pointing to "router.default" to "router".
Changed reference of service "security.authenticator.manager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.security.firewall" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "api_platform.router" previously pointing to "router.default" to "router".
Changed reference of service "api_platform.swagger.action.ui" previously pointing to "router.default" to "router".
Changed reference of service "api_platform.swagger_ui.action" previously pointing to "router.default" to "router".
Changed reference of service "api_platform.messenger.data_persister" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "ApiPlatform\Symfony\Messenger\Processor" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "web_profiler.controller.profiler" previously pointing to "router.default" to "router".
Changed reference of service "web_profiler.controller.router" previously pointing to "router.default" to "router".
Changed reference of service "debug.file_link_formatter.url_format" previously pointing to "router.default" to "router".
Changed reference of service "web_profiler.debug_toolbar" previously pointing to "router.default" to "router".
Changed reference of service "vich_uploader.upload_handler" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "fos_elastica.client_prototype" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "fos_elastica.mapping_builder" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "fos_elastica.repository_manager" previously pointing to "fos_elastica.finder.seminar_affiliate" to "FOS\ElasticaBundle\Finder\TransformedFinder $seminarAffiliateFinder".
Changed reference of service "fos_elastica.repository_manager" previously pointing to "fos_elastica.finder.onlinedatabase_affiliate" to "FOS\ElasticaBundle\Finder\TransformedFinder $onlinedatabaseAffiliateFinder".
Changed reference of service "fos_elastica.repository_manager" previously pointing to "fos_elastica.finder.book" to "FOS\ElasticaBundle\Finder\TransformedFinder $bookFinder".
Changed reference of service "fos_elastica.repository_manager" previously pointing to "fos_elastica.finder.journal" to "FOS\ElasticaBundle\Finder\TransformedFinder $journalFinder".
Changed reference of service "fos_elastica.repository_manager" previously pointing to "fos_elastica.finder.journal_affiliate" to "FOS\ElasticaBundle\Finder\TransformedFinder $journalAffiliateFinder".
Changed reference of service "fos_elastica.repository_manager" previously pointing to "fos_elastica.finder.looseleafbook" to "FOS\ElasticaBundle\Finder\TransformedFinder $looseleafbookFinder".
Changed reference of service "fos_elastica.repository_manager" previously pointing to "fos_elastica.finder.onlinedatabase" to "FOS\ElasticaBundle\Finder\TransformedFinder $onlinedatabaseFinder".
Changed reference of service "fos_elastica.repository_manager" previously pointing to "fos_elastica.finder.seminar" to "FOS\ElasticaBundle\Finder\TransformedFinder $seminarFinder".
Changed reference of service "fos_elastica.index_manager" previously pointing to "fos_elastica.index.seminar_affiliate" to "FOS\ElasticaBundle\Elastica\Index $seminarAffiliateIndex".
Changed reference of service "fos_elastica.index_manager" previously pointing to "fos_elastica.index.onlinedatabase_affiliate" to "FOS\ElasticaBundle\Elastica\Index $onlinedatabaseAffiliateIndex".
Changed reference of service "fos_elastica.index_manager" previously pointing to "fos_elastica.index.book" to "FOS\ElasticaBundle\Elastica\Index $bookIndex".
Changed reference of service "fos_elastica.index_manager" previously pointing to "fos_elastica.index.journal" to "FOS\ElasticaBundle\Elastica\Index $journalIndex".
Changed reference of service "fos_elastica.index_manager" previously pointing to "fos_elastica.index.journal_affiliate" to "FOS\ElasticaBundle\Elastica\Index $journalAffiliateIndex".
Changed reference of service "fos_elastica.index_manager" previously pointing to "fos_elastica.index.looseleafbook" to "FOS\ElasticaBundle\Elastica\Index $looseleafbookIndex".
Changed reference of service "fos_elastica.index_manager" previously pointing to "fos_elastica.index.onlinedatabase" to "FOS\ElasticaBundle\Elastica\Index $onlinedatabaseIndex".
Changed reference of service "fos_elastica.index_manager" previously pointing to "fos_elastica.index.seminar" to "FOS\ElasticaBundle\Elastica\Index $seminarIndex".
Changed reference of service "fos_elastica.index_manager" previously pointing to "fos_elastica.index.seminar_affiliate" to "FOS\ElasticaBundle\Elastica\Index $seminarAffiliateIndex".
Changed reference of service "fos_elastica.resetter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "fos_elastica.in_place_pager_persister" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "fos_elastica.config_source.container" previously pointing to "fos_elastica.index.seminar_affiliate" to "FOS\ElasticaBundle\Elastica\Index $seminarAffiliateIndex".
Changed reference of service "fos_elastica.config_source.container" previously pointing to "fos_elastica.index.onlinedatabase_affiliate" to "FOS\ElasticaBundle\Elastica\Index $onlinedatabaseAffiliateIndex".
Changed reference of service "fos_elastica.config_source.container" previously pointing to "fos_elastica.index.book" to "FOS\ElasticaBundle\Elastica\Index $bookIndex".
Changed reference of service "fos_elastica.config_source.container" previously pointing to "fos_elastica.index.journal" to "FOS\ElasticaBundle\Elastica\Index $journalIndex".
Changed reference of service "fos_elastica.config_source.container" previously pointing to "fos_elastica.index.journal_affiliate" to "FOS\ElasticaBundle\Elastica\Index $journalAffiliateIndex".
Changed reference of service "fos_elastica.config_source.container" previously pointing to "fos_elastica.index.looseleafbook" to "FOS\ElasticaBundle\Elastica\Index $looseleafbookIndex".
Changed reference of service "fos_elastica.config_source.container" previously pointing to "fos_elastica.index.onlinedatabase" to "FOS\ElasticaBundle\Elastica\Index $onlinedatabaseIndex".
Changed reference of service "fos_elastica.config_source.container" previously pointing to "fos_elastica.index.seminar" to "FOS\ElasticaBundle\Elastica\Index $seminarIndex".
Changed reference of service "fos_elastica.model_to_elastica_transformer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "fos_elastica.command.populate" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "fos_elastica.client.default" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "fos_elastica.doctrine.register_listeners" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "fos_elastica.model_to_elastica_transformer.seminar_affiliate" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "fos_elastica.object_persister.seminar_affiliate" previously pointing to "fos_elastica.index.seminar_affiliate" to "FOS\ElasticaBundle\Elastica\Index $seminarAffiliateIndex".
Changed reference of service "fos_elastica.model_to_elastica_transformer.onlinedatabase_affiliate" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "fos_elastica.object_persister.onlinedatabase_affiliate" previously pointing to "fos_elastica.index.onlinedatabase_affiliate" to "FOS\ElasticaBundle\Elastica\Index $onlinedatabaseAffiliateIndex".
Changed reference of service "fos_elastica.model_to_elastica_transformer.book" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "fos_elastica.object_persister.book" previously pointing to "fos_elastica.index.book" to "FOS\ElasticaBundle\Elastica\Index $bookIndex".
Changed reference of service "fos_elastica.model_to_elastica_transformer.journal" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "fos_elastica.object_persister.journal" previously pointing to "fos_elastica.index.journal" to "FOS\ElasticaBundle\Elastica\Index $journalIndex".
Changed reference of service "fos_elastica.model_to_elastica_transformer.journal_affiliate" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "fos_elastica.object_persister.journal_affiliate" previously pointing to "fos_elastica.index.journal_affiliate" to "FOS\ElasticaBundle\Elastica\Index $journalAffiliateIndex".
Changed reference of service "fos_elastica.model_to_elastica_transformer.looseleafbook" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "fos_elastica.object_persister.looseleafbook" previously pointing to "fos_elastica.index.looseleafbook" to "FOS\ElasticaBundle\Elastica\Index $looseleafbookIndex".
Changed reference of service "fos_elastica.model_to_elastica_transformer.onlinedatabase" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "fos_elastica.object_persister.onlinedatabase" previously pointing to "fos_elastica.index.onlinedatabase" to "FOS\ElasticaBundle\Elastica\Index $onlinedatabaseIndex".
Changed reference of service "fos_elastica.model_to_elastica_transformer.seminar" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "fos_elastica.object_persister.seminar" previously pointing to "fos_elastica.index.seminar" to "FOS\ElasticaBundle\Elastica\Index $seminarIndex".
Changed reference of service "messenger.bus.default.middleware.send_message" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.5cAhUFF" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service ".debug.security.voter.security.access.authenticated_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.security.access.simple_role_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.security.access.expression_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.cUcW89y" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator._1SGciK" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "cache.app_clearer" previously pointing to "cache.app.traceable" to "cache.app".
Changed reference of service "FOS\ElasticaBundle\Finder\TransformedFinder $seminarAffiliateFinder" previously pointing to "fos_elastica.index.seminar_affiliate" to "FOS\ElasticaBundle\Elastica\Index $seminarAffiliateIndex".
Changed reference of service "FOS\ElasticaBundle\Finder\TransformedFinder $onlinedatabaseAffiliateFinder" previously pointing to "fos_elastica.index.onlinedatabase_affiliate" to "FOS\ElasticaBundle\Elastica\Index $onlinedatabaseAffiliateIndex".
Changed reference of service "FOS\ElasticaBundle\Finder\TransformedFinder $bookFinder" previously pointing to "fos_elastica.index.book" to "FOS\ElasticaBundle\Elastica\Index $bookIndex".
Changed reference of service "FOS\ElasticaBundle\Finder\TransformedFinder $journalFinder" previously pointing to "fos_elastica.index.journal" to "FOS\ElasticaBundle\Elastica\Index $journalIndex".
Changed reference of service "FOS\ElasticaBundle\Finder\TransformedFinder $journalAffiliateFinder" previously pointing to "fos_elastica.index.journal_affiliate" to "FOS\ElasticaBundle\Elastica\Index $journalAffiliateIndex".
Changed reference of service "FOS\ElasticaBundle\Finder\TransformedFinder $looseleafbookFinder" previously pointing to "fos_elastica.index.looseleafbook" to "FOS\ElasticaBundle\Elastica\Index $looseleafbookIndex".
Changed reference of service "FOS\ElasticaBundle\Finder\TransformedFinder $onlinedatabaseFinder" previously pointing to "fos_elastica.index.onlinedatabase" to "FOS\ElasticaBundle\Elastica\Index $onlinedatabaseIndex".
Changed reference of service "FOS\ElasticaBundle\Finder\TransformedFinder $seminarFinder" previously pointing to "fos_elastica.index.seminar" to "FOS\ElasticaBundle\Elastica\Index $seminarIndex".
263
Removed service "App\Entity"; reason: abstract.
Removed service "App\Kernel"; reason: abstract.
Removed service "container.env"; reason: abstract.
Removed service "Symfony\Component\Config\Loader\LoaderInterface"; reason: abstract.
Removed service "Symfony\Component\HttpFoundation\Request"; reason: abstract.
Removed service "Symfony\Component\HttpFoundation\Response"; reason: abstract.
Removed service "Symfony\Component\HttpFoundation\Session\SessionInterface"; reason: abstract.
Removed service "cache.adapter.system"; reason: abstract.
Removed service "cache.adapter.apcu"; reason: abstract.
Removed service "cache.adapter.filesystem"; reason: abstract.
Removed service "cache.adapter.psr6"; reason: abstract.
Removed service "cache.adapter.redis"; reason: abstract.
Removed service "cache.adapter.redis_tag_aware"; reason: abstract.
Removed service "cache.adapter.memcached"; reason: abstract.
Removed service "cache.adapter.doctrine_dbal"; reason: abstract.
Removed service "cache.adapter.pdo"; reason: abstract.
Removed service "cache.adapter.array"; reason: abstract.
Removed service "assets.path_package"; reason: abstract.
Removed service "assets.url_package"; reason: abstract.
Removed service "assets.static_version_strategy"; reason: abstract.
Removed service "assets.json_manifest_version_strategy"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ExpressionLanguageSyntaxValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\AllValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\AtLeastOneOfValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\BicValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\BlankValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CallbackValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CardSchemeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ChoiceValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CidrValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CollectionValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CompoundValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CountValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CountryValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CssColorValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CurrencyValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\DateTimeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\DateValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\DivisibleByValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\EmailValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\EqualToValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ExpressionSyntaxValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ExpressionValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\FileValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\GreaterThanOrEqualValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\GreaterThanValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\HostnameValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IbanValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IdenticalToValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ImageValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IpValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsFalseValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsNullValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsTrueValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsbnValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsinValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IssnValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\JsonValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LanguageValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LengthValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LessThanOrEqualValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LessThanValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LocaleValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LuhnValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NoSuspiciousCharactersValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotBlankValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotEqualToValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotIdenticalToValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotNullValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\PasswordStrengthValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\RangeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\RegexValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\SequentiallyValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\TimeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\TimezoneValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\TypeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\UlidValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\UniqueValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\UrlValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\UuidValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ValidValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\WhenValidator"; reason: abstract.
Removed service "messenger.middleware.send_message"; reason: abstract.
Removed service "messenger.middleware.handle_message"; reason: abstract.
Removed service "messenger.middleware.add_bus_name_stamp_middleware"; reason: abstract.
Removed service "messenger.middleware.traceable"; reason: abstract.
Removed service "messenger.retry.abstract_multiplier_retry_strategy"; reason: abstract.
Removed service "security.firewall.context"; reason: abstract.
Removed service "security.firewall.lazy_context"; reason: abstract.
Removed service "security.firewall.config"; reason: abstract.
Removed service "security.user.provider.missing"; reason: abstract.
Removed service "security.user.provider.in_memory"; reason: abstract.
Removed service "security.user.provider.ldap"; reason: abstract.
Removed service "security.user.provider.chain"; reason: abstract.
Removed service "security.logout_listener"; reason: abstract.
Removed service "security.logout.listener.session"; reason: abstract.
Removed service "security.logout.listener.clear_site_data"; reason: abstract.
Removed service "security.logout.listener.cookie_clearing"; reason: abstract.
Removed service "security.logout.listener.default"; reason: abstract.
Removed service "security.authentication.listener.abstract"; reason: abstract.
Removed service "security.authentication.custom_success_handler"; reason: abstract.
Removed service "security.authentication.success_handler"; reason: abstract.
Removed service "security.authentication.custom_failure_handler"; reason: abstract.
Removed service "security.authentication.failure_handler"; reason: abstract.
Removed service "security.exception_listener"; reason: abstract.
Removed service "security.authentication.switchuser_listener"; reason: abstract.
Removed service "security.authenticator.manager"; reason: abstract.
Removed service "security.firewall.authenticator"; reason: abstract.
Removed service "security.listener.user_provider.abstract"; reason: abstract.
Removed service "security.listener.user_checker"; reason: abstract.
Removed service "security.listener.session"; reason: abstract.
Removed service "security.listener.login_throttling"; reason: abstract.
Removed service "security.authenticator.http_basic"; reason: abstract.
Removed service "security.authenticator.form_login"; reason: abstract.
Removed service "security.authenticator.json_login"; reason: abstract.
Removed service "security.authenticator.x509"; reason: abstract.
Removed service "security.authenticator.remote_user"; reason: abstract.
Removed service "security.authenticator.access_token"; reason: abstract.
Removed service "security.authenticator.access_token.chain_extractor"; reason: abstract.
Removed service "security.access_token_handler.oidc_user_info.http_client"; reason: abstract.
Removed service "security.access_token_handler.oidc_user_info"; reason: abstract.
Removed service "security.access_token_handler.oidc"; reason: abstract.
Removed service "security.access_token_handler.oidc.jwk"; reason: abstract.
Removed service "security.access_token_handler.oidc.signature"; reason: abstract.
Removed service "doctrine.dbal.connection"; reason: abstract.
Removed service "doctrine.dbal.connection.event_manager"; reason: abstract.
Removed service "doctrine.dbal.connection.configuration"; reason: abstract.
Removed service "doctrine.dbal.schema_asset_filter_manager"; reason: abstract.
Removed service "doctrine.dbal.logging_middleware"; reason: abstract.
Removed service "doctrine.dbal.debug_middleware"; reason: abstract.
Removed service "messenger.middleware.doctrine_transaction"; reason: abstract.
Removed service "messenger.middleware.doctrine_ping_connection"; reason: abstract.
Removed service "messenger.middleware.doctrine_close_connection"; reason: abstract.
Removed service "messenger.middleware.doctrine_open_transaction_logger"; reason: abstract.
Removed service "doctrine.orm.configuration"; reason: abstract.
Removed service "doctrine.orm.entity_manager.abstract"; reason: abstract.
Removed service "doctrine.orm.manager_configurator.abstract"; reason: abstract.
Removed service "doctrine.orm.security.user.provider"; reason: abstract.
Removed service "api_platform.serializer.property_filter"; reason: abstract.
Removed service "api_platform.serializer.group_filter"; reason: abstract.
Removed service "api_platform.doctrine.orm.collection_data_provider"; reason: abstract.
Removed service "api_platform.doctrine.orm.item_data_provider"; reason: abstract.
Removed service "api_platform.doctrine.orm.subresource_data_provider"; reason: abstract.
Removed service "api_platform.doctrine.orm.search_filter"; reason: abstract.
Removed service "api_platform.doctrine.orm.order_filter"; reason: abstract.
Removed service "api_platform.doctrine.orm.range_filter"; reason: abstract.
Removed service "api_platform.doctrine.orm.date_filter"; reason: abstract.
Removed service "api_platform.doctrine.orm.boolean_filter"; reason: abstract.
Removed service "api_platform.doctrine.orm.numeric_filter"; reason: abstract.
Removed service "api_platform.doctrine.orm.exists_filter"; reason: abstract.
Removed service "api_platform.elasticsearch.request_body_search_extension.filter"; reason: abstract.
Removed service "api_platform.elasticsearch.search_filter"; reason: abstract.
Removed service "api_platform.elasticsearch.term_filter"; reason: abstract.
Removed service "api_platform.elasticsearch.match_filter"; reason: abstract.
Removed service "api_platform.elasticsearch.order_filter"; reason: abstract.
Removed service "monolog.logger_prototype"; reason: abstract.
Removed service "monolog.activation_strategy.not_found"; reason: abstract.
Removed service "monolog.handler.fingers_crossed.error_level_activation_strategy"; reason: abstract.
Removed service "sentry.tracing.traceable_cache_adapter"; reason: abstract.
Removed service "sentry.tracing.traceable_tag_aware_cache_adapter"; reason: abstract.
Removed service "vich_uploader.listener.doctrine.base"; reason: abstract.
Removed service "fos_elastica.client_prototype"; reason: abstract.
Removed service "fos_elastica.index_prototype"; reason: abstract.
Removed service "fos_elastica.index_template_prototype"; reason: abstract.
Removed service "fos_elastica.finder"; reason: abstract.
Removed service "fos_elastica.object_persister"; reason: abstract.
Removed service "fos_elastica.object_serializer_persister"; reason: abstract.
Removed service "fos_elastica.model_to_elastica_transformer"; reason: abstract.
Removed service "fos_elastica.model_to_elastica_identifier_transformer"; reason: abstract.
Removed service "fos_elastica.pager_provider.prototype.orm"; reason: abstract.
Removed service "fos_elastica.listener.prototype.orm"; reason: abstract.
Removed service "fos_elastica.elastica_to_model_transformer.prototype.orm"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Elasticsearch\Extension\RequestBodySearchCollectionExtensionInterface.0.App\ApiPlatform\Elasticsearch\DataProvider\Extension\ProductSearchCollectionExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\ApiPlatform\Elasticsearch\DataProvider\Extension\ProductSearchCollectionExtension"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Doctrine\Orm\Filter\AbstractFilter.0.App\ApiPlatform\Filter\SimpleArrayTypeFilter"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Api\FilterInterface.0.App\ApiPlatform\Filter\SimpleArrayTypeFilter"; reason: abstract.
Removed service ".abstract.instanceof.App\ApiPlatform\Filter\SimpleArrayTypeFilter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AdjustProductTaxesCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\AdjustProductTaxesCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\DeleteByTypeCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\DeleteByTypeCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ImportImagesCleanupCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\ImportImagesCleanupCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\MediaImagesCleanupCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\MediaImagesCleanupCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\MessengerSendProductCreateMessagesCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\MessengerSendProductCreateMessagesCommand"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Core\DataProvider\ItemDataProviderInterface.0.App\DataProvider\MediaByFilePathDataProvider"; reason: abstract.
Removed service ".abstract.instanceof.App\DataProvider\MediaByFilePathDataProvider"; reason: abstract.
Removed service ".instanceof.App\EntityListener\ProductCreatedMessengerListener.0.App\EntityListener\ProductCreatedMessengerListener"; reason: abstract.
Removed service ".abstract.instanceof.App\EntityListener\ProductCreatedMessengerListener"; reason: abstract.
Removed service ".instanceof.App\EntityListener\ProductDeletedMessengerListener.0.App\EntityListener\ProductDeletedMessengerListener"; reason: abstract.
Removed service ".abstract.instanceof.App\EntityListener\ProductDeletedMessengerListener"; reason: abstract.
Removed service ".instanceof.App\EntityListener\ProductUpdatedMessengerListener.0.App\EntityListener\ProductUpdatedMessengerListener"; reason: abstract.
Removed service ".abstract.instanceof.App\EntityListener\ProductUpdatedMessengerListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\ProductUpdateSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\EventSubscriber\ProductUpdateSubscriber"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Doctrine\Orm\Filter\AbstractFilter.0.App\Filter\ClosestSeminarAppointmentOrderFilter"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Api\FilterInterface.0.App\Filter\ClosestSeminarAppointmentOrderFilter"; reason: abstract.
Removed service ".abstract.instanceof.App\Filter\ClosestSeminarAppointmentOrderFilter"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CompanyRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CompanyRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DoctrineBookRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\DoctrineBookRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DoctrineJournalRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\DoctrineJournalRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DoctrineLooseLeafBookRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\DoctrineLooseLeafBookRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DoctrineProductRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\DoctrineProductRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DoctrineSingleJournalRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\DoctrineSingleJournalRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MediaRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\MediaRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SeminarBaseRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\SeminarBaseRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SeminarRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\SeminarRepository"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Serializer\CollectionNormalizer"; reason: abstract.
Removed service ".abstract.instanceof.App\Serializer\CollectionNormalizer"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\DenormalizerInterface.0.App\Serializer\FileItemDenormalizer"; reason: abstract.
Removed service ".abstract.instanceof.App\Serializer\FileItemDenormalizer"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Serializer\FileItemNormalizer"; reason: abstract.
Removed service ".abstract.instanceof.App\Serializer\FileItemNormalizer"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\DenormalizerInterface.0.App\Serializer\LinkItemDenormalizer"; reason: abstract.
Removed service ".abstract.instanceof.App\Serializer\LinkItemDenormalizer"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Serializer\MediaNormalizer"; reason: abstract.
Removed service ".abstract.instanceof.App\Serializer\MediaNormalizer"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Serializer\PriceNormalizer"; reason: abstract.
Removed service ".abstract.instanceof.App\Serializer\PriceNormalizer"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\DenormalizerInterface.0.App\Serializer\ProductSearchDenormalizer"; reason: abstract.
Removed service ".abstract.instanceof.App\Serializer\ProductSearchDenormalizer"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\DenormalizerInterface.0.App\Serializer\SequenceDateItemDenormalizer"; reason: abstract.
Removed service ".abstract.instanceof.App\Serializer\SequenceDateItemDenormalizer"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\DenormalizerInterface.0.App\Serializer\SimpleItemDenormalizer"; reason: abstract.
Removed service ".abstract.instanceof.App\Serializer\SimpleItemDenormalizer"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Constraints\UniquePriceTypeValidator"; reason: abstract.
Removed service ".abstract.instanceof.App\Validator\Constraints\UniquePriceTypeValidator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Import\Command\ProductImportCommand"; reason: abstract.
Removed service ".abstract.instanceof.Import\Command\ProductImportCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Import\EventSubscriber\BookImportFailedLoggerSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Import\EventSubscriber\BookImportFailedLoggerSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Import\EventSubscriber\LooseLeafBookImportFailedLoggerSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Import\EventSubscriber\LooseLeafBookImportFailedLoggerSubscriber"; reason: abstract.
Removed service ".instanceof.Import\Factory\ProductFactoryInterface.0.Import\Factory\BookFactory"; reason: abstract.
Removed service ".abstract.instanceof.Import\Factory\BookFactory"; reason: abstract.
Removed service ".instanceof.Import\Factory\ProductFactoryInterface.0.Import\Factory\LooseLeafBookFactory"; reason: abstract.
Removed service ".abstract.instanceof.Import\Factory\LooseLeafBookFactory"; reason: abstract.
Removed service ".instanceof.Import\Loader\FileDtoToProductDtoCollectionTransformerLoaderInterface.0.Import\Loader\FileDtoToBookDtoCollectionTransformerLoader"; reason: abstract.
Removed service ".abstract.instanceof.Import\Loader\FileDtoToBookDtoCollectionTransformerLoader"; reason: abstract.
Removed service ".instanceof.Import\Loader\FileDtoToProductDtoCollectionTransformerLoaderInterface.0.Import\Loader\FileDtoToLooseLeafBookDtoCollectionTransformerLoader"; reason: abstract.
Removed service ".abstract.instanceof.Import\Loader\FileDtoToLooseLeafBookDtoCollectionTransformerLoader"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\DenormalizerInterface.0.Import\Serializer\FileDtoDenormalizer"; reason: abstract.
Removed service ".abstract.instanceof.Import\Serializer\FileDtoDenormalizer"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.e3n\SymfonyBaseBundle\Command\BackupCommand"; reason: abstract.
Removed service ".abstract.instanceof.e3n\SymfonyBaseBundle\Command\BackupCommand"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Doctrine\Orm\Filter\AbstractFilter.0.annotated_app_entity_product_app_api_platform_filter_simple_array_type_filter"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Api\FilterInterface.0.annotated_app_entity_product_app_api_platform_filter_simple_array_type_filter"; reason: abstract.
Removed service ".abstract.instanceof.annotated_app_entity_product_app_api_platform_filter_simple_array_type_filter"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Doctrine\Orm\Filter\AbstractFilter.0.annotated_app_entity_seminar_base_app_filter_closest_seminar_appointment_order_filter"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Api\FilterInterface.0.annotated_app_entity_seminar_base_app_filter_closest_seminar_appointment_order_filter"; reason: abstract.
Removed service ".abstract.instanceof.annotated_app_entity_seminar_base_app_filter_closest_seminar_appointment_order_filter"; reason: abstract.
167
Removed service "buzz.client.curl"; reason: unused.
Removed service "buzz.client.multi_curl"; reason: unused.
Removed service "EasyCorp\EasyLog\EasyLogHandler"; reason: unused.
Removed service "App\Command\AdjustProductTaxesCommandHelper\AdjustProductTaxesException"; reason: unused.
Removed service "App\Command\AdjustProductTaxesCommandHelper\AdjustProductTaxesPrompter"; reason: unused.
Removed service "App\Command\AdjustProductTaxesCommandHelper\AdjustProductTaxesUserInputDecoder"; reason: unused.
Removed service "App\DataFixtures\BookFixtures"; reason: unused.
Removed service "App\DataFixtures\CompanyFixtures"; reason: unused.
Removed service "App\DataFixtures\Factory\FixtureProductFactory"; reason: unused.
Removed service "App\DataFixtures\JournalAffiliatesFixtures"; reason: unused.
Removed service "App\DataFixtures\JournalFixtures"; reason: unused.
Removed service "App\DataFixtures\LooseLeafBookFixtures"; reason: unused.
Removed service "App\DataFixtures\OnlineDatabaseAffiliateFixtures"; reason: unused.
Removed service "App\DataFixtures\OnlineDatabaseCampaignModuleFixtures"; reason: unused.
Removed service "App\DataFixtures\OnlineDatabaseConsultantModuleFixtures"; reason: unused.
Removed service "App\DataFixtures\OsvFakerGenerator"; reason: unused.
Removed service "App\DataFixtures\Provider\Book"; reason: unused.
Removed service "App\DataFixtures\Provider\ImageProvider"; reason: unused.
Removed service "App\DataFixtures\Provider\Journal"; reason: unused.
Removed service "App\DataFixtures\Provider\LooseLeafBook"; reason: unused.
Removed service "App\DataFixtures\Provider\OnlineDatabaseAffiliate"; reason: unused.
Removed service "App\DataFixtures\Provider\OnlineDatabaseCampaignModule"; reason: unused.
Removed service "App\DataFixtures\Provider\OnlineDatabaseConsultantModule"; reason: unused.
Removed service "App\DataFixtures\Provider\OsvCompany"; reason: unused.
Removed service "App\DataFixtures\Provider\Product"; reason: unused.
Removed service "App\DataFixtures\Provider\Seminar"; reason: unused.
Removed service "App\DataFixtures\Provider\SeminarStaff"; reason: unused.
Removed service "App\DataFixtures\SeminarAffiliateFixtures"; reason: unused.
Removed service "App\DataFixtures\SeminarFixtures"; reason: unused.
Removed service "App\DataFixtures\SeminarLocationFixtures"; reason: unused.
Removed service "App\DataFixtures\SeminarStaffFixtures"; reason: unused.
Removed service "App\DataTransferObject\Category\CategoryDto"; reason: unused.
Removed service "App\DbMappingTypes\FileType"; reason: unused.
Removed service "App\DbMappingTypes\IntegerArrayType"; reason: unused.
Removed service "App\DbMappingTypes\LinkType"; reason: unused.
Removed service "App\DbMappingTypes\PriceArrayType"; reason: unused.
Removed service "App\DbMappingTypes\SequenceDateArrayType"; reason: unused.
Removed service "App\Exception\SeminarStaffCannotBeDeletedException"; reason: unused.
Removed service "App\Message\NullMessageBus"; reason: unused.
Removed service "App\Message\ProductAliasUpdatedMessage"; reason: unused.
Removed service "App\Message\ProductCreatedMessage"; reason: unused.
Removed service "App\Message\ProductDeletedMessage"; reason: unused.
Removed service "App\Message\ProductUpdateMessage"; reason: unused.
Removed service "App\Validator\Constraints\UniquePriceType"; reason: unused.
Removed service "App\Validator\Exception\ConstraintsViolated"; reason: unused.
Removed service "App\ValueObject\Price"; reason: unused.
Removed service "Import\DataTransferObject\BookDto"; reason: unused.
Removed service "Import\DataTransferObject\BookDtoCollection"; reason: unused.
Removed service "Import\DataTransferObject\FileDto"; reason: unused.
Removed service "Import\DataTransferObject\LooseLeafBookDto"; reason: unused.
Removed service "Import\DataTransferObject\LooseLeafBookDtoCollection"; reason: unused.
Removed service "Import\DataTransferObject\PriceDto"; reason: unused.
Removed service "Import\DataTransferObject\PriceDtoCollection"; reason: unused.
Removed service "Import\DataTransferObject\ProductDto"; reason: unused.
Removed service "Import\DataTransferObject\ReviewDto"; reason: unused.
Removed service "Import\DataTransferObject\ReviewDtoCollection"; reason: unused.
Removed service "Import\Event\ProductImportFailedEvent"; reason: unused.
Removed service "Import\Exception\AlreadyCapturedException"; reason: unused.
Removed service "Import\Exception\ItemPriceException"; reason: unused.
Removed service "Import\Exception\ItemPriceOutdatedException"; reason: unused.
Removed service "Import\Factory\SerializerFactory"; reason: unused.
Removed service "import.file.serializer"; reason: unused.
Removed service "http_cache"; reason: unused.
Removed service "http_cache.store"; reason: unused.
Removed service "reverse_container"; reason: unused.
Removed service "assets.empty_package"; reason: unused.
Removed service "annotations.filesystem_cache_adapter"; reason: unused.
Removed service "serializer.mapping.cache.symfony"; reason: unused.
Removed service "serializer.name_converter.camel_case_to_snake_case"; reason: unused.
Removed service "name_based_uuid.factory"; reason: unused.
Removed service "random_based_uuid.factory"; reason: unused.
Removed service "time_based_uuid.factory"; reason: unused.
Removed service ".cache_connection.GD_MSZC"; reason: unused.
Removed service ".cache_connection.JKE6keX"; reason: unused.
Removed service "session.storage.factory.php_bridge"; reason: unused.
Removed service "session.storage.factory.mock_file"; reason: unused.
Removed service "session.handler.native_file"; reason: unused.
Removed service "session.abstract_handler"; reason: unused.
Removed service "session.marshaller"; reason: unused.
Removed service "validator.mapping.cache.adapter"; reason: unused.
Removed service "messenger.transport.symfony_serializer"; reason: unused.
Removed service "messenger.middleware.validation"; reason: unused.
Removed service "messenger.middleware.router_context"; reason: unused.
Removed service "messenger.transport.redis.factory"; reason: unused.
Removed service "messenger.transport.sqs.factory"; reason: unused.
Removed service "messenger.transport.beanstalkd.factory"; reason: unused.
Removed service "messenger.listener.stop_worker_signals_listener"; reason: unused.
Removed service "twig.loader.chain"; reason: unused.
Removed service "twig.extension.htmlsanitizer"; reason: unused.
Removed service "security.helper"; reason: unused.
Removed service "security.authentication.session_strategy_noop"; reason: unused.
Removed service "security.user_checker_locator"; reason: unused.
Removed service "security.authentication_utils"; reason: unused.
Removed service "security.impersonate_url_generator"; reason: unused.
Removed service "security.user_password_hasher"; reason: unused.
Removed service "security.context_listener"; reason: unused.
Removed service "security.firewall.event_dispatcher_locator"; reason: unused.
Removed service "security.authenticator.managers_locator"; reason: unused.
Removed service "security.user_authenticator"; reason: unused.
Removed service "security.access_token_extractor.header"; reason: unused.
Removed service "security.access_token_extractor.query_string"; reason: unused.
Removed service "security.access_token_extractor.request_body"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.ES256"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.ES384"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.ES512"; reason: unused.
Removed service "security.user_checker.chain.main"; reason: unused.
Removed service ".service_locator.uYr2ix2"; reason: unused.
Removed service "doctrine.dbal.well_known_schema_asset_filter"; reason: unused.
Removed service "doctrine.dbal.default_schema_manager_factory"; reason: unused.
Removed service "doctrine.dbal.connection_expiries"; reason: unused.
Removed service ".1_ServiceLocator~TM9oKt5"; reason: unused.
Removed service "form.type_guesser.doctrine"; reason: unused.
Removed service "form.type.entity"; reason: unused.
Removed service "doctrine.orm.listeners.resolve_target_entity"; reason: unused.
Removed service "doctrine.orm.naming_strategy.default"; reason: unused.
Removed service "doctrine.orm.naming_strategy.underscore"; reason: unused.
Removed service "doctrine.orm.quote_strategy.ansi"; reason: unused.
Removed service "api_platform.path_segment_name_generator.dash"; reason: unused.
Removed service "api_platform.serializer_locator"; reason: unused.
Removed service "api_platform.filter_collection_factory"; reason: unused.
Removed service "api_platform.filters"; reason: unused.
Removed service "api_platform.metadata.resource.name_collection_factory.xml.legacy"; reason: unused.
Removed service "api_platform.operation_path_resolver.underscore"; reason: unused.
Removed service "api_platform.operation_path_resolver.dash"; reason: unused.
Removed service "api_platform.doctrine.metadata_factory"; reason: unused.
Removed service "api_platform.maker.command.data_provider"; reason: unused.
Removed service "api_platform.maker.command.data_persister"; reason: unused.
Removed service "api_platform.maker.command.state_processor"; reason: unused.
Removed service "api_platform.maker.command.state_provider"; reason: unused.
Removed service "doctrine.migrations.connection_loader"; reason: unused.
Removed service "doctrine.migrations.em_loader"; reason: unused.
Removed service "doctrine.migrations.connection_registry_loader"; reason: unused.
Removed service "monolog.formatter.chrome_php"; reason: unused.
Removed service "monolog.formatter.gelf_message"; reason: unused.
Removed service "monolog.formatter.html"; reason: unused.
Removed service "monolog.formatter.line"; reason: unused.
Removed service "monolog.formatter.loggly"; reason: unused.
Removed service "monolog.formatter.normalizer"; reason: unused.
Removed service "monolog.formatter.scalar"; reason: unused.
Removed service "monolog.formatter.wildfire"; reason: unused.
Removed service "monolog.formatter.logstash"; reason: unused.
Removed service "monolog.http_client"; reason: unused.
Removed service "Sentry\SentryBundle\Tracing\Doctrine\DBAL\TracingDriverMiddleware"; reason: unused.
Removed service "Sentry\SentryBundle\Tracing\Doctrine\DBAL\ConnectionConfigurator"; reason: unused.
Removed service "vich_uploader.adapter.mongodb"; reason: unused.
Removed service "vich_uploader.adapter.phpcr"; reason: unused.
Removed service "vich_uploader.listener.inject.orm"; reason: unused.
Removed service "vich_uploader.listener.upload.orm"; reason: unused.
Removed service "vich_uploader.listener.clean.orm"; reason: unused.
Removed service "vich_uploader.listener.remove.orm"; reason: unused.
Removed service "vich_uploader.listener.inject.mongodb"; reason: unused.
Removed service "vich_uploader.listener.upload.mongodb"; reason: unused.
Removed service "vich_uploader.listener.clean.mongodb"; reason: unused.
Removed service "vich_uploader.listener.remove.mongodb"; reason: unused.
Removed service "vich_uploader.listener.inject.phpcr"; reason: unused.
Removed service "vich_uploader.listener.upload.phpcr"; reason: unused.
Removed service "vich_uploader.listener.clean.phpcr"; reason: unused.
Removed service "vich_uploader.listener.remove.phpcr"; reason: unused.
Removed service "vich_uploader.metadata.attribute_reader"; reason: unused.
Removed service "vich_uploader.metadata_driver.annotation"; reason: unused.
Removed service "fos_elastica.repository_manager"; reason: unused.
Removed service "fos_elastica.manager.orm"; reason: unused.
Removed service "e3n\SymfonyBaseBundle\E3nSymfonyBaseBundle"; reason: unused.
Removed service "security.ldap_locator"; reason: unused.
Removed service "monolog.handler.null_internal"; reason: unused.
Removed service ".service_locator.XXv1IfR"; reason: unused.
Removed service ".service_locator.e_.xxAP"; reason: unused.
469
Inlined service "buzz.client.file_get_contents" to "Buzz\Browser".
Inlined service "buzz.middleware.content_length" to "Buzz\Browser".
Inlined service "buzz.middleware.logger" to "Buzz\Browser".
Inlined service "monolog.logger.buzz" to "buzz.middleware.logger".
Inlined service "App\Command\AdjustProductTaxesCommandHelper\AdjustProductTaxesProductTypeChoiceProvider" to "App\Command\AdjustProductTaxesCommand".
Inlined service "Import\FileSystem\ImportImagesCleaner" to "App\Command\ImportImagesCleanupCommand".
Inlined service "App\Service\Media\UnreferencedImagesFinder" to "App\Command\MediaImagesCleanupCommand".
Inlined service "App\Service\Media\UnreferencedImagesRemover" to "App\Command\MediaImagesCleanupCommand".
Inlined service "App\Service\AliasGenerator" to "App\EventListener\ProductAliasListener".
Inlined service "App\Service\WebCode\WebCodeGeneratorService" to "App\EventListener\WebCodePrePersistListener".
Inlined service "App\Serializer\CollectionNormalizer.inner" to "App\Serializer\CollectionNormalizer".
Inlined service "App\Service\UrlFormatter" to "App\Service\AliasGenerator".
Inlined service "Buzz\Browser" to "App\Service\Api\Category\CategoryApiService".
Inlined service "App\Service\Media\FileUploader" to "App\Service\Media\MediaService".
Inlined service "Import\Importer\ProductImporter" to "Import\Command\ProductImportCommand".
Inlined service "Import\Loader\FileDtoToProductDtoCollectionTransformerLoaderResolver" to "Import\Importer\ProductImporter".
Inlined service "Import\Factory\ProductFactory" to "Import\Importer\ProductImporter".
Inlined service "Import\FileSystem\ImportFileSystem" to "Import\Importer\ProductImporter".
Inlined service "Import\Transformer\FileDtoToBookDtoCollectionTransformer" to "Import\Loader\FileDtoToBookDtoCollectionTransformerLoader".
Inlined service "Import\Transformer\FileDtoToLooseLeafBookDtoCollectionTransformer" to "Import\Loader\FileDtoToLooseLeafBookDtoCollectionTransformerLoader".
Inlined service "Import\Transformer\ItemToLooseLeafBookDtoTransformer" to "Import\Transformer\FileDtoToLooseLeafBookDtoCollectionTransformer".
Inlined service "Import\Transformer\ItemToPriceDtoCollectionTransformer" to "Import\Transformer\ItemToBookDtoTransformer".
Inlined service "Import\Transformer\ItemToReviewDtoCollectionTransformer" to "Import\Transformer\ItemToBookDtoTransformer".
Inlined service "Import\Transformer\ItemToCategoryIdsTransformer" to "Import\Transformer\ItemToBookDtoTransformer".
Inlined service "Import\Finder\ProductImagesFinder" to "Import\Transformer\ItemToBookDtoTransformer".
Inlined service "Import\Transformer\AuthorTransformer" to "Import\Transformer\ItemToBookDtoTransformer".
Inlined service "App\Service\Api\Category\CategoryApiService" to "Import\Transformer\ItemToCategoryIdsTransformer".
Inlined service "Import\Transformer\ItemNodeToPriceDtoTransformer" to "Import\Transformer\ItemToPriceDtoCollectionTransformer".
Inlined service "Import\Transformer\ItemNodeToReviewDtoTransformer" to "Import\Transformer\ItemToReviewDtoCollectionTransformer".
Inlined service "clock" to "argument_resolver.datetime".
Inlined service "error_handler.error_renderer.serializer" to "error_controller".
Inlined service "debug.controller_resolver" to "http_kernel".
Inlined service "debug.argument_resolver" to "http_kernel".
Inlined service ".service_locator.lLv4pWF" to "fragment.handler".
Inlined service "uri_signer" to "fragment.uri_generator".
Inlined service "monolog.logger.console" to "console.error_listener".
Inlined service "cache_clearer" to "console.command.cache_clear".
Inlined service ".service_locator.NBUFN6A" to "console.command.cache_pool_invalidate_tags".
Inlined service "messenger.listener.reset_services" to "console.command.messenger_consume_messages".
Inlined service "console.messenger.application" to "console.messenger.execute_command_handler".
Inlined service "assets._default_package" to "assets.packages".
Inlined service "assets.empty_version_strategy" to "assets._default_package".
Inlined service "assets.context" to "assets._default_package".
Inlined service "monolog.logger.php" to "debug.error_handler_configurator".
Inlined service "debug.controller_resolver.inner" to "debug.controller_resolver".
Inlined service "debug.argument_resolver.inner" to "debug.argument_resolver".
Inlined service "routing.loader.xml" to "routing.resolver".
Inlined service "routing.loader.yml" to "routing.resolver".
Inlined service "routing.loader.php" to "routing.resolver".
Inlined service "routing.loader.glob" to "routing.resolver".
Inlined service "routing.loader.directory" to "routing.resolver".
Inlined service "routing.loader.container" to "routing.resolver".
Inlined service "api_platform.route_loader" to "routing.resolver".
Inlined service "routing.loader.attribute.directory" to "routing.resolver".
Inlined service "routing.loader.attribute.file" to "routing.resolver".
Inlined service "routing.loader.psr4" to "routing.resolver".
Inlined service ".service_locator.LD5oJC8" to "routing.loader.container".
Inlined service "routing.resolver" to "routing.loader".
Inlined service ".service_locator.Kl0E_Fe" to "router.expression_language_provider".
Inlined service ".service_locator.cUcW89y.router.cache_warmer" to "router.cache_warmer".
Inlined service "cache.property_access" to "property_accessor".
Inlined service "secrets.decryption_key" to "secrets.vault".
Inlined service "serializer.denormalizer.unwrapping" to "serializer".
Inlined service "App\Serializer\FileItemDenormalizer" to "serializer".
Inlined service "App\Serializer\FileItemNormalizer" to "serializer".
Inlined service "App\Serializer\LinkItemDenormalizer" to "serializer".
Inlined service "App\Serializer\MediaNormalizer" to "serializer".
Inlined service "App\Serializer\PriceNormalizer" to "serializer".
Inlined service "App\Serializer\ProductSearchDenormalizer" to "serializer".
Inlined service "App\Serializer\SequenceDateItemDenormalizer" to "serializer".
Inlined service "App\Serializer\SimpleItemDenormalizer" to "serializer".
Inlined service "Import\Serializer\FileDtoDenormalizer" to "serializer".
Inlined service "api_platform.openapi.normalizer.api_gateway" to "serializer".
Inlined service "api_platform.swagger.normalizer.api_gateway" to "serializer".
Inlined service "api_platform.hydra.normalizer.constraint_violation_list" to "serializer".
Inlined service "api_platform.problem.normalizer.constraint_violation_list" to "serializer".
Inlined service "api_platform.swagger.normalizer.api_gateway" to "serializer".
Inlined service "api_platform.openapi.normalizer.api_gateway" to "serializer".
Inlined service "api_platform.hydra.normalizer.documentation" to "serializer".
Inlined service "api_platform.hydra.normalizer.entrypoint" to "serializer".
Inlined service "api_platform.hydra.normalizer.error" to "serializer".
Inlined service "api_platform.problem.normalizer.error" to "serializer".
Inlined service "serializer.normalizer.flatten_exception" to "serializer".
Inlined service "serializer.normalizer.problem" to "serializer".
Inlined service "serializer.normalizer.uid" to "serializer".
Inlined service "api_platform.jsonld.normalizer.item" to "serializer".
Inlined service "api_platform.elasticsearch.normalizer.item" to "serializer".
Inlined service "serializer.normalizer.datetime" to "serializer".
Inlined service "serializer.normalizer.constraint_violation_list" to "serializer".
Inlined service "serializer.normalizer.mime_message" to "serializer".
Inlined service "serializer.normalizer.datetimezone" to "serializer".
Inlined service "serializer.normalizer.dateinterval" to "serializer".
Inlined service "serializer.normalizer.form_error" to "serializer".
Inlined service "serializer.normalizer.backed_enum" to "serializer".
Inlined service "serializer.normalizer.data_uri" to "serializer".
Inlined service "api_platform.elasticsearch.normalizer.document" to "serializer".
Inlined service "serializer.normalizer.json_serializable" to "serializer".
Inlined service "api_platform.hydra.normalizer.collection_filters" to "serializer".
Inlined service "serializer.denormalizer.array" to "serializer".
Inlined service "api_platform.jsonld.normalizer.object" to "serializer".
Inlined service "serializer.encoder.xml" to "serializer".
Inlined service "serializer.encoder.yaml" to "serializer".
Inlined service "serializer.encoder.csv" to "serializer".
Inlined service "api_platform.jsonld.encoder" to "serializer".
Inlined service "api_platform.problem.encoder" to "serializer".
Inlined service "serializer.normalizer.property" to "serializer.normalizer.mime_message".
Inlined service "twig.error_renderer.html" to "error_handler.error_renderer.serializer".
Inlined service "web_link.http_header_serializer" to "web_link.add_link_header_listener".
Inlined service "session.storage.factory.native" to "session.factory".
Inlined service ".service_locator.TpoC7U9" to "session_listener".
Inlined service "security.csrf.token_generator" to "security.csrf.token_manager".
Inlined service "validator.validator_factory" to "validator.builder".
Inlined service "doctrine.orm.validator_initializer" to "validator.builder".
Inlined service "validator.property_info_loader" to "validator.builder".
Inlined service "doctrine.orm.default_entity_manager.validator_loader" to "validator.builder".
Inlined service ".service_locator.jd6yics" to "validator.validator_factory".
Inlined service "validator.expression_language_provider" to "validator.expression_language".
Inlined service "messenger.retry_strategy_locator" to "messenger.retry.send_failed_message_for_retry_listener".
Inlined service ".service_locator.5cAhUFF" to "messenger.routable_message_bus".
Inlined service "profiler.storage" to "profiler".
Inlined service ".data_collector.command" to "profiler".
Inlined service "api_platform.data_collector.request" to "profiler".
Inlined service "data_collector.time" to "profiler".
Inlined service "data_collector.memory" to "profiler".
Inlined service "data_collector.validator" to "profiler".
Inlined service "data_collector.ajax" to "profiler".
Inlined service "data_collector.exception" to "profiler".
Inlined service "data_collector.logger" to "profiler".
Inlined service "data_collector.events" to "profiler".
Inlined service "data_collector.security" to "profiler".
Inlined service "data_collector.twig" to "profiler".
Inlined service "data_collector.doctrine" to "profiler".
Inlined service "data_collector.messenger" to "profiler".
Inlined service "Vich\UploaderBundle\DataCollector\MappingCollector" to "profiler".
Inlined service "fos_elastica.data_collector" to "profiler".
Inlined service "data_collector.config" to "profiler".
Inlined service "debug.validator.inner" to "debug.validator".
Inlined service "twig.loader.native_filesystem" to "twig".
Inlined service "twig.extension.security_csrf" to "twig".
Inlined service "twig.extension.profiler" to "twig".
Inlined service "twig.extension.trans" to "twig".
Inlined service "twig.extension.assets" to "twig".
Inlined service "twig.extension.code" to "twig".
Inlined service "twig.extension.routing" to "twig".
Inlined service "twig.extension.yaml" to "twig".
Inlined service "twig.extension.debug.stopwatch" to "twig".
Inlined service "twig.extension.expression" to "twig".
Inlined service "twig.extension.httpkernel" to "twig".
Inlined service "twig.extension.httpfoundation" to "twig".
Inlined service "twig.extension.weblink" to "twig".
Inlined service "twig.extension.serializer" to "twig".
Inlined service "twig.extension.debug" to "twig".
Inlined service "doctrine.twig.doctrine_extension" to "twig".
Inlined service "twig.extension.webprofiler" to "twig".
Inlined service "Sentry\SentryBundle\Tracing\Twig\TwigTracingExtension" to "twig".
Inlined service "Sentry\SentryBundle\Twig\SentryExtension" to "twig".
Inlined service "Vich\UploaderBundle\Twig\Extension\UploaderExtension" to "twig".
Inlined service "twig.app_variable" to "twig".
Inlined service "twig.runtime_loader" to "twig".
Inlined service "twig.configurator.environment" to "twig".
Inlined service ".service_locator.etVElvN.twig.template_cache_warmer" to "twig.template_cache_warmer".
Inlined service "twig.template_iterator" to "twig.template_cache_warmer".
Inlined service "assets.packages" to "twig.extension.assets".
Inlined service "fragment.handler" to "twig.runtime.httpkernel".
Inlined service "fragment.uri_generator" to "twig.runtime.httpkernel".
Inlined service "url_helper" to "twig.extension.httpfoundation".
Inlined service ".service_locator.hOza0ai" to "twig.runtime_loader".
Inlined service ".service_locator.LcVn9Hr" to "security.token_storage".
Inlined service "api_platform.security.expression_language_provider" to "security.expression_language".
Inlined service "security.is_granted_attribute_expression_language" to "controller.is_granted_attribute_listener".
Inlined service ".security.request_matcher.Wt4LM_g" to "security.access_map".
Inlined service ".security.request_matcher.zgUyz1A" to "security.access_map".
Inlined service "debug.security.access.decision_manager.inner" to "debug.security.access.decision_manager".
Inlined service ".security.request_matcher.q1UFWmc" to ".security.request_matcher.kLbKLHa".
Inlined service "security.firewall.map.config.dev" to "security.firewall.map.context.dev".
Inlined service "security.authentication.session_strategy" to "security.listener.session.main".
Inlined service "debug.security.firewall.authenticator.main.inner" to "debug.security.firewall.authenticator.main".
Inlined service "security.user_checker" to "security.listener.user_checker.main".
Inlined service "security.http_utils" to "security.exception_listener.main".
Inlined service "security.exception_listener.main" to "security.firewall.map.context.main".
Inlined service "security.firewall.map.config.main" to "security.firewall.map.context.main".
Inlined service ".security.request_matcher..TFL4k4" to ".security.request_matcher.Wt4LM_g".
Inlined service "nelmio_cors.options_resolver" to "nelmio_cors.cors_listener".
Inlined service "nelmio_cors.options_provider.config" to "nelmio_cors.options_resolver".
Inlined service "doctrine.dbal.legacy_schema_manager_factory" to "doctrine.dbal.default_connection.configuration".
Inlined service "doctrine.dbal.default_schema_asset_filter_manager" to "doctrine.dbal.default_connection.configuration".
Inlined service "doctrine.dbal.logging_middleware.default" to "doctrine.dbal.default_connection.configuration".
Inlined service "doctrine.dbal.debug_middleware.default" to "doctrine.dbal.default_connection.configuration".
Inlined service "Sentry\SentryBundle\Tracing\Doctrine\DBAL\TracingDriverMiddleware.default" to "doctrine.dbal.default_connection.configuration".
Inlined service ".service_locator.GC70WNO" to "doctrine.dbal.default_connection.event_manager".
Inlined service "doctrine.dbal.default_connection.configuration" to "doctrine.dbal.default_connection".
Inlined service "doctrine.dbal.connection_factory" to "doctrine.dbal.default_connection".
Inlined service ".service_locator.H0Ellky" to "doctrine.orm.container_repository_factory".
Inlined service "ulid.factory" to "doctrine.ulid_generator".
Inlined service "uuid.factory" to "doctrine.uuid_generator".
Inlined service "doctrine.orm.entity_value_resolver.expression_language" to "doctrine.orm.entity_value_resolver".
Inlined service "cache.doctrine.orm.default.metadata" to "doctrine.orm.default_configuration".
Inlined service ".doctrine.orm.default_metadata_driver" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.naming_strategy.underscore_number_aware" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.quote_strategy.default" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.typed_field_mapper.default" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.container_repository_factory" to "doctrine.orm.default_configuration".
Inlined service ".service_locator.F.cnMrh" to "doctrine.orm.default_entity_listener_resolver".
Inlined service "api_platform.route_name_resolver.cached.inner" to "api_platform.route_name_resolver.cached".
Inlined service "api_platform.serializer.context_builder.filter.inner" to "api_platform.serializer.context_builder.filter".
Inlined service "api_platform.serializer.mapping.class_metadata_factory.inner" to "api_platform.serializer.mapping.class_metadata_factory".
Inlined service "api_platform.operation_path_resolver.generator" to "api_platform.operation_path_resolver.custom".
Inlined service "api_platform.api.identifiers_extractor" to "api_platform.symfony.iri_converter".
Inlined service "api_platform.route_name_resolver.cached" to "api_platform.iri_converter.legacy".
Inlined service ".service_locator.72L6Z7T" to "api_platform.state_provider.locator".
Inlined service ".service_locator..rWkGwp" to "api_platform.state_processor.locator".
Inlined service "api_platform.metadata.resource.metadata_collection_factory.attributes" to "api_platform.metadata.resource.metadata_collection_factory.legacy_resource_metadata".
Inlined service "api_platform.metadata.property.metadata_factory.xml" to "api_platform.metadata.property.metadata_factory.legacy_property_metadata".
Inlined service "api_platform.metadata.resource.metadata_collection_factory.legacy_resource_metadata" to "api_platform.metadata.resource.metadata_collection_factory.legacy_subresource_metadata".
Inlined service "api_platform.metadata.resource.name_collection_factory.yaml" to "api_platform.metadata.resource.name_collection_factory.cached".
Inlined service "api_platform.metadata.property.name_collection_factory.yaml" to "api_platform.metadata.property.name_collection_factory.cached".
Inlined service "api_platform.metadata.property.name_collection_factory.property_info" to "api_platform.metadata.property.name_collection_factory.xml".
Inlined service "api_platform.metadata.resource.metadata_factory.yaml" to "api_platform.metadata.resource.metadata_factory.input_output".
Inlined service "api_platform.metadata.resource.metadata_factory.php_doc" to "api_platform.metadata.resource.metadata_factory.short_name".
Inlined service "api_platform.metadata.resource.filter_metadata_factory.annotation" to "api_platform.metadata.resource.metadata_factory.operation".
Inlined service "api_platform.elasticsearch.metadata.resource.metadata_factory.operation" to "api_platform.metadata.resource.metadata_factory.formats".
Inlined service "api_platform.metadata.resource.metadata_factory.formats" to "api_platform.metadata.resource.metadata_factory.cached".
Inlined service "api_platform.metadata.property.metadata_factory.xml.legacy" to "api_platform.metadata.property.metadata_factory.property_info.legacy".
Inlined service "api_platform.doctrine.orm.metadata.property.metadata_factory.legacy" to "api_platform.metadata.property.metadata_factory.serializer.legacy".
Inlined service "api_platform.metadata.property.metadata_factory.yaml.legacy" to "api_platform.metadata.property.metadata_factory.cached.legacy".
Inlined service "api_platform.metadata.property.metadata_factory.serializer.legacy" to "api_platform.metadata.property.metadata_factory.default_property.legacy".
Inlined service "api_platform.subresource_operation_factory.cached.inner" to "api_platform.subresource_operation_factory.cached".
Inlined service "api_platform.metadata.resource.name_collection_factory.xml" to "api_platform.metadata.resource.name_collection_factory.annotation".
Inlined service "api_platform.metadata.resource.metadata_factory.xml" to "api_platform.metadata.resource.metadata_factory.annotation".
Inlined service "api_platform.metadata.resource.metadata_factory.short_name" to "api_platform.metadata.resource.filter_metadata_factory.annotation".
Inlined service "api_platform.metadata.property.metadata_factory.default_property.legacy" to "api_platform.metadata.subresource.metadata_factory.annotation.legacy".
Inlined service "api_platform.metadata.subresource.metadata_factory.annotation.legacy" to "api_platform.metadata.property.metadata_factory.annotation.legacy".
Inlined service "api_platform.metadata.resource.metadata_factory.input_output" to "api_platform.metadata.resource.metadata_factory.php_doc".
Inlined service "api_platform.metadata.property.metadata_factory.annotation.legacy" to "api_platform.metadata.property.metadata_factory.yaml.legacy".
Inlined service "api_platform.metadata.resource.metadata_factory.annotation" to "api_platform.metadata.resource.metadata_factory.yaml".
Inlined service "api_platform.metadata.resource.name_collection_factory.annotation" to "api_platform.metadata.resource.name_collection_factory.yaml.legacy".
Inlined service "api_platform.metadata.property.identifier_metadata_factory.xml" to "api_platform.metadata.resource.link_factory".
Inlined service "api_platform.metadata.property.metadata_factory.legacy_property_metadata" to "api_platform.metadata.property.metadata_factory.property_info".
Inlined service "api_platform.metadata.property.metadata_factory.default_property" to "api_platform.metadata.property.metadata_factory.attribute".
Inlined service "api_platform.doctrine.orm.metadata.property.metadata_factory" to "api_platform.metadata.property.metadata_factory.serializer".
Inlined service "api_platform.metadata.property.metadata_factory.validator" to "api_platform.metadata.property.metadata_factory.cached".
Inlined service "api_platform.metadata.property.metadata_factory.serializer" to "api_platform.metadata.property.metadata_factory.default_property".
Inlined service "api_platform.doctrine.orm.metadata.property.identifier_metadata_factory" to "api_platform.metadata.property.identifier_metadata_factory.attribute".
Inlined service "api_platform.metadata.property.identifier_metadata_factory.yaml" to "api_platform.metadata.property.identifier_metadata_factory.xml".
Inlined service "api_platform.metadata.property.identifier_metadata_factory.property_info" to "api_platform.metadata.property.identifier_metadata_factory.legacy_property_metadata".
Inlined service "api_platform.metadata.resource.metadata_collection_factory.legacy_subresource_metadata" to "api_platform.metadata.resource.metadata_collection_factory.xml".
Inlined service "api_platform.metadata.resource.metadata_collection_factory.yaml" to "api_platform.metadata.resource.metadata_collection_factory.not_exposed_operation".
Inlined service "api_platform.metadata.resource.metadata_collection_factory.not_exposed_operation" to "api_platform.metadata.resource.metadata_collection_factory.uri_template".
Inlined service "api_platform.metadata.resource.metadata_collection_factory.uri_template" to "api_platform.metadata.resource.metadata_collection_factory.link".
Inlined service "api_platform.metadata.resource.metadata_collection_factory.link" to "api_platform.metadata.resource.metadata_collection_factory.operation_name".
Inlined service "api_platform.metadata.resource.metadata_collection_factory.operation_name" to "api_platform.metadata.resource.metadata_collection_factory.input_output".
Inlined service "api_platform.metadata.resource.metadata_collection_factory.input_output" to "api_platform.metadata.resource.metadata_collection_factory.formats".
Inlined service "api_platform.metadata.resource.metadata_collection_factory.formats" to "api_platform.metadata.resource.metadata_collection_factory.filters".
Inlined service "api_platform.metadata.resource.metadata_collection_factory.filters" to "api_platform.metadata.resource.metadata_collection_factory.alternate_uri".
Inlined service "api_platform.elasticsearch.metadata.resource.metadata_collection_factory" to "api_platform.metadata.resource.metadata_collection_factory.cached".
Inlined service "api_platform.metadata.resource.name_collection_factory.yaml.legacy" to "api_platform.metadata.resource.name_collection_factory.attributes".
Inlined service "api_platform.metadata.resource.metadata_collection_factory.alternate_uri" to "api_platform.metadata.resource.metadata_collection_factory.php_doc".
Inlined service "api_platform.metadata.resource.name_collection_factory.attributes" to "api_platform.metadata.resource.name_collection_factory.yaml".
Inlined service "api_platform.metadata.resource.metadata_collection_factory.xml" to "api_platform.metadata.resource.metadata_collection_factory.yaml".
Inlined service "api_platform.metadata.property.metadata_factory.attribute" to "api_platform.metadata.property.metadata_factory.yaml".
Inlined service "api_platform.metadata.property.name_collection_factory.xml" to "api_platform.metadata.property.name_collection_factory.yaml".
Inlined service "api_platform.metadata.property.identifier_metadata_factory.attribute" to "api_platform.metadata.property.identifier_metadata_factory.yaml".
Inlined service ".2_ObjectNormalizer~o0HT2iw" to ".1_Serializer~o0HT2iw".
Inlined service "api_platform.openapi.normalizer.api_gateway.inner" to "api_platform.openapi.normalizer.api_gateway".
Inlined service "api_platform.swagger.normalizer.api_gateway.inner" to "api_platform.swagger.normalizer.api_gateway".
Inlined service "api_platform.pagination_options" to "api_platform.openapi.factory.next".
Inlined service "api_platform.swagger_ui.context" to "api_platform.swagger_ui.action".
Inlined service "App\Serializer\CollectionNormalizer" to "api_platform.hydra.normalizer.partial_collection_view".
Inlined service "api_platform.hydra.normalizer.partial_collection_view" to "api_platform.hydra.normalizer.collection_filters".
Inlined service "api_platform.hydra.json_schema.schema_factory.inner" to "api_platform.hydra.json_schema.schema_factory".
Inlined service "api_platform.metadata.property.metadata_factory.property_info.legacy" to "api_platform.doctrine.orm.metadata.property.metadata_factory.legacy".
Inlined service "api_platform.metadata.property.metadata_factory.property_info" to "api_platform.doctrine.orm.metadata.property.metadata_factory".
Inlined service "api_platform.metadata.property.identifier_metadata_factory.legacy_property_metadata" to "api_platform.doctrine.orm.metadata.property.identifier_metadata_factory".
Inlined service "api_platform.messenger.metadata.resource.metadata_collection_factory" to "api_platform.doctrine.orm.metadata.resource.metadata_collection_factory".
Inlined service "api_platform.metadata.property.metadata_factory.yaml" to "api_platform.metadata.property.metadata_factory.validator".
Inlined service "api_platform.validator" to "api_platform.listener.view.validate".
Inlined service "api_platform.validator.query_parameter_validator" to "api_platform.listener.view.validate_query_parameters".
Inlined service "debug.var_dumper.cloner" to "debug.api_platform.debug_resource.command".
Inlined service "debug.var_dumper.cli_dumper" to "debug.api_platform.debug_resource.command".
Inlined service "api_platform.metadata.resource.metadata_collection_factory.php_doc" to "api_platform.messenger.metadata.resource.metadata_collection_factory".
Inlined service "api_platform.metadata.resource.metadata_factory.operation" to "api_platform.elasticsearch.metadata.resource.metadata_factory.operation".
Inlined service "api_platform.elasticsearch.metadata.document.metadata_factory.configured" to "api_platform.elasticsearch.metadata.document.metadata_factory.attribute".
Inlined service "api_platform.elasticsearch.metadata.document.metadata_factory.attribute" to "api_platform.elasticsearch.metadata.document.metadata_factory.cat".
Inlined service "api_platform.elasticsearch.metadata.document.metadata_factory.cat" to "api_platform.elasticsearch.metadata.document.metadata_factory.cached".
Inlined service "api_platform.pagination.legacy" to "api_platform.elasticsearch.collection_data_provider".
Inlined service "api_platform.elasticsearch.normalizer.item.inner" to "api_platform.elasticsearch.normalizer.item".
Inlined service "api_platform.doctrine.orm.metadata.resource.metadata_collection_factory" to "api_platform.elasticsearch.metadata.resource.metadata_collection_factory".
Inlined service "api_platform.identifiers_extractor.cached.inner" to "api_platform.identifiers_extractor.cached".
Inlined service "api_platform.negotiator" to "api_platform.listener.request.add_format".
Inlined service "api_platform.state_processor.locator" to "api_platform.listener.view.write".
Inlined service "api_platform.error_listener" to "api_platform.listener.exception".
Inlined service "api_platform.upgrade.subresource_transformer" to "api_platform.upgrade_resource.command".
Inlined service "doctrine.migrations.configuration_loader" to "doctrine.migrations.dependency_factory".
Inlined service "doctrine.migrations.entity_manager_registry_loader" to "doctrine.migrations.dependency_factory".
Inlined service "doctrine.migrations.configuration" to "doctrine.migrations.configuration_loader".
Inlined service "doctrine.migrations.storage.table_storage" to "doctrine.migrations.configuration".
Inlined service "doctrine.migrations.container_aware_migrations_factory.inner" to "doctrine.migrations.container_aware_migrations_factory".
Inlined service "monolog.handler.nested" to "monolog.handler.main".
Inlined service "monolog.handler.main.http_code_strategy" to "monolog.handler.main".
Inlined service "sentry.client" to "Sentry\State\HubInterface".
Inlined service "Sentry\SentryBundle\Integration\IntegrationConfigurator" to "sentry.client.options".
Inlined service "sentry.client.options" to "sentry.client".
Inlined service "sentry.client.options" to "sentry.client".
Inlined service "vich_uploader.metadata_driver.xml" to "vich_uploader.metadata_driver.chain".
Inlined service "vich_uploader.metadata.reader" to "vich_uploader.metadata_driver.chain".
Inlined service "vich_uploader.metadata_driver.yaml" to "vich_uploader.metadata_driver.chain".
Inlined service "vich_uploader.metadata_driver.yml" to "vich_uploader.metadata_driver.chain".
Inlined service "vich_uploader.metadata_driver.chain" to "vich_uploader.metadata_factory".
Inlined service "vich_uploader.metadata.cache.file_cache" to "vich_uploader.metadata_factory".
Inlined service "vich_uploader.metadata_factory" to "vich_uploader.metadata_reader".
Inlined service "vich_uploader.property_mapping_resolver" to "vich_uploader.property_mapping_factory".
Inlined service "vich_uploader.file_injector" to "vich_uploader.upload_handler".
Inlined service "Vich\UploaderBundle\Templating\Helper\UploaderHelper" to "Vich\UploaderBundle\Twig\Extension\UploaderExtensionRuntime".
Inlined service "fos_elastica.config_source.container" to "fos_elastica.config_manager".
Inlined service "fos_elastica.config_source.template_container" to "fos_elastica.config_manager.index_templates".
Inlined service "monolog.logger.elastica" to "fos_elastica.logger".
Inlined service "App\Service\Elasticsearch\ProductIndex" to "fos_elastica.indexable".
Inlined service "App\Service\Elasticsearch\ProductIndex" to "fos_elastica.indexable".
Inlined service "App\Service\Elasticsearch\ProductIndex" to "fos_elastica.indexable".
Inlined service "App\Service\Elasticsearch\ProductIndex" to "fos_elastica.indexable".
Inlined service "App\Service\Elasticsearch\ProductIndex" to "fos_elastica.indexable".
Inlined service "App\Service\Elasticsearch\ProductIndex" to "fos_elastica.indexable".
Inlined service "App\Service\Elasticsearch\ProductIndex" to "fos_elastica.indexable".
Inlined service "App\Service\Elasticsearch\ProductIndex" to "fos_elastica.indexable".
Inlined service "fos_elastica.config_manager.index_templates" to "fos_elastica.template_resetter".
Inlined service "fos_elastica.index_template_manager" to "fos_elastica.template_resetter".
Inlined service "fos_elastica.persister_registry" to "fos_elastica.in_place_pager_persister".
Inlined service ".service_locator.esYB3FE" to "fos_elastica.pager_persister_registry".
Inlined service ".service_locator.0wu8tFn" to "fos_elastica.persister_registry".
Inlined service ".service_locator..JNt2Jt" to "fos_elastica.pager_provider_registry".
Inlined service "fos_elastica.pager_provider_registry" to "fos_elastica.command.populate".
Inlined service "fos_elastica.pager_persister_registry" to "fos_elastica.command.populate".
Inlined service "fos_elastica.template_resetter" to "fos_elastica.command.templates_reset".
Inlined service "fos_elastica.model_to_elastica_transformer.seminar_affiliate" to "fos_elastica.object_persister.seminar_affiliate".
Inlined service "fos_elastica.model_to_elastica_transformer.onlinedatabase_affiliate" to "fos_elastica.object_persister.onlinedatabase_affiliate".
Inlined service "fos_elastica.model_to_elastica_transformer.book" to "fos_elastica.object_persister.book".
Inlined service "fos_elastica.model_to_elastica_transformer.journal" to "fos_elastica.object_persister.journal".
Inlined service "fos_elastica.model_to_elastica_transformer.journal_affiliate" to "fos_elastica.object_persister.journal_affiliate".
Inlined service "fos_elastica.model_to_elastica_transformer.looseleafbook" to "fos_elastica.object_persister.looseleafbook".
Inlined service "fos_elastica.model_to_elastica_transformer.onlinedatabase" to "fos_elastica.object_persister.onlinedatabase".
Inlined service "fos_elastica.model_to_elastica_transformer.seminar" to "fos_elastica.object_persister.seminar".
Inlined service "security.user_value_resolver" to ".debug.value_resolver.security.user_value_resolver".
Inlined service "security.security_token_value_resolver" to ".debug.value_resolver.security.security_token_value_resolver".
Inlined service "doctrine.orm.entity_value_resolver" to ".debug.value_resolver.doctrine.orm.entity_value_resolver".
Inlined service "argument_resolver.backed_enum_resolver" to ".debug.value_resolver.argument_resolver.backed_enum_resolver".
Inlined service "argument_resolver.uid" to ".debug.value_resolver.argument_resolver.uid".
Inlined service "argument_resolver.datetime" to ".debug.value_resolver.argument_resolver.datetime".
Inlined service "argument_resolver.request_attribute" to ".debug.value_resolver.argument_resolver.request_attribute".
Inlined service "argument_resolver.request" to ".debug.value_resolver.argument_resolver.request".
Inlined service "argument_resolver.session" to ".debug.value_resolver.argument_resolver.session".
Inlined service "api_platform.argument_resolver.payload" to ".debug.value_resolver.api_platform.argument_resolver.payload".
Inlined service "argument_resolver.service" to ".debug.value_resolver.argument_resolver.service".
Inlined service "argument_resolver.default" to ".debug.value_resolver.argument_resolver.default".
Inlined service "argument_resolver.variadic" to ".debug.value_resolver.argument_resolver.variadic".
Inlined service "argument_resolver.not_tagged_controller" to ".debug.value_resolver.argument_resolver.not_tagged_controller".
Inlined service "argument_resolver.query_parameter_value_resolver" to ".debug.value_resolver.argument_resolver.query_parameter_value_resolver".
Inlined service "messenger.senders_locator" to "messenger.bus.default.middleware.send_message".
Inlined service "messenger.bus.default.messenger.handlers_locator" to "messenger.bus.default.middleware.handle_message".
Inlined service "process.messenger.process_message_handler" to ".messenger.handler_descriptor.QXXNQ9d".
Inlined service "console.messenger.execute_command_handler" to ".messenger.handler_descriptor.kEzMhfs".
Inlined service "messenger.redispatch_message_handler" to ".messenger.handler_descriptor.p4Qvabm".
Inlined service "security.access.authenticated_voter" to ".debug.security.voter.security.access.authenticated_voter".
Inlined service "security.access.simple_role_voter" to ".debug.security.voter.security.access.simple_role_voter".
Inlined service "security.access.expression_voter" to ".debug.security.voter.security.access.expression_voter".
Inlined service ".doctrine.orm.default_metadata_driver.inner" to ".doctrine.orm.default_metadata_driver".
Inlined service ".service_locator.KLVvNIq" to ".doctrine.orm.default_metadata_driver".
Inlined service "monolog.logger.doctrine" to "doctrine.dbal.logging_middleware.default".
Inlined service "Sentry\SentryBundle\Tracing\Doctrine\DBAL\TracingDriverConnectionFactory" to "Sentry\SentryBundle\Tracing\Doctrine\DBAL\TracingDriverMiddleware.default".
Inlined service "cache.validator.traceable.recorder_inner" to "cache.validator.traceable".
Inlined service "cache.serializer.traceable.recorder_inner" to "cache.serializer.traceable".
Inlined service "cache.annotations.traceable.recorder_inner" to "cache.annotations.traceable".
Inlined service "cache.property_info.traceable.recorder_inner" to "cache.property_info.traceable".
Inlined service "cache.messenger.restart_workers_signal.traceable.recorder_inner" to "cache.messenger.restart_workers_signal.traceable".
Inlined service "cache.security_expression_language.traceable.recorder_inner" to "cache.security_expression_language.traceable".
Inlined service "cache.doctrine.orm.default.result.traceable.recorder_inner" to "cache.doctrine.orm.default.result.traceable".
Inlined service "cache.doctrine.orm.default.query.traceable.recorder_inner" to "cache.doctrine.orm.default.query.traceable".
Inlined service "api_platform.cache.route_name_resolver.traceable.recorder_inner" to "api_platform.cache.route_name_resolver.traceable".
Inlined service "api_platform.cache.metadata.resource.traceable.recorder_inner" to "api_platform.cache.metadata.resource.traceable".
Inlined service "api_platform.cache.metadata.resource.legacy.traceable.recorder_inner" to "api_platform.cache.metadata.resource.legacy.traceable".
Inlined service "api_platform.cache.metadata.property.legacy.traceable.recorder_inner" to "api_platform.cache.metadata.property.legacy.traceable".
Inlined service "api_platform.cache.subresource_operation_factory.traceable.recorder_inner" to "api_platform.cache.subresource_operation_factory.traceable".
Inlined service "api_platform.cache.metadata.property.traceable.recorder_inner" to "api_platform.cache.metadata.property.traceable".
Inlined service "api_platform.cache.metadata.resource_collection.traceable.recorder_inner" to "api_platform.cache.metadata.resource_collection.traceable".
Inlined service "api_platform.elasticsearch.cache.metadata.document.traceable.recorder_inner" to "api_platform.elasticsearch.cache.metadata.document.traceable".
Inlined service "api_platform.cache.identifiers_extractor.traceable.recorder_inner" to "api_platform.cache.identifiers_extractor.traceable".
Inlined service "debug.security.event_dispatcher.main.inner" to "debug.security.event_dispatcher.main".
Inlined service ".service_locator.9gXQpqd" to ".service_locator.9gXQpqd.router.default".
Inlined service ".service_locator.cUcW89y" to ".service_locator.cUcW89y.router.cache_warmer".
Inlined service ".service_locator.etVElvN" to ".service_locator.etVElvN.twig.template_cache_warmer".
Inlined service "argument_metadata_factory" to "debug.argument_resolver.inner".
Inlined service ".service_locator.Pc4BK4x" to "debug.argument_resolver.inner".
Inlined service "security.authenticator.manager.main" to "debug.security.firewall.authenticator.main.inner".
Inlined service "doctrine.orm.default_attribute_metadata_driver" to ".doctrine.orm.default_metadata_driver.inner".
Inlined service "doctrine.orm.default_attribute_metadata_driver" to ".doctrine.orm.default_metadata_driver.inner".
Inlined service "doctrine.orm.default_xml_metadata_driver" to ".doctrine.orm.default_metadata_driver.inner".
Inlined service "serializer.mapping.chain_loader" to "api_platform.serializer.mapping.class_metadata_factory.inner".
Inlined service ".1_Serializer~o0HT2iw" to "api_platform.openapi.normalizer.api_gateway.inner".
Inlined service "api_platform.operation_path_resolver.router" to "api_platform.swagger.normalizer.api_gateway.inner".
Inlined service ".service_locator.msnQBxa" to "console.command_loader".
Inlined service "cache.app.traceable.inner" to "cache.app.traceable.recorder_inner".
Inlined service "cache.system.traceable.inner" to "cache.system.traceable.recorder_inner".
Inlined service "cache.validator.traceable.inner" to "cache.validator.traceable.recorder_inner".
Inlined service "cache.serializer.traceable.inner" to "cache.serializer.traceable.recorder_inner".
Inlined service "cache.annotations.traceable.inner" to "cache.annotations.traceable.recorder_inner".
Inlined service "cache.property_info.traceable.inner" to "cache.property_info.traceable.recorder_inner".
Inlined service "cache.messenger.restart_workers_signal.traceable.inner" to "cache.messenger.restart_workers_signal.traceable.recorder_inner".
Inlined service "cache.validator_expression_language.traceable.inner" to "cache.validator_expression_language.traceable.recorder_inner".
Inlined service "cache.security_expression_language.traceable.inner" to "cache.security_expression_language.traceable.recorder_inner".
Inlined service "cache.security_is_granted_attribute_expression_language.traceable.inner" to "cache.security_is_granted_attribute_expression_language.traceable.recorder_inner".
Inlined service "cache.doctrine.orm.default.result.traceable.inner" to "cache.doctrine.orm.default.result.traceable.recorder_inner".
Inlined service "cache.doctrine.orm.default.query.traceable.inner" to "cache.doctrine.orm.default.query.traceable.recorder_inner".
Inlined service "api_platform.cache.route_name_resolver.traceable.inner" to "api_platform.cache.route_name_resolver.traceable.recorder_inner".
Inlined service "api_platform.cache.metadata.resource.traceable.inner" to "api_platform.cache.metadata.resource.traceable.recorder_inner".
Inlined service "api_platform.cache.metadata.resource.legacy.traceable.inner" to "api_platform.cache.metadata.resource.legacy.traceable.recorder_inner".
Inlined service "api_platform.cache.metadata.property.legacy.traceable.inner" to "api_platform.cache.metadata.property.legacy.traceable.recorder_inner".
Inlined service "api_platform.cache.subresource_operation_factory.traceable.inner" to "api_platform.cache.subresource_operation_factory.traceable.recorder_inner".
Inlined service "api_platform.cache.metadata.property.traceable.inner" to "api_platform.cache.metadata.property.traceable.recorder_inner".
Inlined service "api_platform.cache.metadata.resource_collection.traceable.inner" to "api_platform.cache.metadata.resource_collection.traceable.recorder_inner".
Inlined service "api_platform.elasticsearch.cache.metadata.document.traceable.inner" to "api_platform.elasticsearch.cache.metadata.document.traceable.recorder_inner".
Inlined service "api_platform.cache.identifiers_extractor.traceable.inner" to "api_platform.cache.identifiers_extractor.traceable.recorder_inner".
Inlined service ".service_locator.9gXQpqd.router.default" to "router".
Inlined service "parameter_bag" to "router".
Inlined service "monolog.logger.router" to "router".
Inlined service "config_cache_factory" to "router".
Inlined service "debug.traced.messenger.bus.default.inner" to "messenger.default_bus".
Inlined service "fos_elastica.elastica_to_model_transformer.seminar_affiliate" to "FOS\ElasticaBundle\Finder\TransformedFinder $seminarAffiliateFinder".
Inlined service "fos_elastica.elastica_to_model_transformer.onlinedatabase_affiliate" to "FOS\ElasticaBundle\Finder\TransformedFinder $onlinedatabaseAffiliateFinder".
Inlined service "fos_elastica.elastica_to_model_transformer.book" to "FOS\ElasticaBundle\Finder\TransformedFinder $bookFinder".
Inlined service "fos_elastica.elastica_to_model_transformer.journal" to "FOS\ElasticaBundle\Finder\TransformedFinder $journalFinder".
Inlined service "fos_elastica.elastica_to_model_transformer.journal_affiliate" to "FOS\ElasticaBundle\Finder\TransformedFinder $journalAffiliateFinder".
Inlined service "fos_elastica.elastica_to_model_transformer.looseleafbook" to "FOS\ElasticaBundle\Finder\TransformedFinder $looseleafbookFinder".
Inlined service "fos_elastica.elastica_to_model_transformer.onlinedatabase" to "FOS\ElasticaBundle\Finder\TransformedFinder $onlinedatabaseFinder".
Inlined service "fos_elastica.elastica_to_model_transformer.seminar" to "FOS\ElasticaBundle\Finder\TransformedFinder $seminarFinder".
Inlined service "debug.event_dispatcher.inner" to "event_dispatcher".
Inlined service "monolog.logger.event" to "event_dispatcher".
Inlined service "cache.app.traceable.recorder_inner" to "cache.app".
Inlined service "cache.system.traceable.recorder_inner" to "cache.system".
Inlined service "cache.validator_expression_language.traceable.recorder_inner" to "cache.validator_expression_language".
Inlined service "cache.security_is_granted_attribute_expression_language.traceable.recorder_inner" to "cache.security_is_granted_attribute_expression_language".
Inlined service "nyholm.psr7.psr17_factory" to "Import\Transformer\ItemToBookDtoTransformer".
Inlined service "nyholm.psr7.psr17_factory" to "Import\Transformer\ItemToBookDtoTransformer".
Inlined service "file_locator" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "routing.loader.attribute" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "routing.loader.attribute" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "routing.loader.attribute" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "serializer.encoder.json" to "serializer".
Inlined service "serializer.normalizer.object" to "serializer".
Inlined service "serializer.normalizer.object" to "serializer".
Inlined service "serializer.encoder.json" to "serializer".
Inlined service "monolog.logger.profiler" to "profiler".
Inlined service "monolog.logger.profiler" to "profiler".
Inlined service ".security.request_matcher._LA_AHr" to "security.access_map".
Inlined service ".security.request_matcher._LA_AHr" to "security.access_map".
Inlined service "api_platform.metadata.resource.link_factory" to "api_platform.metadata.resource.metadata_collection_factory.cached".
Inlined service "api_platform.metadata.resource.link_factory" to "api_platform.metadata.resource.metadata_collection_factory.cached".
Inlined service "api_platform.metadata.resource.link_factory" to "api_platform.metadata.resource.metadata_collection_factory.cached".
Inlined service "vich_uploader.metadata.file_locator" to "vich_uploader.metadata_reader".
Inlined service "vich_uploader.metadata.file_locator" to "vich_uploader.metadata_reader".
Inlined service "vich_uploader.metadata.file_locator" to "vich_uploader.metadata_reader".
Inlined service "serializer.mapping.class_discriminator_resolver" to "serializer".
Inlined service "serializer.mapping.class_discriminator_resolver" to "serializer".
Inlined service "serializer.mapping.class_discriminator_resolver" to "serializer".
2
Tag "container.decorator" was defined on service(s) "debug.validator", "debug.security.access.decision_manager", "debug.security.firewall.authenticator.main", "api_platform.serializer.context_builder.filter", "api_platform.serializer.mapping.class_metadata_factory", "api_platform.subresource_operation_factory.cached", "api_platform.hydra.json_schema.schema_factory", "api_platform.identifiers_extractor.cached", "doctrine.migrations.container_aware_migrations_factory", "cache.validator.traceable", "cache.serializer.traceable", "cache.annotations.traceable", "cache.property_info.traceable", "cache.messenger.restart_workers_signal.traceable", "cache.security_expression_language.traceable", "cache.doctrine.orm.default.result.traceable", "cache.doctrine.orm.default.query.traceable", "api_platform.cache.route_name_resolver.traceable", "api_platform.cache.metadata.resource.traceable", "api_platform.cache.metadata.resource.legacy.traceable", "api_platform.cache.metadata.property.legacy.traceable", "api_platform.cache.subresource_operation_factory.traceable", "api_platform.cache.metadata.property.traceable", "api_platform.cache.metadata.resource_collection.traceable", "api_platform.elasticsearch.cache.metadata.document.traceable", "api_platform.cache.identifiers_extractor.traceable", "debug.security.event_dispatcher.main", "messenger.default_bus", "event_dispatcher", "cache.app", "cache.system", "cache.validator_expression_language", "cache.security_is_granted_attribute_expression_language", but was never used.
Tag "fos_elastica.client" was defined on service(s) "fos_elastica.client.default", but was never used. Did you mean "fos_elastica.index"?