Skip to content
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

Command auto-registration is deprecated since Symfony 3.4 #999

Closed
javiereguiluz opened this issue Oct 19, 2017 · 1 comment
Closed

Command auto-registration is deprecated since Symfony 3.4 #999

javiereguiluz opened this issue Oct 19, 2017 · 1 comment
Assignees
Labels
Level: Bug 🐞 This item involves a legitimate regression (bug) to existing functionality. State: Confirmed This item has been confirmed by maintainers as legitimate. Type: Configuration This item pertains to configuration of this project. Type: Source Code This item pertains to the source code of this project.

Comments

@javiereguiluz
Copy link
Contributor

Q A
Bug Report? yes
Feature Request? no
BC Break Report? no
RFC? no
Imagine Bundle Version -

Spotted while running tests in an app upgraded to Symfony 3.4:

Auto-registration of the command
"Liip\ImagineBundle\Command\ResolveCacheCommand" is deprecated since Symfony 3.4
and won't be supported in 4.0. Use PSR-4 based service discovery instead.

Auto-registration of the command "Liip\ImagineBundle\Command\RemoveCacheCommand"
is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based
service discovery instead.
@robfrawley robfrawley added Level: Bug 🐞 This item involves a legitimate regression (bug) to existing functionality. State: Confirmed This item has been confirmed by maintainers as legitimate. Type: Configuration This item pertains to configuration of this project. Type: Source Code This item pertains to the source code of this project. labels Jan 22, 2018
@robfrawley robfrawley added this to the 2.0.0 milestone Jan 22, 2018
@robfrawley robfrawley self-assigned this Jan 22, 2018
@robfrawley
Copy link
Collaborator

robfrawley commented Feb 16, 2018

Fixed in #1023. Note that only the 2.0 branch is compatible with Symfony 4.x.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Level: Bug 🐞 This item involves a legitimate regression (bug) to existing functionality. State: Confirmed This item has been confirmed by maintainers as legitimate. Type: Configuration This item pertains to configuration of this project. Type: Source Code This item pertains to the source code of this project.
Projects
None yet
Development

No branches or pull requests

2 participants