Commit 7113778
committed
Merge branch '7.4' into 8.0
* 7.4: (23 commits)
[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
[Config] Fix array-shape generator dropping alternative types on nested PrototypedArrayNode
...
# Conflicts:
# src/Symfony/Bridge/Doctrine/Tests/Types/DatePointTypeTest.php
# src/Symfony/Bridge/Doctrine/Tests/Types/UlidTypeTest.php
# src/Symfony/Component/DependencyInjection/Tests/Compiler/RegisterServiceSubscribersPassTest.php
# src/Symfony/Component/Form/Extension/Core/EventListener/ResizeFormListener.php
# src/Symfony/Component/JsonStreamer/Tests/JsonStreamReaderTest.php
# src/Symfony/Component/PropertyAccess/Tests/PropertyAccessorTest.php
# src/Symfony/Component/PropertyInfo/Tests/Extractor/PhpStanExtractorTest.php
# src/Symfony/Component/Serializer/Tests/Normalizer/AbstractObjectNormalizerTest.php
# src/Symfony/Component/Serializer/Tests/Normalizer/PropertyNormalizerTest.php
# src/Symfony/Component/TypeInfo/Tests/TypeFactoryTest.php5 files changed
Lines changed: 7 additions & 7 deletions
File tree
- Tests
- Command
- Exception
- Fixtures
- Messenger
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2485 | 2485 | | |
2486 | 2486 | | |
2487 | 2487 | | |
2488 | | - | |
| 2488 | + | |
2489 | 2489 | | |
2490 | 2490 | | |
2491 | 2491 | | |
| |||
2703 | 2703 | | |
2704 | 2704 | | |
2705 | 2705 | | |
2706 | | - | |
| 2706 | + | |
2707 | 2707 | | |
2708 | 2708 | | |
2709 | 2709 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
| 40 | + | |
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
45 | | - | |
| 44 | + | |
| 45 | + | |
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
63 | | - | |
| 63 | + | |
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
| |||
0 commit comments