Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork9.7k
[SecurityBundle] Deprecate ACL related code#24318
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
Conversation
2496377 to69eb41fCompare| protectedfunctionexecute(InputInterface$input,OutputInterface$output) | ||
| { | ||
| // BC to be removed in 4.0 | ||
| (newSymfonyStyle($input,$outputinstanceof ConsoleOutputInterface ?$output->getErrorOutput() :$output))->warning('Command "init:acl" is deprecated since version 3.4 and will be removed from SecurityBundle in 4.0. Register symfony/acl-bundle and use "acl:init" 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.
Register symfony/acl-bundle and use ... ->Install symfony/acl-bundle and use ... ?
| protectedfunctionexecute(InputInterface$input,OutputInterface$output) | ||
| { | ||
| // BC to be removed in 4.0 | ||
| (newSymfonyStyle($input,$outputinstanceof ConsoleOutputInterface ?$output->getErrorOutput() :$output))->warning('Command "acl:set" is deprecated since version 3.4 and will be removed from SecurityBundle in 4.0. Register symfony/acl-bundle 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.
Register symfony/acl-bundle instead. ->Install symfony/acl-bundle to use this command. ?
69eb41f tod45e296Compare
ro0NL 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.
Thanks! Looking good :)
d45e296 to9d2137dCompare9d2137d toe3b7dc5Comparefabpot commentedSep 26, 2017
Thank you@chalasr. |
This PR was merged into the 3.4 branch.Discussion----------[SecurityBundle] Deprecate ACL related code| Q | A| ------------- | ---| Branch? | 3.4| Bug fix? | no| New feature? | yes| BC breaks? | no| Deprecations? | yes| Tests pass? | yes/no| Fixed tickets | replaces#23811| License | MIT| Doc PR | todoNeedssymfony/acl-bundle#2Commits-------e3b7dc5 [SecurityBundle] Deprecate ACL related code
…tion (ogizanagi)This PR was merged into the 3.4 branch.Discussion----------[SecurityBundle] Add missing AclSchemaListener deprecation| Q | A| ------------- | ---| Branch? | 3.4| Bug fix? | no| New feature? | no <!-- don't forget updating src/**/CHANGELOG.md files -->| BC breaks? | no| Deprecations? | yes <!-- don't forget updating UPGRADE-*.md files -->| Tests pass? | yes| Fixed tickets | N/A <!-- #-prefixed issue number(s), if any -->| License | MIT| Doc PR | N/AMissing from#24318Commits-------d43c1f7 [SecurityBundle] Add missing AclSchemaListener deprecation
Needssymfony/acl-bundle#2