Commit ad40489
committed
Merge branch '7.4' into 8.0
* 7.4: (21 commits)
[SecurityBundle] Fix tests with Symfony 7.4
[DependencyInjection] Ensure deprecation detection does not trigger a PHP error
[DependencyInjection][FrameworkBundle] fix BC break when dumping container for build/lint commands
[Form] Clean up wrong method docblocks in data transformers
Fix merge
[DependencyInjection] Throw when using `$this` or its internal scope from PHP config files; use the `$loader` variable instead
[HttpClient] Fix sharing CurlClientState between clones of CurlHttpClient instances
[FrameworkBundle] Don't exclude classes with constraint/serialization attributes from being registered as services
Revert "[HttpClient] Lazily initialize CurlClientState"
[Yaml] Fix regression handling blank lines in unquoted scalars
[Cache] Fix NullAdapter must set taggable
[FrameworkBundle] Order alphabetically known tags of `UnusedTagsPass`
allow the installation of MercureBundle 0.4
[Console] don't discard existing aliases when constructing Command
Import all node definition classes to DefinitionConfigurator
Fix the creation of a redis connection with only ext-relay
[FrameworkBundle] Dump bundles config reference first
[DependencyInjection] Don't add the .container.known_envs parameter when empty
[DependencyInjection] Reset resolved state when setting a parameter
[HttpKernel] Don't reset services between fragments redering when using in HttpCache
...2 files changed
+84
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
| 68 | + | |
68 | 69 | | |
69 | 70 | | |
70 | 71 | | |
| |||
96 | 97 | | |
97 | 98 | | |
98 | 99 | | |
| 100 | + | |
99 | 101 | | |
100 | 102 | | |
101 | 103 | | |
| |||
168 | 170 | | |
169 | 171 | | |
170 | 172 | | |
171 | | - | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
172 | 181 | | |
173 | 182 | | |
174 | 183 | | |
175 | 184 | | |
176 | 185 | | |
177 | | - | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
178 | 189 | | |
179 | 190 | | |
180 | 191 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| 20 | + | |
20 | 21 | | |
21 | 22 | | |
22 | 23 | | |
| |||
30 | 31 | | |
31 | 32 | | |
32 | 33 | | |
| 34 | + | |
33 | 35 | | |
34 | 36 | | |
35 | 37 | | |
| |||
492 | 494 | | |
493 | 495 | | |
494 | 496 | | |
| 497 | + | |
| 498 | + | |
| 499 | + | |
| 500 | + | |
| 501 | + | |
| 502 | + | |
| 503 | + | |
| 504 | + | |
| 505 | + | |
| 506 | + | |
| 507 | + | |
| 508 | + | |
| 509 | + | |
| 510 | + | |
| 511 | + | |
| 512 | + | |
| 513 | + | |
| 514 | + | |
| 515 | + | |
| 516 | + | |
| 517 | + | |
| 518 | + | |
| 519 | + | |
| 520 | + | |
| 521 | + | |
| 522 | + | |
| 523 | + | |
| 524 | + | |
| 525 | + | |
| 526 | + | |
| 527 | + | |
| 528 | + | |
| 529 | + | |
495 | 530 | | |
496 | 531 | | |
497 | 532 | | |
| |||
731 | 766 | | |
732 | 767 | | |
733 | 768 | | |
| 769 | + | |
| 770 | + | |
| 771 | + | |
| 772 | + | |
| 773 | + | |
| 774 | + | |
| 775 | + | |
| 776 | + | |
| 777 | + | |
| 778 | + | |
| 779 | + | |
| 780 | + | |
| 781 | + | |
| 782 | + | |
| 783 | + | |
| 784 | + | |
| 785 | + | |
| 786 | + | |
| 787 | + | |
| 788 | + | |
| 789 | + | |
| 790 | + | |
| 791 | + | |
| 792 | + | |
| 793 | + | |
| 794 | + | |
| 795 | + | |
| 796 | + | |
| 797 | + | |
| 798 | + | |
| 799 | + | |
| 800 | + | |
| 801 | + | |
| 802 | + | |
| 803 | + | |
| 804 | + | |
0 commit comments