Problem/Motivation

#3313404: Use symfony/runtime for less bespoke bootstrap/compatibility with varied runtime environments provides DeprecatedAutoloadAccess to warn people of accessing the autoloader through a global variable which is no longer supported. The issue was originally scheduled for 11.3.0 but was delayed to 11.4.0.

In the issue the deprecation message for DeprecatedAutoloadAccess was not updated and it still says 11.3.0

Steps to reproduce

Proposed resolution

Update the deprecation message to say 11.4.0 which is the version in which the deprecation is introduced.

Remaining tasks

User interface changes

Introduced terminology

API changes

Data model changes

Release notes snippet

Issue fork drupal-3589595

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

kingdutch created an issue. See original summary.

kingdutch’s picture

Component: bootstrap system » base system
Assigned: kingdutch » Unassigned
Status: Active » Needs review

alexpott’s picture

@kingdutch maybe this issue could do 2 things. Remove the code in Drupal 12 (main) and fix the deprecation in Drupal 11. I don't think keeping this around for the whole of Drupal 12 is worth it.

smustgrave’s picture

Status: Needs review » Reviewed & tested by the community

@alexpott if it helps I have #3575461: Cleanup any remainder deprecations sitting around before alpha to grab any leftovers.

alexpott’s picture

Version: main » 11.x-dev
Status: Reviewed & tested by the community » Fixed

Committed and pushed 94f3e8f1374 to main and 4b52871be8c to 11.x. Thanks!

Now that this issue is closed, review the contribution record.

As a contributor, attribute any organization that helped you, or if you volunteered your own time.

Maintainers, credit people who helped resolve this issue.

  • alexpott committed 94f3e8f1 on main
    fix: #3589595 Fix deprecation version in DeprecatedAutoloadAccess
    
    By:...

  • alexpott committed 4b52871b on 11.x
    fix: #3589595 Fix deprecation version in DeprecatedAutoloadAccess
    
    By:...

Status: Fixed » Closed (fixed)

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