You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently we will conflict doctrine/orm2.16.0 completely in: #7141
Expected Behavior
The target of this issue is that we focus on extending doctrine/orm packages with more tests which target our different use cases of doctrine:
custom timestamp and user blame listener work like expected
more tests using resolveTargetListener
tests for flush in a postPersist event
tests for gedmo tree extensions initializing all listeners
Steps to Reproduce
This is also something which would already help if we have smaller reproducer for the issues above. I tried to start with but could not yet finish it, not sure if others did yet create reproducers for the issues:
the doctrine issues seems to be fixed and so again allow newer doctrine versions: #7255. So sulu installations already using doctrine/orm 2.16 get also again the latest sulu releases and are not blocked on older versions.
alexander-schranz
changed the title
Incompatibility with Doctrine/ORM 2.16 / 2.17
Incompatibility with Doctrine/ORM 2.16 / 2.17 / 2.18 / 2.19
Jun 26, 2024
Actual Behavior
Currently there are some blocking doctrine/orm issues which let our own tests and also projects run into issues.
Currently we will conflict
doctrine/orm
2.16.0
completely in: #7141Expected Behavior
The target of this issue is that we focus on extending
doctrine/orm
packages with more tests which target our different use cases of doctrine:Steps to Reproduce
This is also something which would already help if we have smaller reproducer for the issues above. I tried to start with but could not yet finish it, not sure if others did yet create reproducers for the issues:
https://github.com/alexander-schranz/reproducer-doctrine-orm-issue-10869/
The text was updated successfully, but these errors were encountered: