-
-
Notifications
You must be signed in to change notification settings - Fork 5.2k
[PropertyInfo][Serializer] Remove AnnotationLoader
#19080
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
[PropertyInfo][Serializer] Remove AnnotationLoader
#19080
Conversation
components/serializer.rst
Outdated
Also, the | ||
:class:`Symfony\\Component\\Serializer\\Mapping\\Loader\\AnnotationLoader` | ||
was deprecated in Symfony 6.4. | ||
|
||
.. _component-serializer-attributes-groups-annotations: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
.. _component-serializer-attributes-groups-annotations: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we have to? I think @javiereguiluz said he wanted to avoid deleting refs at some point? I remember him saying that, but it's been a while, so I could be wrong 😄
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think it's fine in 7.0, even better would be to add a redirect here:
https://github.com/symfony/symfony-docs/blob/7.0/_build/redirection_map
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I mean, remove it and add an entry in the redirection_map
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
First time touching this file, hope I updated it correctly 👍
AnnotationLoader
3c6f4d2
to
9c5d9ec
Compare
9c5d9ec
to
4fd1613
Compare
Thank you Alexandre. |
Fix #19036