Merged
Conversation
We now have proper value objects with properties for everything we need.
SenseException
approved these changes
Feb 3, 2024
fabpot
added a commit
to symfony/symfony
that referenced
this pull request
Feb 4, 2024
… 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
This was referenced Mar 9, 2024
Contributor
|
You may get a deprecation message with a link to this PR if you use |
numediaweb
added a commit
to numediaweb/doctrine-orm
that referenced
this pull request
Mar 10, 2025
Using ArrayAccess on Doctrine\ORM\Mapping\JoinColumnMapping is deprecated and will not be possible in Doctrine ORM 4.0. Use the corresponding property instead. (ArrayAccessImplementation.php:31 called by EagerLoadingExtension.php:184, doctrine/orm#11211, package doctrine/orm)
javiereguiluz
added a commit
to EasyCorp/EasyAdminBundle
that referenced
this pull request
Nov 5, 2025
This PR was squashed before being merged into the 4.x branch. Discussion ---------- Fix some deprecations related to Doctrine Fixes these: ``` User Deprecated: Using ArrayAccess on Doctrine\ORM\Mapping\FieldMapping is deprecated and will not be possible in Doctrine ORM 4.0. Use the corresponding property instead. (ArrayAccessImplementation.php:31 called by CommonPreConfigurator.php:231, doctrine/orm#11211, package doctrine/orm) User Deprecated: Using ArrayAccess on Doctrine\ORM\Mapping\FieldMapping is deprecated and will not be possible in Doctrine ORM 4.0. Use the corresponding property instead. (ArrayAccessImplementation.php:31 called by DateTimeConfigurator.php:101, doctrine/orm#11211, package doctrine/orm) ``` Commits ------- c32a422 Fix some deprecations related to Doctrine
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.
We now have proper value objects with properties for everything we need.