-
Notifications
You must be signed in to change notification settings - Fork 9.4k
Open
Labels
Adobe Summit HackathonPriority: P1Once P0 defects have been fixed, a defect having this priority is the next candidate for fixing.Once P0 defects have been fixed, a defect having this priority is the next candidate for fixing.Progress: ready for devProject: API Changes
Milestone
Description
The following interfaces should be marked as deprecated in 2.4-develop branch
- app/code/Magento/AsynchronousOperations/Model/OperationRepositoryInterface.php: Deprecate and move to \Magento\AsynchronousOperations\Model\ResourceModel\Operation\OperationRepository
- lib/internal/Magento/Framework/View/Asset/PreProcessor/Helper/SortInterface.php: Deprecate and move out from /Helper/ namespace
- app/code/Magento/Quote/Model/GuestCart/GuestShippingMethodManagementInterface.php: Interface with the same name exists in /Api/ scope, which is confusing. Need to change the name/move and deprecate older interface
- app/code/Magento/Quote/Model/ShippingMethodManagementInterface.php: Interface with the same name exists in /Api/ scope, which is confusing. Need to change the name/move and deprecate older interface
- app/code/Magento/MediaGalleryUi/Model/InsertImageDataInterface.php: This interface should be deprecated and extracted to a separate module together with GetInsertImageData and GetInsertImageContent services
Metadata
Metadata
Assignees
Labels
Adobe Summit HackathonPriority: P1Once P0 defects have been fixed, a defect having this priority is the next candidate for fixing.Once P0 defects have been fixed, a defect having this priority is the next candidate for fixing.Progress: ready for devProject: API Changes