Skip to content
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

Remove deprecated code paths that trigger a runtime notice #31957

Merged
merged 1 commit into from Jun 9, 2019

Conversation

nicolas-grekas
Copy link
Member

Q A
Branch? master
Bug fix? no
New feature? no
BC breaks? yes
Deprecations? no
Tests pass? yes
Fixed tickets -
License MIT
Doc PR -

@nicolas-grekas nicolas-grekas force-pushed the 5-gen-cleanu branch 3 times, most recently from 8e0b4f3 to 5a1dc1e Compare June 9, 2019 07:46
@nicolas-grekas nicolas-grekas marked this pull request as ready for review June 9, 2019 07:46
@@ -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
Copy link
Member Author

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?

Copy link
Contributor

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

Copy link
Member Author

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?

@lyrixx
Copy link
Member

lyrixx commented Jun 9, 2019

👍 for the workflow part

@nicolas-grekas nicolas-grekas merged commit 3962248 into symfony:master Jun 9, 2019
nicolas-grekas added a commit that referenced this pull request Jun 9, 2019
…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
@nicolas-grekas nicolas-grekas deleted the 5-gen-cleanu branch June 9, 2019 14:51
@nicolas-grekas nicolas-grekas modified the milestones: next, 4.4 Oct 27, 2019
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.

None yet

4 participants