- Issue created by @andypost
- Merge request !6897Draft: [11.x] Remove deprecated code from system module β (Closed) created by andypost
- π«π·France 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/3301744
needs special follow-up
- Status changed to Needs review
9 months ago 2:44pm 4 March 2024 - Status changed to Needs work
9 months ago 4:00pm 4 March 2024 - πΊπΈUnited States smustgrave
Searched systems folder for
@deprecated
1 in deprecated_test.module = non issue
1 instance in system.install for something removed in D12 = non issueSearching for "from drupal:11" found 2 instances I believe that are needed.
system.schema.yml stale_file_threshold is deprecated
Deprecated.php also - Status changed to Needs review
9 months ago 4:28pm 4 March 2024 - π«π·France andypost
removed schema and
stale_file_threshold
with asset-optimizers after π Deprecate system.performance stale_file_threshold FixedDeprecated.php
should stay as this is testing element deprecation, ref π Deprecate the AJAX RenderElement Fixed - Status changed to RTBC
9 months ago 5:34pm 4 March 2024 - πΊπΈUnited States smustgrave
Appears all removals have been done for the system module.
- Status changed to Fixed
9 months ago 6:30pm 4 March 2024 - π¬π§United Kingdom catch
Had 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!
Automatically closed - issue fixed for 2 weeks with no activity.