You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.