-
Notifications
You must be signed in to change notification settings - Fork 9.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Considering removing doctrine/annotations as dependency #37956
Comments
Hi @hostep. Thank you for your report.
Join Magento Community Engineering Slack and ask your questions in #github channel. |
Hi @engcom-Hotel. Thank you for working on this issue.
|
Hello @hostep, Thanks for the report and collaboration! I agree with your point, we need to remove the Hence confirming the issue. Thanks |
Unfortunately, not enough information was provided to create a Jira ticket. Please make sure you added the following label(s): Once all required labels are present, please add |
✅ Jira issue https://jira.corp.adobe.com/browse/AC-9477 is successfully created for this GitHub issue. |
✅ Confirmed by @engcom-Hotel. Thank you for verifying the issue. |
It looks like this was partially solved by ef2c90f The module still comes in through these 2 depencencies though:
The good thing is that both of these are dev dependencies, so it's at least no longer being installed in production environments... Not sure if we can consider this ticket handled, or if further work is still needed in |
It looks like it's now also removed from Let me close this issue then, it seems like we're getting there :) |
Summary
See doctrine/annotations#485, the package will get abandonned.
We should figure out why Magento depends on this package and then see how to handle this...
Examples
Magento depends on this package:
magento2/composer.json
Line 43 in 3cc15fb
It looks like in a fresh Magento 2.4.6-p2 the module is included because of:
It was added as direct dependency by ff461e6 (in my opinion this should have been added as a dev requirement...)
So it sounds like the MFTF code needs it at this moment and it sounds like nothing in core-Magento needs it...
Proposed solution
No response
Release note
No response
Triage and priority
The text was updated successfully, but these errors were encountered: