magento / magento2

Prior to making any Submission(s), you must sign an Adobe Contributor License Agreement, available here at: https://opensource.adobe.com/cla.html. All Submissions you make to Adobe Inc. and its affiliates, assigns and subsidiaries (collectively “Adobe”) are subject to the terms of the Adobe Contributor License Agreement.
http://www.magento.com
Open Software License 3.0
11.49k stars 9.3k forks source link

Modernize Magento's ORM #36550

Open kanevbg opened 1 year ago

kanevbg commented 1 year ago

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"

m2-assistant[bot] commented 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.


: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

warishareza commented 1 year ago

@kanevbg Description URL is getting error 410

kanevbg commented 1 year ago

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.