Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork9.7k
[3.0][Security] Remove deprecated features#15899
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
Uh oh!
There was an error while loading.Please reload this page.
Conversation
wouterj commentedSep 26, 2015
| Q | A |
|---|---|
| Bug fix? | no |
| New feature? | no |
| BC breaks? | yes |
| Deprecations? | no |
| Tests pass? | yes |
| Fixed tickets | - |
| License | MIT |
| Doc PR | - |
stof commentedSep 26, 2015
You need to update the VoterFixture class to implement |
wouterj commentedSep 26, 2015
fabpot commentedSep 30, 2015
@wouterj Can you finish this PR? |
2ea3de5 to6f9e897Comparewouterj commentedSep 30, 2015
@fabpot done. I've also removed |
fabpot commentedSep 30, 2015
hmm, I've not checked, but I'm pretty sure they are some tests that need to be updated, no? |
wouterj commentedSep 30, 2015
Indeed, found some other tests and removed them as well |
fabpot commentedSep 30, 2015
@wouterj Looks like |
wouterj commentedSep 30, 2015
fabpot commentedSep 30, 2015
Thank you@wouterj. |
This PR was merged into the 3.0-dev branch.Discussion----------[3.0][Security] Remove deprecated features| Q | A| ------------- | ---| Bug fix? | no| New feature? | no| BC breaks? | yes| Deprecations? | no| Tests pass? | yes| Fixed tickets | -| License | MIT| Doc PR | -Commits-------c3c5989 Remove more tests6f9e897 Remove AbstractVoter#isGranted() method6b6de15 Removed supports{Attribute,Class}() methods
#15899) (Koc)This PR was merged into the 3.0-dev branch.Discussion----------[3.0][Security] Remove deprecated features (follow up of#15899)| Q | A| ------------- | ---| Bug fix? | no| New feature? | no| BC breaks? | yes| Deprecations? | no| Tests pass? | yes| Fixed tickets |#15899| License | MIT| Doc PR | -- updated UPGRADE-3.0.md- removed unused `supportsClass` methods- changed visibility of `supportsAttribute` methods from public to private, removed `inheritdoc` annotation from them because there is no definition for this methods in parent interface- removed tests for `supportsClass` and `supportsAttribute` method- removed unused mock creationCommits-------437398d [3.0][Security] Remove deprecated features (follow up of#15899)