-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
[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 our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
xkobal
commented
Dec 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 commit 02fe171)
Seems related to #16643 |
Yes this is the same problem, I haven't seen the issue |
Broken tests doesn't seems to come from my PR :-/ |
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. |
@nicolas-grekas please check this case for the DebugClassLoader |
Me or anyone else :-) |
I just implemented it in #17320. |
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