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
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:
- 3589595-fix-deprecation-version
changes, plain diff MR !15729
Comments
Comment #2
kingdutchComment #4
alexpott@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.
Comment #5
smustgrave commented@alexpott if it helps I have #3575461: Cleanup any remainder deprecations sitting around before alpha to grab any leftovers.
Comment #6
alexpottCommitted and pushed 94f3e8f1374 to main and 4b52871be8c to 11.x. Thanks!