Skip to content

[SecurityBundle][Security][Finder] Remove deprecated code paths #22740

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

Merged
merged 1 commit into from
May 21, 2017
Merged

[SecurityBundle][Security][Finder] Remove deprecated code paths #22740

merged 1 commit into from
May 21, 2017

Conversation

ogizanagi
Copy link
Contributor

@ogizanagi ogizanagi commented May 18, 2017

Q A
Branch? master
Bug fix? no
New feature? no
BC breaks? yes
Deprecations? no
Tests pass? yes
Fixed tickets 1b600b0, 366aefd, 5b7fe85
License MIT
Doc PR N/A

Removing my own deprecated stuff from 4.0 :)

@nicolas-grekas nicolas-grekas added this to the 4.0 milestone May 18, 2017
@nicolas-grekas
Copy link
Member

rebase needed to see tests green

@ogizanagi
Copy link
Contributor Author

Aaaand, green it is.

@@ -48,21 +48,8 @@ public function __construct(RequestStack $requestStack = null, UrlGeneratorInter
* @param CsrfTokenManagerInterface|null $csrfTokenManager A CsrfTokenManagerInterface instance
* @param string|null $context The listener context
*/
public function registerListener($key, $logoutPath, $csrfTokenId, $csrfParameter, CsrfTokenManagerInterface $csrfTokenManager = null/*, $context = null*/)
public function registerListener($key, $logoutPath, $csrfTokenId, $csrfParameter, CsrfTokenManagerInterface $csrfTokenManager = null, string $context = null)
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Related PR to add the typehint in 3.3: #22757

@nicolas-grekas
Copy link
Member

could the commit message be made more explicit? any CHANGELOG missing an update?

@ogizanagi ogizanagi changed the title Removing some deprecated stuff [SecurityBundle][Security][Finder] Remove deprecated code paths May 20, 2017
@ogizanagi
Copy link
Contributor Author

ogizanagi commented May 20, 2017

I changed the commit message and description and added CHANGELOG entries.

- [Finder] Removed `ExceptionInterface`
- [SecurityBundle] remove `UserPasswordEncoderCommand` BC layer
- [Security] remove `LogoutUrlGenerator::registerListener` BC layer
@nicolas-grekas nicolas-grekas merged commit da202fe into symfony:master May 21, 2017
nicolas-grekas added a commit that referenced this pull request May 21, 2017
…ode paths (ogizanagi)

This PR was merged into the 4.0-dev branch.

Discussion
----------

[SecurityBundle][Security][Finder] Remove deprecated code paths

| Q             | A
| ------------- | ---
| Branch?       | master
| Bug fix?      | no
| New feature?  | no
| BC breaks?    | yes
| Deprecations? | no
| Tests pass?   | yes
| Fixed tickets | 1b600b0, 366aefd, 5b7fe85
| License       | MIT
| Doc PR        | N/A

Removing my own deprecated stuff from 4.0 :)

Commits
-------

da202fe [SecurityBundle][Security][Finder] Remove deprecated code paths
@ogizanagi ogizanagi deleted the rm_deprecated_code branch May 21, 2017 13:09
@fabpot fabpot mentioned this pull request Oct 19, 2017
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.

4 participants