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

[Dependencies] Support for symfony2.7 #600

Merged
merged 1 commit into from
Jul 31, 2015

Conversation

krispypen
Copy link
Contributor

Q A
Bug fix? no
New feature? yes
BC breaks? no
Deprecations? no
Fixed tickets

The problem was:
In Symfony 2.7 the securitycontext is deprecated and logs a deprecation warning that you should use the security.token_storage which is introduced in 2.6. When logging a deprecation warning in the classloader, there was a circular dependency in the services: the logger has a UserProcessor which need the securitycontext but it was already in the classloading process of the securitycontext.

We do not change to the new security.token_storage because otherwise we cannot support symfony2.5 anymore.

u

u

Workarround for service circular dependencies

symfony 2.7 support
@krispypen krispypen changed the title Support for symfony2.7 [Dependencies] Support for symfony2.7 Jul 31, 2015
@roderik roderik added this to the 3.2.3 milestone Jul 31, 2015
roderik pushed a commit that referenced this pull request Jul 31, 2015
[Dependencies] Support for symfony2.7
@roderik roderik merged commit 5690bb0 into Kunstmaan:master Jul 31, 2015
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

2 participants