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
feature #12295 [FrameworkBundle] make GetSetMethodNormalizer available by default (dunglas)
This PR was submitted for the master branch but it was merged into the 2.7 branch instead (closes#12295).
Discussion
----------
[FrameworkBundle] make GetSetMethodNormalizer available by default
| Q | A
| ------------- | ---
| Bug fix? | no
| New feature? | yes
| BC breaks? | very limited
| Deprecations? | no
| Tests pass? | yes
| License | MIT
| Doc PR | not yet
The `GetSetMethodNormalizer` has not been enabled by default in #6815 because it was broken by design. Since #12098 has been merged, circular references are handled and that normalizer cannot breaks applications.
This PR makes that normalizer automatically available when the serializer is enabled. To keep BC, I've set a "high" priority for this service (higher than the default `0`).
Commits
-------
4f0aa61 [FrameworkBundle] make GetSetMethodNormalizer available by default
0 commit comments