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 #46680 [Serializer] Provide context information from attribute for promoted properties (DanielBadura)
This PR was submitted for the 5.4 branch but it was squashed and merged into the 6.2 branch instead.
Discussion
----------
[Serializer] Provide context information from attribute for promoted properties
| Q | A
| ------------- | ---
| Branch? | 5.4
| Bug fix? | yes
| New feature? | no
| Deprecations? | no
| Tickets | -
| License | MIT
| Doc PR | -
I refactored some classes to using property promotion wiht `#[Context]` attributes and my tests started to fail since the context was missing then. So i tried to retrieve this context at the `AbstractNormalizer` and added a testcase for that.
I'm not sure if this is the right place for getting this metadata information and if i have overseen something.
Commits
-------
c51c4e6 [Serializer] Provide context information from attribute for promoted properties
0 commit comments