forked from doctrine/DoctrineBundle
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Deprecate not setting doctrine.orm.controller_resolver.auto_mapping (d…
- Loading branch information
1 parent
26a87a7
commit 1a3b650
Showing
4 changed files
with
30 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
UPGRADE FROM 2.11 to 2.12 | ||
======================== | ||
|
||
Configuration | ||
------------- | ||
|
||
### Controller resolver auto mapping default configuration will be changed | ||
|
||
The default value of `doctrine.orm.controller_resolver.auto_mapping` will be changed from `true` to `false` in 3.0. | ||
|
||
Auto mapping uses any route parameter that matches with a field name of the Entity to resolve as criteria in a find by query. | ||
|
||
If you are relying on this functionality, you will need to configure it explicitly to silence the deprecation notice. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters