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

Make openssl key loader service deprecated #525

Merged
merged 1 commit into from
Jul 5, 2018

Conversation

faecie
Copy link
Contributor

@faecie faecie commented Jul 4, 2018

Service OpenSSLKeyLoader is deprecated since version 2.5. It triggers
deprecation error as soon as someone tries to include it. Symfony
framework tries to create reflection of it while building the container
and it triggers deprecation as well. Symfony doesn't know anything about this
service being deprecated. Service should be declared as deprecated in
service config, then Symfony won't touch it.

[https://github.com//issues/523]

Service OpenSSLKeyLoader is deprecated since version 2.5. It triggers
deprecation error as soon as someone tries to include it. Symfony
framework tries to create reflection of it while building the container
and it triggers deprecation as well. Symfony doesn't know anything about this
service being deprecated. Service should be declared as deprecated in
service config, then Symfony won't touch it.

[lexik#523]
@chalasr
Copy link
Collaborator

chalasr commented Jul 5, 2018

Thanks for fixing this bug @faecie.

@chalasr chalasr merged commit a115640 into lexik:master Jul 5, 2018
chalasr added a commit that referenced this pull request Jul 5, 2018
This PR was merged into the 2.x-dev branch.

Discussion
----------

Make openssl key loader service deprecated

Service OpenSSLKeyLoader is deprecated since version 2.5. It triggers
deprecation error as soon as someone tries to include it. Symfony
framework tries to create reflection of it while building the container
and it triggers deprecation as well. Symfony doesn't know anything about this
service being deprecated. Service should be declared as deprecated in
service config, then Symfony won't touch it.

[#523]

Commits
-------

a115640 Make openssl key loader service deprecated
@faecie faecie deleted the bugfix/deprecate_openssl_keyloader branch July 5, 2018 01:28
@faecie
Copy link
Contributor Author

faecie commented Jul 5, 2018

@chalasr Can not find this fix in v2.5.2

@chalasr
Copy link
Collaborator

chalasr commented Jul 6, 2018

@faecie v2.5.2 is older, v2.5.3 has just been released with this fix.

@faecie
Copy link
Contributor Author

faecie commented Jul 7, 2018

@chalasr thanks, All sorted!

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.

2 participants