Commit b87a95c
committed
Merge branch '7.4' into 8.0
* 7.4:
[Security] Fix deprecation
[Serializer] Don't fallback to default serializer if tags specify a named one
make RoutingControllerPass and AttributeServicesLoader final
fix tests
[Security] Preserve ordering of roles in RoleHierarchy
[Messenger] Fix Oracle errors 'ORA-00955: Name is already used by an existing object' with Doctrine transport
[FrameworkBundle] Only show relevant columns in `debug:router` call and adding colors
[Security] Improve performance of `RoleHierarchy::buildRoleMap` method
chore: add exclude-receivers consume parameters
[ObjectMapper] embed collection transformer
[SecurityHttp] Removes final keyword from IsGranted attribute
[String] Fix nodes singular
[Console] Fix testing multiline question
[Security][Validator] Review translations.
[Security] Ignore target route when exiting impersonation
[Console] Restore SHELL_VERBOSITY after a command is ranFile tree
2 files changed
+8
-0
lines changed- Inflector
- Tests/Inflector
2 files changed
+8
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
28 | 31 | | |
29 | 32 | | |
30 | 33 | | |
| |||
202 | 205 | | |
203 | 206 | | |
204 | 207 | | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
205 | 211 | | |
206 | 212 | | |
207 | 213 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
124 | 124 | | |
125 | 125 | | |
126 | 126 | | |
| 127 | + | |
127 | 128 | | |
128 | 129 | | |
129 | 130 | | |
| |||
282 | 283 | | |
283 | 284 | | |
284 | 285 | | |
| 286 | + | |
285 | 287 | | |
286 | 288 | | |
287 | 289 | | |
| |||
0 commit comments