Problem/Motivation

Symfony 7.1.0-RC1 is now available.

Steps to reproduce

Proposed resolution

Ensure compatibility of Drupal 11.0.x with Symfony 7.1, including addressing deprecations, and then recommend Symfony 7.1.

Remaining tasks

User interface changes

API changes

Data model changes

Release notes snippet

Symfony has been upgraded to 7.1.0-RC1. Drupal 11.0.0 will be released with Symfony 7.1.0 or a later stable patch release.

Issue fork drupal-3448097

Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Comments

Spokje created an issue. See original summary.

spokje’s picture

Status: Active » Needs review
$ composer diff
| Prod Packages                   | Operation | Base         | Target     |
|---------------------------------|-----------|--------------|------------|
| symfony/console                 | Upgraded  | v7.1.0-BETA1 | v7.1.0-RC1 |
| symfony/dependency-injection    | Upgraded  | v7.1.0-BETA1 | v7.1.0-RC1 |
| symfony/error-handler           | Upgraded  | v7.1.0-BETA1 | v7.1.0-RC1 |
| symfony/event-dispatcher        | Upgraded  | v7.1.0-BETA1 | v7.1.0-RC1 |
| symfony/filesystem              | Upgraded  | v7.1.0-BETA1 | v7.1.0-RC1 |
| symfony/finder                  | Upgraded  | v7.1.0-BETA1 | v7.1.0-RC1 |
| symfony/http-foundation         | Upgraded  | v7.1.0-BETA1 | v7.1.0-RC1 |
| symfony/http-kernel             | Upgraded  | v7.1.0-BETA1 | v7.1.0-RC1 |
| symfony/mailer                  | Upgraded  | v7.1.0-BETA1 | v7.1.0-RC1 |
| symfony/mime                    | Upgraded  | v7.1.0-BETA1 | v7.1.0-RC1 |
| symfony/process                 | Upgraded  | v7.1.0-BETA1 | v7.1.0-RC1 |
| symfony/psr-http-message-bridge | Upgraded  | v7.1.0-BETA1 | v7.1.0-RC1 |
| symfony/routing                 | Upgraded  | v7.1.0-BETA1 | v7.1.0-RC1 |
| symfony/serializer              | Upgraded  | v7.1.0-BETA1 | v7.1.0-RC1 |
| symfony/validator               | Upgraded  | v7.1.0-BETA1 | v7.1.0-RC1 |
| symfony/var-dumper              | Upgraded  | v7.1.0-BETA1 | v7.1.0-RC1 |
| symfony/yaml                    | Upgraded  | v7.1.0-BETA1 | v7.1.0-RC1 |

| Dev Packages         | Operation | Base         | Target     |
|----------------------|-----------|--------------|------------|
| symfony/browser-kit  | Upgraded  | v7.1.0-BETA1 | v7.1.0-RC1 |
| symfony/css-selector | Upgraded  | v7.1.0-BETA1 | v7.1.0-RC1 |
| symfony/dom-crawler  | Upgraded  | v7.1.0-BETA1 | v7.1.0-RC1 |
| symfony/lock         | Upgraded  | v7.1.0-BETA1 | v7.1.0-RC1 |

smustgrave’s picture

Status: Needs review » Reviewed & tested by the community

Applied the updates locally and didn't appear to break anything.

Wasn't 100% best way to test so did basic tasks like creating content, uploading media, using layout builder. No issue and tests are green.

Believe updates are fine.

  • catch committed c9fbae3c on 11.0.x
    Issue #3448097 by Spokje: Support and recommend Symfony 7.1.0-RC1 for...

  • catch committed 02cc8841 on 11.x
    Issue #3448097 by Spokje: Support and recommend Symfony 7.1.0-RC1 for...
catch’s picture

Status: Reviewed & tested by the community » Fixed

Committed/pushed to 11.x and cherry-picked to 11.0.x, thanks!

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.