Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

[Lock] Deprecate Filesystem/LockHandler#23724

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

Merged
fabpot merged 1 commit intosymfony:3.4fromjderusse:lock-deprecate-fs
Aug 1, 2017

Conversation

@jderusse
Copy link
Member

@jderussejderusse commentedJul 31, 2017
edited
Loading

QA
Branch?3.4
Bug fix?no
New feature?yes
BC breaks?no
Deprecations?yes
Tests pass?yes
Fixed tickets
LicenseMIT
Doc PRsymfony/symfony-docs#8243

This PR deprecate theFilesystem\LockHandler in favor ofLock\SemaphoreStore andLock\FlockStore.

jvasseur reacted with thumbs down emoji
Copy link
Member

@chalasrchalasr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

The console composer.json needs an update (replacing thefilesystem requirement bylock)


useSymfony\Component\Filesystem\Exception\IOException;

/**
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

* @deprecated since ...


namespaceSymfony\Component\Filesystem;

@trigger_error(sprintf('The %s class is deprecated since version 3.4 and will be removed in 4.0. Use the SemaphoreStore or FlockStore class instead.', LockHandler::class),E_USER_DEPRECATED);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

getting this notice while using the standalone filesystem, I would try to find the SemaphoreStore in the filesystem component. I would use FQCNs or prependLock here

Copy link
MemberAuthor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

right

class has been deprecated and will be removed in 4.0. Use the
`Symfony\Component\Translation\DependencyInjection\TranslatorPass` class instead.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

should be reverted

@jderussejderusseforce-pushed thelock-deprecate-fs branch 6 times, most recently from1dde55b to33ab87fCompareJuly 31, 2017 09:08
@chalasr
Copy link
Member

fabbot needs some love

Copy link
Member

@chalasrchalasr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

👍

@chalasrchalasr added this to the3.4 milestoneJul 31, 2017
@fabpot
Copy link
Member

Thank you@jderusse.

@fabpotfabpot merged commit67ecc71 intosymfony:3.4Aug 1, 2017
fabpot added a commit that referenced this pull requestAug 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#8243This PR deprecate the `Filesystem\LockHandler` in favor of `Lock\SemaphoreStore` and `Lock\FlockStore`.Commits-------67ecc71 Deprecate Filesystem/LockHandler
nicolas-grekas added a commit that referenced this pull requestAug 3, 2017
This PR was merged into the 4.0-dev branch.Discussion----------[Lock] Remove Filesystem\LockHandler| Q             | A| ------------- | ---| Branch?       | master| Bug fix?      | no| New feature?  | no| BC breaks?    | yes| Deprecations? | no| Tests pass?   | not yet| Fixed tickets | /| License       | MIT| Doc PR        | /This PR remove the deprecated LockHandler by#23724Test won't pass as long as the branch 3.4 (and fixed deprecated tests) is not merged back into master.Commits-------39ab789 Remove Filesystem\LockHandler
fabpot added a commit that referenced this pull requestSep 1, 2017
This PR was merged into the 4.0-dev branch.Discussion----------[Lock] Remove old version check| Q             | A| ------------- | ---| Branch?       | master| Bug fix?      | no| New feature?  | no| BC breaks?    | no| Deprecations? | no| Tests pass?   | yes| Fixed tickets |#23724| License       | MIT| Doc PR        | /Because minimal required version PHP is currenty 7.1.3.ping@jderusseCommits-------d817f98 Remove old version check
@fabpotfabpot mentioned this pull requestOct 18, 2017
@fabpotfabpot mentioned this pull requestOct 19, 2017
javiereguiluz added a commit to symfony/symfony-docs that referenced this pull requestJan 9, 2018
…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
@jderussejderusse deleted the lock-deprecate-fs branchAugust 2, 2019 12:16
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

@fabpotfabpotfabpot approved these changes

@chalasrchalasrchalasr approved these changes

Assignees

No one assigned

Projects

None yet

Milestone

3.4

Development

Successfully merging this pull request may close these issues.

4 participants

@jderusse@chalasr@fabpot@carsonbot

[8]ページ先頭

©2009-2025 Movatter.jp