The "Symfony\Component\HttpKernel\DependencyInjection\Extension" class is considered internal since Symfony 7.1, to be deprecated in 8.1; use Symfony\Component\DependencyInjection\Extension\Extension instead. It may change without further notice. You should not use it from "Pimcore\Bundle\GenericDataIndexBundle\DependencyInjection\PimcoreGenericDataIndexExtension".
The "Symfony\Component\HttpKernel\DependencyInjection\Extension" class is considered internal since Symfony 7.1, to be deprecated in 8.1; use Symfony\Component\DependencyInjection\Extension\Extension instead. It may change without further notice. You should not use it from "Pimcore\Bundle\StaticResolverBundle\DependencyInjection\PimcoreStaticResolverExtension".
The "Symfony\Component\HttpKernel\DependencyInjection\Extension" class is considered internal since Symfony 7.1, to be deprecated in 8.1; use Symfony\Component\DependencyInjection\Extension\Extension instead. It may change without further notice. You should not use it from "Pimcore\Bundle\StudioBackendBundle\DependencyInjection\PimcoreStudioBackendExtension".
The "Symfony\Component\HttpKernel\DependencyInjection\Extension" class is considered internal since Symfony 7.1, to be deprecated in 8.1; use Symfony\Component\DependencyInjection\Extension\Extension instead. It may change without further notice. You should not use it from "Pimcore\Bundle\StudioUiBundle\DependencyInjection\PimcoreStudioUiExtension".
Method "Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface::process()" might add "void" as a native return type declaration in the future. Do the same in implementation "Pimcore\Bundle\CoreBundle\DependencyInjection\Compiler\DoctrineCommandPrefixPass" now to avoid errors or add an explicit @return annotation to suppress this message.
Since symfony/config 7.4: Setting a default value to a required node is deprecated. Remove the default value from the node "jwt_key" or make it optional.
Since symfony/config 7.4: Flagging a node with a default value as required is deprecated. Remove the default from node "root_folder" or make it optional.
Since symfony/framework-bundle 7.3: Not setting the "property_info.with_constructor_extractor" option explicitly is deprecated because its default value will change in version 8.0.
Since league/flysystem-bundle 3.5: Using the legacy format with "adapter" and "options" keys is deprecated. Use the new discoverable format instead. See the migration guide for details.
The "Pimcore\Bundle\StudioBackendBundle\Security\Voter\AuthorizationVoter::voteOnAttribute()" method will require a new "Vote|null $vote" argument in the next major version of its parent class "Symfony\Component\Security\Core\Authorization\Voter\Voter", not defining it is deprecated.
The "Pimcore\Bundle\StudioBackendBundle\Security\Voter\UserPermissionVoter::voteOnAttribute()" method will require a new "Vote|null $vote" argument in the next major version of its parent class "Symfony\Component\Security\Core\Authorization\Voter\Voter", not defining it is deprecated.
The "Pimcore\Bundle\StudioBackendBundle\Security\Voter\HasOneOfUserPermissionVoter::voteOnAttribute()" method will require a new "Vote|null $vote" argument in the next major version of its parent class "Symfony\Component\Security\Core\Authorization\Voter\Voter", not defining it is deprecated.
The "Pimcore\Bundle\StudioBackendBundle\Security\Voter\PublicAuthorizationVoter::voteOnAttribute()" method will require a new "Vote|null $vote" argument in the next major version of its parent class "Symfony\Component\Security\Core\Authorization\Voter\Voter", not defining it is deprecated.
The "Pimcore\Bundle\StudioBackendBundle\Security\Voter\ElementTypePermissionVoter::voteOnAttribute()" method will require a new "Vote|null $vote" argument in the next major version of its parent class "Symfony\Component\Security\Core\Authorization\Voter\Voter", not defining it is deprecated.
The "Pimcore\Bundle\StudioBackendBundle\Security\Voter\UserPerspectiveVoter::voteOnAttribute()" method will require a new "Vote|null $vote" argument in the next major version of its parent class "Symfony\Component\Security\Core\Authorization\Voter\Voter", not defining it is deprecated.
The "Pimcore\Bundle\StudioBackendBundle\Security\Voter\UserPasswordVoter::voteOnAttribute()" method will require a new "Vote|null $vote" argument in the next major version of its parent class "Symfony\Component\Security\Core\Authorization\Voter\Voter", not defining it is deprecated.
The "Pimcore\Security\User\UserChecker::checkPostAuth()" method will require a new "?TokenInterface $token" argument in the next major version of its parent class "Symfony\Component\Security\Core\User\InMemoryUserChecker", not defining it is deprecated.
Since symfony/dependency-injection 7.4: Service id "Pimcore\Bundle\CoreBundle\EventListener\Frontend\EditmodeListener" looks like a FQCN but no corresponding class or interface exists. To resolve this ambiguity, please rename this service to a non-FQCN (e.g. using dots), or create the missing class or interface.
Since symfony/dependency-injection 7.4: Service id "Pimcore\Twig\Extension\AdminExtension" looks like a FQCN but no corresponding class or interface exists. To resolve this ambiguity, please rename this service to a non-FQCN (e.g. using dots), or create the missing class or interface.
Class "Pimcore\Migrations\FilteredTableMetadataStorage" should implement method "Doctrine\Migrations\Metadata\Storage\MetadataStorage::getSql(ExecutionResult $result): iterable<Query>": ;.
Since symfony/templating 6.4: "Symfony\Component\Templating\DelegatingEngine" is deprecated since version 6.4 and will be removed in 7.0. Use Twig instead.
Since symfony/templating 6.4: "Symfony\Component\Templating\EngineInterface" is deprecated since version 6.4 and will be removed in 7.0. Use Twig instead.
Since symfony/templating 6.4: "Symfony\Component\Templating\StreamingEngineInterface" is deprecated since version 6.4 and will be removed in 7.0. Use Twig instead.
User Deprecated: Class "Doctrine\ORM\Proxy\Autoloader" is deprecated. Use native lazy objects instead. (Autoloader.php:74 called by DoctrineBundle.php:136, https://github.com/doctrine/orm/pull/12005, package doctrine/orm)
User Deprecated: Since pimcore/pimcore 12.3: Usage of \Pimcore\Helper::Pimcore\Helper\ParameterBagHelper::getInt is deprecated. Use proper parameter validation instead in Pimcore\Bundle\CoreBundle\EventListener\Frontend\ElementListener::handleVersion().
User Deprecated: Since pimcore/pimcore 12.3: The "pimcore.templating.engine.delegating" service is deprecated and will be removed in 13.0. Inject Twig\Environment directly instead.
User Deprecated: Since symfony/templating 6.4: "Symfony\Component\Templating\DelegatingEngine" is deprecated since version 6.4 and will be removed in 7.0. Use Twig instead.
User Deprecated: Since symfony/templating 6.4: "Symfony\Component\Templating\EngineInterface" is deprecated since version 6.4 and will be removed in 7.0. Use Twig instead.
User Deprecated: Since symfony/templating 6.4: "Symfony\Component\Templating\StreamingEngineInterface" is deprecated since version 6.4 and will be removed in 7.0. Use Twig instead.