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.57k stars 9.32k forks source link

Question: At what point of time version `2.4.6-p2` will be merged to `2.4-develop` #38042

Open adarshkhatri opened 1 year ago

adarshkhatri commented 1 year ago

This is not a bug but a Question (*)

I am comparing 2.4-develop V/S 2.4.6-p2 and can see a lot of differences. For example these:

  1. https://github.com/magento/magento2/blob/7f58418defe34575cfc87096d64341b64be5891c/app/code/Magento/UrlRewriteGraphQl/Model/Resolver/AbstractEntityUrl.php#L55
  2. https://github.com/magento/magento2/blob/37861a4025ef7f18016d3ab149e006da46821784/app/code/Magento/UrlRewriteGraphQl/Model/Resolver/AbstractEntityUrl.php#L60

My understanding was new versions are created from *-develop version as we always test the bug against it. At what point of time version 2.4.6-p2 will be merged to 2.4-develop?

m2-assistant[bot] commented 1 year ago

Hi @adarshkhatri. Thank you for your report. To speed up processing of this issue, 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:

ihor-sviziev commented 1 year ago

~Maybe @sidolov know?~

Hi @adarshkhatri, I see the file you referenced in 2.4.6-p2 was changed 2 years ago, while in 2.4-develop - only 9 months ago. If we compare the history - in 2.4-develop we have the following commit https://github.com/magento/magento2/commit/b4208512bce542afc8b5b0bf3a9a551a5905ee8e, while it wasn't included yet in 2.4.6-p2. Instead, it's available as a part of 2.4.7-beta1. So it feels like the file is in sync. If you have any other examples, let's review them.

adarshkhatri commented 1 year ago

Is there any doc around when the latest develop will be used to create the new release?