-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
[SecurityBundle] Create a smooth upgrade path for security factories #41754
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
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
7903986
to
fc667f4
Compare
chalasr
reviewed
Jun 20, 2021
src/Symfony/Bundle/SecurityBundle/DependencyInjection/Security/Factory/RememberMeFactory.php
Outdated
Show resolved
Hide resolved
src/Symfony/Bundle/SecurityBundle/DependencyInjection/Security/Factory/JsonLoginFactory.php
Outdated
Show resolved
Hide resolved
fc667f4
to
3a5ac34
Compare
Please make fabbot happy 😊 |
e81ff82
to
5b54abc
Compare
This is as green as this PR will get. The remaining errors are false positives. |
fabpot
requested changes
Jul 3, 2021
src/Symfony/Bundle/SecurityBundle/DependencyInjection/MainConfiguration.php
Outdated
Show resolved
Hide resolved
...Bundle/SecurityBundle/DependencyInjection/Security/Factory/AuthenticatorFactoryInterface.php
Show resolved
Hide resolved
5b54abc
to
0172e56
Compare
chalasr
reviewed
Jul 3, 2021
...Bundle/SecurityBundle/DependencyInjection/Security/Factory/AuthenticatorFactoryInterface.php
Outdated
Show resolved
Hide resolved
chalasr
reviewed
Jul 3, 2021
src/Symfony/Bundle/SecurityBundle/DependencyInjection/Security/Factory/JsonLoginFactory.php
Show resolved
Hide resolved
0172e56
to
9c44ad6
Compare
small rebase needed |
9c44ad6
to
7385fd5
Compare
Sorry for the delay, I forgot this one was still open. Rebased and ready :) |
Thanks Wouter. |
This was referenced Nov 5, 2021
Merged
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This change allows removing
SecurityFactoryInterface
in Symfony 6.I've also changed the discrete ordering using "listener positions" to the much more common continuous ordering using priorities. I feel like priorities are much more self-explanatory.