Skip to content

[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

Merged
merged 3 commits into from
Jan 9, 2018

Conversation

jderusse
Copy link
Member

This PR deprecate the Filesystem\LockHandler in favor of Lock\SemaphoreStore and Lock\FlockStore.

see: symfony/symfony#23724


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.
Copy link
Contributor

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.

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
Copy link
Contributor

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"?

@jderusse jderusse force-pushed the lock-deprecate-fs branch from 297f67e to 260c8ed Compare July 31, 2017 09:44
fabpot added a commit to symfony/symfony that referenced this pull request Aug 1, 2017
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
@chalasr
Copy link
Member

chalasr commented Aug 1, 2017

symfony/symfony#23724 has been merged.

@jderusse
Copy link
Member Author

jderusse commented Aug 1, 2017

This PR should be merged after #7866

@jderusse jderusse changed the base branch from master to 3.4 December 7, 2017 10:33
@javiereguiluz
Copy link
Member

Thanks Jérémy.

@javiereguiluz javiereguiluz merged commit cb771c3 into symfony:3.4 Jan 9, 2018
javiereguiluz added a commit that referenced this pull request Jan 9, 2018
…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
@jderusse jderusse deleted the lock-deprecate-fs branch April 18, 2020 10:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants