Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Make test.session.listener compatible with SF 6.0 SessionListener#42906

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
nicolas-grekas merged 1 commit intosymfony:5.4fromjderusse:session-fc
Sep 6, 2021

Conversation

@jderusse
Copy link
Member

QA
Branch?5.4
Bug fix?no
New feature?yes
Deprecations?no
Tickets-
LicenseMIT
Doc PR-

Fix flipped tests for#41321

In Symfony 6.0, the session_listener does not usesession service anymore, it needs asession_factory instead.

note: thesession_listener service is properly configured:

->set('session_listener', SessionListener::class)
->args([
service_locator([
'session_factory' =>service('session.factory')->ignoreOnInvalid(),
'session' =>service('.session.do-not-use')->ignoreOnInvalid(),

@nicolas-grekas
Copy link
Member

Thank you@jderusse.

@nicolas-grekasnicolas-grekas merged commit03d673c intosymfony:5.4Sep 6, 2021
@jderussejderusse deleted the session-fc branchSeptember 7, 2021 10:17
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

@derrabusderrabusderrabus approved these changes

Assignees

No one assigned

Projects

None yet

Milestone

5.4

Development

Successfully merging this pull request may close these issues.

4 participants

@jderusse@nicolas-grekas@derrabus@carsonbot

[8]ページ先頭

©2009-2025 Movatter.jp