Skip to content

Conversation

@greg0ire
Copy link
Member

@greg0ire greg0ire commented Feb 3, 2024

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

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
… 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)
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
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.

3 participants