-
-
Notifications
You must be signed in to change notification settings - Fork 5.2k
[Lock] Deprecate Filesystem/LockHandler #8243
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
||
The ``LockHandler`` class has been deprecated in Symfony 3.4 | ||
and it will be removed in Symfony 4.0. Use ``SemaphoreStore`` or | ||
``FlockStore`` from the `Lock` component instead. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"Lock" needs double back sticks too.
console/lockable_trait.rst
Outdated
creation and release of these locks. | ||
a single server is to use **locks**. The Lock component provides a | ||
:ref:`SemaphoreStore <_lock-store-semaphore>` class and a | ||
:ref:`FlockStore <_lock-store-flock>` class and that eases the creation and |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"and that eases" => "that ease"?
297f67e
to
260c8ed
Compare
This PR was merged into the 3.4 branch. Discussion ---------- [Lock] Deprecate Filesystem/LockHandler | Q | A | ------------- | --- | Branch? | 3.4 | Bug fix? | no | New feature? | yes | BC breaks? | no | Deprecations? | yes | Tests pass? | yes | Fixed tickets | | License | MIT | Doc PR | symfony/symfony-docs#8243 This PR deprecate the `Filesystem\LockHandler` in favor of `Lock\SemaphoreStore` and `Lock\FlockStore`. Commits ------- 67ecc71 Deprecate Filesystem/LockHandler
symfony/symfony#23724 has been merged. |
This PR should be merged after #7866 |
260c8ed
to
800bdd7
Compare
Thanks Jérémy. |
…eguiluz) This PR was merged into the 3.4 branch. Discussion ---------- [Lock] Deprecate Filesystem/LockHandler This PR deprecate the Filesystem\LockHandler in favor of Lock\SemaphoreStore and Lock\FlockStore. see: symfony/symfony#23724 Commits ------- cb771c3 Reword af6dc34 Minor reword 800bdd7 Deprecate Filesystem/LockHandler
This PR deprecate the Filesystem\LockHandler in favor of Lock\SemaphoreStore and Lock\FlockStore.
see: symfony/symfony#23724