Introduces base class for plugins to simplify export
Compare changes
Due to urgent security maintenance, Fraunhofer GitLab CE and GitLab EE will be unavailable on Monday, April 7th, between 5 PM and 6:30 PM CET. Please log out during the maintenance to avoid potential data loss.
Created by: stefanoborini
Introduced a base class BaseExtensionPlugin. This class provides the base class for all plugins that are externally provided, and allows the user to just define the default methods to return their own bundles, instead of having to deal with the extension point ids.