-
-
Notifications
You must be signed in to change notification settings - Fork 9.8k
[DependencyInjection][Routing] Deprecate XML configuration format #60568
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -35,6 +35,7 @@ DependencyInjection | |
| * Add argument `$throwOnAbstract` to `ContainerBuilder::findTaggedResourceIds()` | ||
| * Deprecate registering a service without a class when its id is a non-existing FQCN | ||
| * Deprecate using `$this` or its internal scope from PHP config files; use the `$loader` variable instead | ||
| * Deprecate XML configuration format, use YAML or PHP instead | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I think we must have a more elaborate UPGRADE description. People will need some guidance on how to migrate their XML config to the other formats. |
||
|
|
||
| DoctrineBridge | ||
| -------------- | ||
|
|
@@ -94,6 +95,7 @@ Routing | |
| * Deprecate class aliases in the `Annotation` namespace, use attributes instead | ||
| * Deprecate getters and setters in attribute classes in favor of public properties | ||
| * Deprecate accessing the internal scope of the loader in PHP config files, use only its public API instead | ||
| * Deprecate XML configuration format, use YAML, PHP or attributes instead | ||
|
|
||
| Security | ||
| -------- | ||
|
|
||
This file was deleted.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,3 @@ | ||
| services: | ||
| firewall_entry_point.entry_point.stub: | ||
| class: Symfony\Bundle\SecurityBundle\Tests\Functional\Bundle\FirewallEntryPointBundle\Security\EntryPointStub |
Uh oh!
There was an error while loading. Please reload this page.