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
So I propose to remove this support. I know it's always heartbreaking to remove a feature, but I really think it's much better for Symfony maintainers.
More over, we now have much better format to configure the framework...
Example
No response
The text was updated successfully, but these errors were encountered:
carsonbot
added
the
RFC
RFC = Request For Comments (proposals about features that you want to be discussed)
label
Apr 11, 2025
maybe it can be generated from the Configuration definition?
This is not trivial as there is some transformations of the input before validating the configuration (example in DoctrineBundle) that requires a specific schema file. We hit this issue while trying to generate the JSON schema configuration in #59620
And I never saw a project using XML to configure the framework.
We can decide to deprecate this format and possibly reconsider this decision before deleting it, if people contest with specific use cases.
Description
Maintaining https://github.com/symfony/symfony/blob/7.3/src/Symfony/Bundle/FrameworkBundle/Resources/config/schema/symfony-1.0.xsd is not easy.
And I never saw a project using XML to configure the framework.
So I propose to remove this support. I know it's always heartbreaking to remove a feature, but I really think it's much better for Symfony maintainers.
More over, we now have much better format to configure the framework...
Example
No response
The text was updated successfully, but these errors were encountered: