Merge "ResourceLoader: Mark ResourceLoaderUseObjectCacheForDeps as deprecated"

This commit is contained in:
jenkins-bot 2024-08-22 21:45:36 +00:00 committed by Gerrit Code Review
commit bc84e21947
3 changed files with 3 additions and 2 deletions

View file

@ -56,6 +56,7 @@ For notes on 1.42.x and older releases, see HISTORY.
default. This means ResourceLoader writes information to the MainStash
instead of a core database table, which can be set to a separate database
via wgMainStash. If you find issues, please drop a comment on T343492.
It is now deprecated and will be removed in MediaWiki 1.44.
* …
==== Removed configuration ====

View file

@ -3708,7 +3708,7 @@ config-schema:
default: true
description: |-
Use the main stash instead of the module_deps table for indirect dependency tracking
@unstable EXPERIMENTAL
@deprecated since 1.43; This will be removed in 1.44
@since 1.35
ResourceLoaderDebug:
default: false

View file

@ -5888,7 +5888,7 @@ class MainConfigSchema {
/**
* Use the main stash instead of the module_deps table for indirect dependency tracking
*
* @unstable EXPERIMENTAL
* @deprecated since 1.43; This will be removed in 1.44
* @since 1.35
*/
public const ResourceLoaderUseObjectCacheForDeps = [