Remove support for the read_catalog_entry
method for component catalog connectors
#2514
Labels
area:back-end
component:catalog connectors
Access to component catalogs
impact:breaking change
Delivery introduces a change that is not backward compatible
sizing: S
Milestone
Is your feature request related to a problem? Please describe.
As of #2492, a new method,
get_entry_data
, was added to theComponentCatalogConnector
class. This method replaces the oldread_catalog_entry
method and returns a well-definedEntryData
object rather than a simple string definition. The deprecated method and the related fallback code inread_component_definitions
that maintains backwards compatibility should be removed in the next major release (and no earlier).The text was updated successfully, but these errors were encountered: