-
-
Notifications
You must be signed in to change notification settings - Fork 313
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
Twig deprecation in Serializer #516
Comments
Did you ever get this figured? We are looking to upgrade to SF 3.x and this is one of our limitations... haven't just tried it yet though. |
I'm using this project in many sf 3.2 applications... which specific problems do you have? |
@goetas Thanks for letting me know that. Which version are you using? Though I must say, I'm not sure I'm going to be using this any further as it caused Doctrine to hydrate objects that I had not exposed which then caused a TON of queries that weren't necessary. |
as said, im using sf 3.2, with doctrine 2.5 .... if you have deprecations in your symfony profiler, can you post them here? |
@goetas Here are the ones I believe are related to the serializer...
|
jms serializer bundle 1.1.0 |
@goetas So that may explain the issues I've been seeing. My version seems ancient. |
closing the issue |
There are some old dependencies in this bundle that contains an old version of the "serializer" in the new serializer version there are fixes for the deprecation. Is it possible to change the dependency to the new version? Or are there some problems?
The text was updated successfully, but these errors were encountered: