Open
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