E_USER_DEPRECATED Symfony Prob bei Upgrade von 6.4.7 zu 6.4.14 Erklärung?

Hi,
hab im Admin-Backend von 6.4.7 auf 6.4.14 upgegradet und nun nach bin/console cache:clear

09:24:11 INFO      [php] User Deprecated: The "Symfony\Component\Mailer\Transport" class is considered final since Symfony 5.4. It may change without further notice as of its next major version. You should not extend it from "Shopware\Core\Content\Mail\Service\MailerTransportFactory".
[
  "exception" => ErrorException {
    #message: "User Deprecated: The "Symfony\Component\Mailer\Transport" class is considered final since Symfony 5.4. It may change without further notice as of its next major version. You should not extend it from "Shopware\Core\Content\Mail\Service\MailerTransportFactory"."
    #code: 0
    #file: "./vendor/symfony/error-handler/DebugClassLoader.php"
    #line: 326
    #severity: E_USER_DEPRECATED

sowie

09:24:11 INFO      [php] User Deprecated: Method "TCPDF::_getxobjectdict()" might add "string" as a native return type declaration in the future. Do the same in child class "setasign\Fpdi\Tcpdf\Fpdi" now to avoid errors or add an explicit @return annotation to suppress this message.
[
  "exception" => ErrorException {
    #message: "User Deprecated: Method "TCPDF::_getxobjectdict()" might add "string" as a native return type declaration in the future. Do the same in child class "setasign\Fpdi\Tcpdf\Fpdi" now to avoid errors or add an explicit @return annotation to suppress this message."
    #code: 0
    #file: "./vendor/symfony/error-handler/DebugClassLoader.php"
    #line: 326
    #severity: E_USER_DEPRECATED

Jemand ne Idee, was das will?
Hab bisher dazu in der Suche noch nichts finden können.
(nutze dockware Docker)

Es sagt aus, das Symfony am Code etwas geändert hat und Shopware diese Änderung berücksichtigen sollte.

1 „Gefällt mir“

Danke Max,
gibts dafür hier ne dicke Shopware-Glocke, oder Hupe? (Oder klappt @Moritz_Naczenski ?) :wink:

Bin verm. nicht der Einzige, der Dockware benutzt, oder ist das deren Problem?
Thanks anyway!

Das hat mit Docker nichts zu tun. Es wurde etwas am Symfony Core geändert.

Deprecated ist kein Fehler. Deprecated weißt darauf hin, dass zukünftig etwas geändert wird und der jetzige Zustand dann möglicherweise nicht mehr funktionieren würde.

Shopware wird den Punkt 100% adressieren, bevor sie eine neue Symfony Version mit Shopware zusammen ausspielen.