Feature description
With #74 the downward compatible functions of the PackageRegistry interface have been declared deprecated.
After Notarization (#101) and Hierarchies (#144) are using the new - not deprecated - functions of the PackageRegistry, the deprecated functions can be removed from the PackageRegistry.
Identity doesn't need to be taken into account here as it uses it's own implementation of the PackageRegistry at the moment and will probably switch over to the product_common version of the PackageRegistry in the upcoming weeks.
Motivation
Requirements
Open questions
Are you planning to do it yourself in a pull request?
Yes
Feature description
With #74 the downward compatible functions of the
PackageRegistryinterface have been declared deprecated.After Notarization (#101) and Hierarchies (#144) are using the new - not deprecated - functions of the
PackageRegistry, the deprecated functions can be removed from thePackageRegistry.Identity doesn't need to be taken into account here as it uses it's own implementation of the
PackageRegistryat the moment and will probably switch over to theproduct_commonversion of thePackageRegistryin the upcoming weeks.Motivation
Requirements
Open questions
Are you planning to do it yourself in a pull request?
Yes