Problem/Motivation

The app.root and site.path services were converted to container parameters as Symfony 6 enforces services as objects, but these were strings that pretended to be services. This is critical to the Symfony 6 upgrade path.

Steps to reproduce

Proposed resolution

Remove these services and any tests relating to them.

Remaining tasks

User interface changes

API changes

Data model changes

Release notes snippet

CommentFileSizeAuthor
#2 3259024-2.patch3.25 KBlongwave
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

longwave created an issue. See original summary.

longwave’s picture

Status: Active » Needs review
FileSize
3.25 KB
daffie’s picture

Status: Needs review » Reviewed & tested by the community

Looks good to me.

Status: Reviewed & tested by the community » Needs work

The last submitted patch, 2: 3259024-2.patch, failed testing. View results

Spokje’s picture

Status: Needs work » Reviewed & tested by the community

Looks like a random test failure to me, ordered a retest and put it back on RTBC per #3.

Status: Reviewed & tested by the community » Needs work

The last submitted patch, 2: 3259024-2.patch, failed testing. View results

Spokje’s picture

Status: Needs work » Reviewed & tested by the community

Hmmm, Yet Another Random Test Failure (I hope), retesting the retest.

  • catch committed 61bc211 on 10.0.x
    Issue #3259024 by longwave: Remove deprecated 'app.root' and 'site.path...
catch’s picture

Status: Reviewed & tested by the community » Fixed

Committed 61bc211 and pushed to 10.0.x. Thanks!

Status: Fixed » Closed (fixed)

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