Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork9.7k
[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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
michaelzangerle commentedAug 25, 2020
| Q | A |
|---|---|
| Branch? | 4.4 |
| Bug fix? | yes |
| New feature? | no |
| Deprecations? | no |
| Tickets | Fix#36589 |
| License | MIT |
| Doc PR | - |
src/Symfony/Component/Serializer/Mapping/Factory/CacheClassMetadataFactory.php OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
michaelzangerle commentedAug 28, 2020
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? |
src/Symfony/Component/Serializer/Mapping/Factory/CacheClassMetadataFactory.php OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
nicolas-grekas commentedAug 31, 2020
Thank you@michaelzangerle. |
…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 |Fixsymfony#36589| License | MIT| Doc PR | -Commits-------3a46753 [Serializer] fixed fix encoding of cache keys with anonymous classes