Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork5.3k
Remove mentions of the deprecated XML format#21449
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
wouterj commentedOct 1, 2025 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
Thanks for starting this! I think we should only do this change in the docs on 8.0 for 2 reasons:
|
nicolas-grekas commentedOct 2, 2025 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
Works for me. PR rebased to target 8.0 |
wouterj commentedOct 2, 2025 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
For 7.4, I guess we can leave the examples as-is, and only update this section in 7.4 to no longer mention XML:https://symfony.com/doc/current/configuration.html#configuration-formats. And probably add a |
javiereguiluz left a comment
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.
Looks good to me 👍
Thanks a lot Nicolas.
xabbuh commentedOct 9, 2025
The changes need to be rebased and the CI failures look legit to me. |
8adc19a tob03d1baComparejaviereguiluz commentedOct 17, 2025
Nicolas, thanks a lot for contributing such a big change 🙇 |
467a80d intosymfony:8.0Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Fixes#21447 for branch 8.0 (7.4 might need some inline notes) and#21478.
This removes all mentions of XML that are in relation with configuring routes and services.
Of course this keeps XML for translations, validation, serializer and Doctrine entities, among a few others.