Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork9.7k
[Security] These interface allways send deprecated because of wrong inheritance#16775
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
xkobal commentedDec 1, 2015
| Q | A |
|---|---|
| Bug fix? | yes |
| New feature? | no |
| BC breaks? | no |
| Deprecations? | no |
| Tests pass? | yes |
| Fixed tickets | #16643 |
| License | MIT |
| Doc PR |
(cherry picked from commit02fe171)
dosten commentedDec 1, 2015
Seems related to#16643 |
xkobal commentedDec 1, 2015
Yes this is the same problem, I haven't seen the issue |
xkobal commentedDec 1, 2015
Broken tests doesn't seems to come from my PR :-/ |
m0ppers commentedDec 2, 2015
stof commentedDec 5, 2015
The inheritance is done the right way to preserve BC. What should be fixed is that the DebugClassLoader should not trigger a warning for this particular case. |
stof commentedDec 5, 2015
@nicolas-grekas please check this case for the DebugClassLoader |
nicolas-grekas commentedDec 5, 2015
Me or anyone else :-) |
peterrehm commentedJan 9, 2016
I just implemented it in#17320. |
nicolas-grekas commentedJan 11, 2016
Closing in favor of#17320 |
…terfaces (peterrehm)This PR was merged into the 2.8 branch.Discussion----------[Debug] Fixed erroneous deprecation notice for extended Interfaces| Q | A| ------------- | ---| Bug fix? | yes| New feature? | no| BC breaks? | no| Deprecations? | no| Tests pass? | yes| Fixed tickets |#16643,#16775| License | MIT| Doc PR | -Replaces#16775.Commits-------5f4e968 Fixed erroneous deprecation notice for extended Interfaces