Deprecate service methods DataPackageManageResource.createDataPackageArhcive and DataPackageManagerResource.readDataPackageArchive. Neither service method is required any longer since the addition of the DataPackageManagerResource.downloadDataPackageArchive, which is more efficient and does not require a system artifact to be generated.
Deprecation should be stepwise:
1 - Add deprecation message to API docs.
2 - Log calls to see if these methods are actively used.
3 - If yes, then provide automated messaging alerting users.
3 - If no, then remove them from the public facing API.
Deprecate service methods
DataPackageManageResource.createDataPackageArhciveandDataPackageManagerResource.readDataPackageArchive. Neither service method is required any longer since the addition of theDataPackageManagerResource.downloadDataPackageArchive, which is more efficient and does not require a system artifact to be generated.Deprecation should be stepwise:
1 - Add deprecation message to API docs.
2 - Log calls to see if these methods are actively used.
3 - If yes, then provide automated messaging alerting users.
3 - If no, then remove them from the public facing API.