Description
Since Symfony 2 sensio/framework-extra-bundle is the solution for adding annotation-magic to the application. Since then, some functionality has been moved to the core (e.g. annotation-based routing) and other functionality has been obsoleted by a core feature (param converters Vs. argument value providers).
FrameworkExtraBundle feels like a core-bundle but it's not as well maintained as we would expect a core bundle to be.
I think, it would be a good idea to review the feature set of the bundle and move commonly used functionality to the monorepo. Speaking for myself, that would be the security annotations like IsGranted as well as the Doctrine entity param converter (see #43854).
What do you think?
Example
No response
Description
Since Symfony 2
sensio/framework-extra-bundleis the solution for adding annotation-magic to the application. Since then, some functionality has been moved to the core (e.g. annotation-based routing) and other functionality has been obsoleted by a core feature (param converters Vs. argument value providers).FrameworkExtraBundle feels like a core-bundle but it's not as well maintained as we would expect a core bundle to be.
I think, it would be a good idea to review the feature set of the bundle and move commonly used functionality to the monorepo. Speaking for myself, that would be the security annotations like
IsGrantedas well as the Doctrine entity param converter (see #43854).What do you think?
Example
No response