You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Symfony 6.3 has been released and has made a change in the way they handle normalizer caching to increase performance. This causes a deprecation warning to be thrown inside the JaneObjectNormalizer.
How to reproduce
Simply update to symfony 6.3 while making use of this package.
Possible Solution
Implement the getSupportedTypes(?string $format): array method to all normalizers
Jane version(s) affected: 7.5.0
Description
Symfony 6.3 has been released and has made a change in the way they handle normalizer caching to increase performance. This causes a deprecation warning to be thrown inside the
JaneObjectNormalizer
.How to reproduce
Simply update to
symfony 6.3
while making use of this package.Possible Solution
Implement the
getSupportedTypes(?string $format): array
method to all normalizersAdditional context
Symfony blog can be read here: New in Symfony 6.3: Performance Improvements
New interface method source code (permalink)
The text was updated successfully, but these errors were encountered: