wiki.techinc.nl/includes/filebackend/lockmanager
Aryeh Gregor b0795a2550 Hard-deprecate LockManagerGroup::getDefault/getAny
These appear to be unused. Moreover, their behavior doesn't match their
documentation. getDefault() claims to return NullLockManager if no lock
manager could be found, but really returns it if there's no lock manager
named 'default'. getAny() claims to throw if no lock manager can be
found, but actually throws if no lock manager is named 'default' or
'fsLockManager'. The behavior can be easily replicated by just using
get() yourself and catching any exception.

Bug: T234227
Change-Id: Iad083847f45d6e017a3f7dbfece1f9c155c5efd6
2019-10-29 14:48:44 +02:00
..
LockManagerGroup.php Hard-deprecate LockManagerGroup::getDefault/getAny 2019-10-29 14:48:44 +02:00
LockManagerGroupFactory.php LockManagerGroup tweaks 2019-08-28 10:49:37 +03:00
MySqlLockManager.php Move DB errors to Rdbms namespace 2017-04-15 10:47:41 -07:00