mirror of
https://github.com/doctrine/orm.git
synced 2026-03-24 06:52:09 +01:00
3.5.4 contains deprecation warnings planned for 3.6.0 #7574
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @W0rma on GitHub (Nov 11, 2025).
Bug Report
I noticed the following deprecation warnings when switching from
3.5.3to3.5.4:I'm not sure if it is really intended that they are added in a bugfix release.
Summary
3.5.4introduced new deprecation warnings which were obviously planned for3.6.0.Seems like https://github.com/doctrine/orm/pull/12244 merged
3.6.xinto3.5.xwhich may have caused this.Current behavior
Deprecation warnings occur in
3.5.4Expected behavior
No deprecation warnings should have been added
How to reproduce
@derrabus commented on GitHub (Nov 11, 2025):
cc @greg0ire
@greg0ire commented on GitHub (Nov 11, 2025):
Oh shit 😧 I will try to fix it.
@greg0ire commented on GitHub (Nov 11, 2025):
3.6.x is currently up to date with 3.5.x, so the right thing to do after merging https://github.com/doctrine/orm/pull/12269 is a
git merge -s ours origin/3.5.x@greg0ire commented on GitHub (Nov 11, 2025):
Fixed in 3.5.7 Thanks for reporting this @W0rma 🙏
@W0rma commented on GitHub (Nov 12, 2025):
@greg0ire Thank you for the quick fix and for all your effort you put into the Doctrine projects 👍