Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork5.3k
[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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
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"?
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#8243This PR deprecate the `Filesystem\LockHandler` in favor of `Lock\SemaphoreStore` and `Lock\FlockStore`.Commits-------67ecc71 Deprecate Filesystem/LockHandler
chalasr commentedAug 1, 2017
symfony/symfony#23724 has been merged. |
jderusse commentedAug 1, 2017
This PR should be merged after#7866 |
javiereguiluz commentedJan 9, 2018
Thanks Jérémy. |
…eguiluz)This PR was merged into the 3.4 branch.Discussion----------[Lock] Deprecate Filesystem/LockHandlerThis PR deprecate the Filesystem\LockHandler in favor of Lock\SemaphoreStore and Lock\FlockStore.see:symfony/symfony#23724Commits-------cb771c3 Rewordaf6dc34 Minor reword800bdd7 Deprecate Filesystem/LockHandler
This PR deprecate the Filesystem\LockHandler in favor of Lock\SemaphoreStore and Lock\FlockStore.
see:symfony/symfony#23724