Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork9.7k
[Lock] remove deprecated code#32555
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
[Lock] remove deprecated code#32555
Uh oh!
There was an error while loading.Please reload this page.
Conversation
src/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.php OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Simperfit commentedJul 16, 2019
Has to be rebased when#32558 is merged and 4.4 is in master. |
Uh oh!
There was an error while loading.Please reload this page.
Simperfit commentedJul 16, 2019
Status: Needs Review |
This PR was merged into the 4.4 branch.Discussion----------[Lock] remove usage of the StoreInterface| Q | A| ------------- | ---| Branch? |4.4| Bug fix? | no| New feature? | no <!-- please update src/**/CHANGELOG.md files -->| BC breaks? | no <!-- seehttps://symfony.com/bc -->| Deprecations? | no <!-- please update UPGRADE-*.md and src/**/CHANGELOG.md files -->| Tests pass? | yes <!-- please add some, will be required by reviewers -->| Fixed tickets | <!-- #-prefixed issue number(s), if any -->| License | MIT| Doc PR | none <!-- required for new features --><!--Replace this notice by a short README for your feature/bugfix. This will help peopleunderstand your PR and can be used as a start for the documentation.Additionally (seehttps://symfony.com/roadmap): - Bug fixes must be submitted against the lowest maintained branch where they apply (lowest branches are regularly merged to upper ones so they get the fixes too). - Features and deprecations must be submitted against branch 4.4. - Legacy code removals go to the master branch.-->Followup PR according to the review of@nicolas-grekas in#32555 (comment).Commits-------9988844 [Lock] remove uusage of the StoreInterface
This PR was merged into the 4.4 branch.Discussion----------[Lock] remove usage of the StoreInterface| Q | A| ------------- | ---| Branch? |4.4| Bug fix? | no| New feature? | no <!-- please update src/**/CHANGELOG.md files -->| BC breaks? | no <!-- seehttps://symfony.com/bc -->| Deprecations? | no <!-- please update UPGRADE-*.md and src/**/CHANGELOG.md files -->| Tests pass? | yes <!-- please add some, will be required by reviewers -->| Fixed tickets | <!-- #-prefixed issue number(s), if any -->| License | MIT| Doc PR | none <!-- required for new features --><!--Replace this notice by a short README for your feature/bugfix. This will help peopleunderstand your PR and can be used as a start for the documentation.Additionally (seehttps://symfony.com/roadmap): - Bug fixes must be submitted against the lowest maintained branch where they apply (lowest branches are regularly merged to upper ones so they get the fixes too). - Features and deprecations must be submitted against branch 4.4. - Legacy code removals go to the master branch.-->Followup PR according to the review of@nicolas-grekas insymfony/symfony#32555 (comment).Commits-------9988844eb4 [Lock] remove uusage of the StoreInterface
a37c0dc to06e9a91Comparejderusse commentedJul 18, 2019
|
93d66c1 to8ef13f3Compare
jderusse left a comment
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.
Should probably be merged AFTER#32492 which rename interfaces and remove methods used in this PR
8ef13f3 to48ab1daCompareSimperfit commentedJul 19, 2019
PR Rebased. |
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
f63fffd toebb0f1aCompare
chalasr left a comment
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.
#32555 (comment) needs to be fixed
Simperfit commentedAug 6, 2019
ebb0f1a to1c6ebc6CompareUh oh!
There was an error while loading.Please reload this page.
1c6ebc6 to9b584faCompare9b584fa to008d135Comparefabpot commentedAug 6, 2019
Thank you@Simperfit. |
This PR was squashed before being merged into the 5.0-dev branch (closes#32555).Discussion----------[Lock] remove deprecated code| Q | A| ------------- | ---| Branch? | 5.0| Bug fix? | no| New feature? | no <!-- please update src/**/CHANGELOG.md files -->| BC breaks? | no <!-- seehttps://symfony.com/bc -->| Deprecations? | no <!-- please update UPGRADE-*.md and src/**/CHANGELOG.md files -->| Tests pass? | yes <!-- please add some, will be required by reviewers -->| Fixed tickets | none <!-- #-prefixed issue number(s), if any -->| License | MIT| Doc PR | None <!-- required for new features --><!--Replace this notice by a short README for your feature/bugfix. This will help peopleunderstand your PR and can be used as a start for the documentation.Additionally (seehttps://symfony.com/roadmap): - Bug fixes must be submitted against the lowest maintained branch where they apply (lowest branches are regularly merged to upper ones so they get the fixes too). - Features and deprecations must be submitted against branch 4.4. - Legacy code removals go to the master branch.-->We are removing the StoreInterface And the Factory deprecated in 4.4.Commits-------008d135 [Lock] remove deprecated code
This PR was merged into the 5.0-dev branch.Discussion----------[Lock] remove un-needed implements interface| Q | A| ------------- | ---| Branch? | master| Bug fix? | no| New feature? | no| BC breaks? | no| Deprecations? | no| Tests pass? | yes| Fixed tickets | null| License | MIT| Doc PR | not neededfollowing#32555 it does not look necessary to implement both `PersistingStoreInterface` and `BlockingStoreInterface`Commits-------b8459f7 [Lock] remove un-needed implements interface
This PR was merged into the 5.0-dev branch.Discussion----------[Lock] remove deprecated waitAndSave() methods| Q | A| ------------- | ---| Branch? | master| Bug fix? | no| New feature? | no| BC breaks? | yes| Deprecations? | no| Tests pass? | yes| Fixed tickets | missed in#32555| License | MIT| Doc PR |Commits-------fa18765 remove deprecated waitAndSave() methods
Uh oh!
There was an error while loading.Please reload this page.
We are removing the StoreInterface And the Factory deprecated in 4.4.