Commit 6f20d32
committed
Merge branch '8.0' into 8.1
* 8.0: (24 commits)
[Validator] Drop PHP < 8.4 compat in PropertyMetadata
[Form] Preserve collection children added by PRE_SET_DATA listeners
[Messenger] Keep deduplication lock when handler throws
[Mailer][Postmark] Handle alternate error payload shapes for Payload Too Large
CS fix
[Serializer] Catch TypeError when setting an attribute to collect denormalization errors
[Config] Allow env placeholders in NumericNode min/max checks
[Mime] Preserve inline part filename instead of overwriting it with the Content-ID
[FrameworkBundle] Apply tagged MIME type guessers in File::getMimeType()
[Notifier] [Ntfy] Fix Basic auth header by keeping base64 padding
[MonologBridge] Guard against re-entrant calls in AbstractTokenProcessor
[RateLimiter] Keep token bucket alive while reservation debt is unpaid
[Lock] Avoid aborting outer PostgreSQL transaction on lock contention
[HttpClient] Don't share CURL_LOCK_DATA_CONNECT to honor max_host_connections
[Validator] fix mapping properties using property hooks
[DoctrineBridge] Fail with a clear exception when symfony/form is missing
[DoctrineBridge] Prevent install with incompatible symfony/property-info versions
[AssetMapper] Allow spaces in version constraints
[Dotenv] Strip NUL byte placeholder from values passed to `putenv()`
[Cache] Normalize default_lifetime for pools wrapped by ChainAdapter
...
# Conflicts:
# src/Symfony/Component/Cache/Tests/DependencyInjection/CachePoolPassTest.php
# src/Symfony/Component/HttpClient/Internal/CurlClientState.php
# src/Symfony/Component/ObjectMapper/Tests/ObjectMapperTest.php
# src/Symfony/Component/Security/Http/Tests/EventListener/IsCsrfTokenValidAttributeListenerTest.php
# src/Symfony/Component/Serializer/Normalizer/AbstractObjectNormalizer.php3 files changed
Lines changed: 7 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
80 | | - | |
| 80 | + | |
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
| |||
108 | 108 | | |
109 | 109 | | |
110 | 110 | | |
111 | | - | |
| 111 | + | |
112 | 112 | | |
113 | 113 | | |
114 | 114 | | |
| |||
156 | 156 | | |
157 | 157 | | |
158 | 158 | | |
159 | | - | |
| 159 | + | |
160 | 160 | | |
161 | 161 | | |
162 | 162 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
90 | | - | |
91 | | - | |
| 90 | + | |
| 91 | + | |
92 | 92 | | |
93 | 93 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
205 | 205 | | |
206 | 206 | | |
207 | 207 | | |
208 | | - | |
| 208 | + | |
209 | 209 | | |
210 | 210 | | |
211 | 211 | | |
| |||
468 | 468 | | |
469 | 469 | | |
470 | 470 | | |
471 | | - | |
| 471 | + | |
472 | 472 | | |
473 | 473 | | |
474 | 474 | | |
| |||
0 commit comments