Skip to content

[Serializer] fixed fix encoding of cache keys with anonymous classes #37937

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

Merged
merged 1 commit into from
Aug 31, 2020

Conversation

michaelzangerle
Copy link
Contributor

Q A
Branch? 4.4
Bug fix? yes
New feature? no
Deprecations? no
Tickets Fix #36589
License MIT
Doc PR -

@michaelzangerle michaelzangerle marked this pull request as ready for review August 25, 2020 11:55
@michaelzangerle michaelzangerle changed the title [WIP][Serializer] fixed fix encoding of cache keys [Serializer] fixed fix encoding of cache keys Aug 25, 2020
@michaelzangerle
Copy link
Contributor Author

Adjusted test case in the framework bundle to match new cache key escaping. Tests for serializer and framework bundle run through locally and in AppVeyor but fail on Travis for some reason. One error on travis is probably related to the change but I can't reproduce it locally as it should be fixed with the change. The other is a redis error according to the error message. Any advice?

@nicolas-grekas nicolas-grekas added this to the 4.4 milestone Aug 31, 2020
@nicolas-grekas nicolas-grekas changed the title [Serializer] fixed fix encoding of cache keys [Serializer] fixed fix encoding of cache keys with anonymous classes Aug 31, 2020
@nicolas-grekas
Copy link
Member

Thank you @michaelzangerle.

@nicolas-grekas nicolas-grekas merged commit 93459a9 into symfony:4.4 Aug 31, 2020
This was referenced Sep 2, 2020
hultberg pushed a commit to hultberg/symfony that referenced this pull request Sep 17, 2021
…anonymous classes (michaelzangerle)

This PR was squashed before being merged into the 4.4 branch.

Discussion
----------

[Serializer] fixed fix encoding of cache keys with anonymous classes

| Q             | A
| ------------- | ---
| Branch?       | 4.4
| Bug fix?      | yes
| New feature?  | no
| Deprecations? | no
| Tickets       | Fix symfony#36589
| License       | MIT
| Doc PR        | -

Commits
-------

3a46753 [Serializer] fixed fix encoding of cache keys with anonymous classes
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.

[Serializer] Cache error normalizing anonymous class
3 participants