Open kanevbg opened 1 year ago
Hi @kanevbg. Thank you for your report. To speed up processing of this issue, make sure that you provided the following information:
Make sure that the issue is reproducible on the vanilla Magento instance following Steps to reproduce. To deploy vanilla Magento instance on our environment, Add a comment to the issue:
@magento give me 2.4-develop instance
- upcoming 2.4.x release
For more details, review the Magento Contributor Assistant documentation.
Add a comment to assign the issue: @magento I am working on this
To learn more about issue processing workflow, refer to the Code Contributions.
Join Magento Community Engineering Slack and ask your questions in #github channel.
:warning: According to the Magento Contribution requirements, all issues must go through the Community Contributions Triage process. Community Contributions Triage is a public meeting.
:clock10: You can find the schedule on the Magento Community Calendar page.
:telephone_receiver: The triage of issues happens in the queue order. If you want to speed up the delivery of your contribution, join the Community Contributions Triage session to discuss the appropriate ticket.
:pencil2: Feel free to post questions/proposals/feedback related to the Community Contributions Triage process to the corresponding Slack Channel
@kanevbg Description URL is getting error 410
Hm, seems that post was just removed after being there for about 2 years. Strange. It was describing very well how outdated are the Magento models (ORM). Whatever, who should look at that issue knows pretty well what's Magento's ORM and can compare to the doctrine references.
Description
https://medium.com/swlh/magento-2-legacy-orm-explained-178431305fb9
Expected behavior
Modern ORM API with enterprise grade features like the Doctrines: https://www.doctrine-project.org/projects/doctrine-orm/en/latest/reference/transactions-and-concurrency.html#locking-support https://www.doctrine-project.org/projects/doctrine-orm/en/latest/index.html Develop modern ORM in Magento Framework.
EDIT: I would label this issue with "Project: Platform Health"