Skip to content

[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

Closed
wants to merge 1 commit into from

Conversation

xkobal
Copy link
Contributor

@xkobal 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

@xkobal xkobal changed the title These interface allways send deprecated because of wrong inheritance [Security] These interface allways send deprecated because of wrong inheritance Dec 1, 2015
@xkobal xkobal closed this Dec 1, 2015
@xkobal xkobal reopened this Dec 1, 2015
@dosten
Copy link
Contributor

dosten commented Dec 1, 2015

Seems related to #16643

@xkobal
Copy link
Contributor Author

xkobal commented Dec 1, 2015

Yes this is the same problem, I haven't seen the issue

@xkobal
Copy link
Contributor Author

xkobal commented Dec 1, 2015

Broken tests doesn't seems to come from my PR :-/

@m0ppers
Copy link

m0ppers commented Dec 2, 2015

I stumbled upon the same issue in #16801 . this pull request is however missing namespace renaming in SimpleFormAuthenticationListener I think (which is needed for #16801). closing my issue now

@stof
Copy link
Member

stof commented Dec 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
Copy link
Member

stof commented Dec 5, 2015

@nicolas-grekas please check this case for the DebugClassLoader

@nicolas-grekas
Copy link
Member

Me or anyone else :-)

@peterrehm
Copy link
Contributor

I just implemented it in #17320.

@nicolas-grekas
Copy link
Member

Closing in favor of #17320

nicolas-grekas added a commit that referenced this pull request Jan 12, 2016
…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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants