-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
Remove deprecated code paths that trigger a runtime notice #31957
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
nicolas-grekas
commented
Jun 8, 2019
Q | A |
---|---|
Branch? | master |
Bug fix? | no |
New feature? | no |
BC breaks? | yes |
Deprecations? | no |
Tests pass? | yes |
Fixed tickets | - |
License | MIT |
Doc PR | - |
8e0b4f3
to
5a1dc1e
Compare
@@ -48,7 +48,7 @@ public function onAuthentication(Request $request, TokenInterface $token) | |||
|
|||
case self::MIGRATE: | |||
// Note: this logic is duplicated in several authentication listeners | |||
// until Symfony 5.0 due to a security fix with BC compat | |||
// until Symfony 5.0 due to a security fix with BC compat XXX |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What does this mean for 5.0 @weaverryan? What should be done now?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
removing the duplicated logic in other listener I think
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is the only remaining part that I didn't update in this PR
@weaverryan maybe, up for a PR?
5a1dc1e
to
133325a
Compare
👍 for the workflow part |
133325a
to
818444c
Compare
818444c
to
3962248
Compare
…ce (nicolas-grekas) This PR was merged into the 5.0-dev branch. Discussion ---------- Remove deprecated code paths that trigger a runtime notice | Q | A | ------------- | --- | Branch? | master | Bug fix? | no | New feature? | no | BC breaks? | yes | Deprecations? | no | Tests pass? | yes | Fixed tickets | - | License | MIT | Doc PR | - Commits ------- 3962248 Remove deprecated code paths that trigger a runtime notice