Closed
Description
The module prefix is being used in various places, however the implementation is only available on the abstract RepositoryConfigurationExtensionSupport
class and not on the RepositoryConfigurationExtension
interface. We should provide a default method for easier consumption. This change requires an update of all RepositoryConfigurationExtensionSupport
implementations that define a protected getModulePrefix
method.