Commit 644603c
committed
bug #58589 [FrameworkBundle] Bump
This PR was merged into the 7.2 branch.
Discussion
----------
[FrameworkBundle] Bump `symfony/http-kernel`
| Q | A
| ------------- | ---
| Branch? | 7.2
| Bug fix? | yes
| New feature? | no
| Deprecations? | no
| Issues | Fix #58581
| License | MIT
Doing something conditionally (as stated in the issue) seems tricky because we deal with env var placeholders in `FrameworkExtension`. Another solution is to provide a bug fix to 7.1 where `HttpKernel/Kernel` would check if the `kernel.trusted_headers` parameter is null then fallback on a default value, but it doesn't feel quite right to me.
I think the best/cleanest solution is to simply bump the dep constraint in FWB's composer.json.
`symfony/serializer` must also be bumped to `^7.1`, tests fails otherwise: https://github.com/symfony/symfony/actions/runs/11384686629/job/31672929730?pr=58589#step:8:11669
Commits
-------
7efd164ce91 [FrameworkBundle] Bump `symfony/http-kernel`symfony/http-kernel (alexandre-daubois)2 files changed
+3
-29
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
15 | 14 | | |
16 | 15 | | |
17 | 16 | | |
| |||
165 | 164 | | |
166 | 165 | | |
167 | 166 | | |
168 | | - | |
169 | | - | |
170 | | - | |
171 | | - | |
172 | | - | |
173 | | - | |
174 | | - | |
175 | | - | |
176 | | - | |
177 | | - | |
178 | | - | |
179 | | - | |
180 | 167 | | |
181 | 168 | | |
182 | 169 | | |
| |||
750 | 737 | | |
751 | 738 | | |
752 | 739 | | |
753 | | - | |
754 | | - | |
755 | | - | |
756 | | - | |
757 | | - | |
758 | | - | |
759 | | - | |
760 | | - | |
761 | | - | |
762 | | - | |
763 | | - | |
764 | | - | |
765 | | - | |
766 | 740 | | |
767 | 741 | | |
768 | 742 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
62 | | - | |
| 62 | + | |
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
| |||
95 | 95 | | |
96 | 96 | | |
97 | 97 | | |
98 | | - | |
99 | 98 | | |
100 | 99 | | |
| 100 | + | |
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
| |||
0 commit comments