[PropertyInfo] Deprecate Type#9
Closed
mtarld wants to merge 382 commits intochore/type-info-componentfrom
Closed
Conversation
bddcb4d to
5feec6a
Compare
567a3dd to
89e20c8
Compare
5feec6a to
41c48f2
Compare
665e35a to
1d60a2e
Compare
647fe5a to
23c581f
Compare
41c48f2 to
1e332a2
Compare
23c581f to
1a5e1d2
Compare
1e332a2 to
2bd39f0
Compare
1a5e1d2 to
42d5412
Compare
2bd39f0 to
2f1e0c9
Compare
42d5412 to
156eafa
Compare
Korbeil
approved these changes
Nov 6, 2023
src/Symfony/Component/Serializer/Normalizer/AbstractObjectNormalizer.php
Outdated
Show resolved
Hide resolved
2f1e0c9 to
1e96d87
Compare
1e96d87 to
1a20715
Compare
156eafa to
626b53c
Compare
1a20715 to
7fd384d
Compare
626b53c to
3c14904
Compare
7fd384d to
323b986
Compare
3c14904 to
8f5de1b
Compare
323b986 to
d03e987
Compare
8f5de1b to
414d69f
Compare
d03e987 to
5efdeb3
Compare
414d69f to
6edee23
Compare
The order in which the properties are handled has changed with the usage of CPP for the entity manager in doctrine/orm#11205.
…arser with quote end in a newline (maxbeckers)" (xabbuh) This PR was merged into the 7.1 branch. Discussion ---------- [Yaml] Revert "feature symfony#48022 Fix Yaml Parser with quote end in a newline (maxbeckers)" | Q | A | ------------- | --- | Branch? | 7.1 | Bug fix? | yes | New feature? | no | Deprecations? | no | Issues | | License | MIT Unfortunately, the features as implemented breaks tests in other bundles (see https://github.com/symfony/symfony/actions/runs/7768721075/job/21186968515?pr=53745#step:8:3092). Commits ------- d709af0 Revert "feature symfony#48022 [Yaml] Fix Yaml Parser with quote end in a new line (maxbeckers)"
This PR was merged into the 6.4 branch. Discussion ---------- [VarDumper] fix DoctrineCaster tests | Q | A | ------------- | --- | Branch? | 6.4 | Bug fix? | no | New feature? | no | Deprecations? | no | Issues | | License | MIT The order in which the properties are handled has changed with the usage of CPP for the entity manager in doctrine/orm#11205. Commits ------- e7e41b0 fix DoctrineCaster tests
…e handled (xabbuh) This PR was merged into the 7.1 branch. Discussion ---------- [TwigBridge] rework the way excluded directories are handled | Q | A | ------------- | --- | Branch? | 7.1 | Bug fix? | yes | New feature? | no | Deprecations? | no | Issues | | License | MIT This change ensures that we not break BC by reverting the signature change made to the protected findFiles() method. Commits ------- 3074fe8 rework the way excluded directories are handled
… the schema definition (xabbuh) This PR was merged into the 6.4 branch. Discussion ---------- [SecurityBundle] add missing partition attribute to the schema definition | Q | A | ------------- | --- | Branch? | 6.4 | Bug fix? | yes | New feature? | no | Deprecations? | no | Issues | | License | MIT Commits ------- 867eb07 add missing partition attribute to the schema definition
This PR was merged into the 7.1 branch. Discussion ---------- [DependencyInjection] fix tests | Q | A | ------------- | --- | Branch? | 7.1 | Bug fix? | no | New feature? | no | Deprecations? | no | Issues | | License | MIT Commits ------- 3883a07 fix tests
* 6.4: fix DoctrineCaster tests add missing partition attribute to the schema definition
* 7.0: fix DoctrineCaster tests add missing partition attribute to the schema definition
…entication (bytestream) This PR was squashed before being merged into the 6.4 branch. Discussion ---------- Fix client side connection timeout breaks mail authentication | Q | A | ------------- | --- | Branch? | 6.4 | Bug fix? | yes | New feature? | no | Deprecations? | no | Issues | Fix symfony#53647 | License | MIT The authentication loop should only continue when an unexpected response has been received. Any other exception, for example, `throw new TransportException('Connection to "localhost" timed out.'));` should be treated as fatal and thrown. As demonstrated in symfony#53647, when anything other than a server response is skipped it results in later commands not matching their expected response codes. Commits ------- bb2e7fd Fix client side connection timeout breaks mail authentication
* 6.4: Fix client side connection timeout breaks mail authentication
* 7.0: Fix client side connection timeout breaks mail authentication
Using constructor property promotion for the $metaFile property does not make much sense for two reasons: * We need to declare it nullable just for the sake of the constructor accepting null while the property itself will always receive a string. * The initially set value is immediately overwritten in the constructor.
…xabbuh) This PR was merged into the 7.1 branch. Discussion ---------- [Config] replace CPP with non-nullable property | Q | A | ------------- | --- | Branch? | 7.1 | Bug fix? | no | New feature? | no | Deprecations? | no | Issues | | License | MIT Using constructor property promotion for the `$metaFile` property does not make much sense for two reasons: * We need to declare it nullable just for the sake of the constructor accepting `null` while the property itself will always receive a string. * The initially set value is immediately overwritten in the constructor. Commits ------- 9c19bfe replace CPP with non-nullable property
… error (smnandre) This PR was merged into the 6.4 branch. Discussion ---------- [AssetMapper] Improve import_polyfill configuration error | Q | A | ------------- | --- | Branch? | 6.4 | Bug fix? | yes | New feature? | no | Deprecations? | no | Issues | Fix symfony#53725 | License | MIT Add missing error when 'asset_mapper.importmap_polyfill' is set to true (only false and string are allowed) Commits ------- 050fe20 [AssetMapper] Improve import_polyfill configuration error
* 6.4: [AssetMapper] Improve import_polyfill configuration error
* 7.0: [AssetMapper] Improve import_polyfill configuration error
…tream) This PR was squashed before being merged into the 7.1 branch. Discussion ---------- [Mailer] Add timestamp to SMTP debug log | Q | A | ------------- | --- | Branch? | 7.1 | Bug fix? | no | New feature? | yes | Deprecations? | no | Issues | | License | MIT When debugging symfony#53647, the lack of a timestamp made it difficult to understand why the `RSET` was happening before a response had been received. The timestamps gave a clue towards the problem. The timestamps also help show slow connections which you're otherwise not aware of. Commits ------- 53a637c [Mailer] Add timestamp to SMTP debug log
…appings in Doctrine ORM 4 (xabbuh) This PR was merged into the 5.4 branch. Discussion ---------- [DoctrineBridge] forward-compatibility with field mappings in Doctrine ORM 4 | Q | A | ------------- | --- | Branch? | 5.4 | Bug fix? | no | New feature? | no | Deprecations? | no | Issues | | License | MIT see doctrine/orm#11211 Commits ------- 264f7fc forward-compatibility with field mappings in Doctrine ORM 4
* 5.4: forward-compatibility with field mappings in Doctrine ORM 4
* 6.4: forward-compatibility with field mappings in Doctrine ORM 4
* 7.0: forward-compatibility with field mappings in Doctrine ORM 4
Co-authored-by: Baptiste Leduc <baptiste.leduc@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.