Closed (fixed)
Project:
Drupal core
Version:
11.0.x-dev
Component:
system.module
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
4 Mar 2024 at 12:54 UTC
Updated:
30 Jun 2025 at 04:35 UTC
Jump to comment: Most recent
Comments
Comment #2
andypostComment #4
andypost'The system.performance.stale_file_threshold config key is deprecated in drupal:10.2.0 and is removed from drupal:11.0.0. See https://www.drupal.org/node/3301744needs special follow-up
Comment #5
andypostReady for review
Comment #6
smustgrave commentedSearched systems folder for
@deprecated
1 in deprecated_test.module = non issue
1 instance in system.install for something removed in D12 = non issue
Searching for "from drupal:11" found 2 instances I believe that are needed.
system.schema.yml stale_file_threshold is deprecated
Deprecated.php also
Comment #7
andypostremoved schema and
stale_file_thresholdwith asset-optimizers after #3410301: Deprecate system.performance stale_file_thresholdDeprecated.phpshould stay as this is testing element deprecation, ref #3067580: Deprecate the AJAX RenderElementComment #8
andypostAdded related to deprecation issues
Comment #9
smustgrave commentedAppears all removals have been done for the system module.
Comment #11
catchHad to think a bit about the update path testing and presave removals, but on balance I think this makes sense - it will allow the actual update removals and database fixture regeneration to happen without lots of other changes bundled in.
Committed/pushed to 11.x, thanks!
Comment #14
quietone commentedUpdate version to the branch this applies to.