Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deprecate array access #11211

Merged
merged 1 commit into from
Feb 3, 2024
Merged

Conversation

greg0ire
Copy link
Member

@greg0ire greg0ire commented Feb 3, 2024

We now have proper value objects with properties for everything we need.

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
We now have proper value objects with properties for everything we need.
@greg0ire greg0ire merged commit 5401367 into doctrine:3.1.x Feb 3, 2024
@greg0ire greg0ire deleted the deprecate-array-access branch February 3, 2024 21:50
@greg0ire greg0ire added this to the 3.1.0 milestone Feb 3, 2024
fabpot added a commit to symfony/symfony that referenced this pull request Feb 4, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
… 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
@alexislefebvre
Copy link
Contributor

You may get a deprecation message with a link to this PR if you use gedmo/doctrine-extensions, a PR is addressing this:

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)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants