Ticket #368 (closed Enhancement: fixed)
Plugin framework: pickup provided services automatically
Reported by: | jri | Owned by: | jri |
---|---|---|---|
Priority: | Major | Milestone: | Release 4.1 |
Component: | DeepaMehta Standard Distribution | Version: | 4.0.12 |
Keywords: | Cc: | dgf, Malte | |
Complexity: | 3 | Area: | Application Framework / API |
Module: | deepamehta-core |
Description
The plugin developer should not be required to set "providedServiceInterface" in plugin.properties anymore.
Change History
comment:2 Changed 12 years ago by Jörg Richter
Core: auto-pickup provided plugin services (#368).
BREAKING CHANGES
The "providedServiceInterface" setting in plugin.properties is obsolete.
Remove it from your plugins.
The plugin's service interface is automatically picked up by the Core.
Important: make sure the plugin's service interface is located in the "service" package within the plugin's main package. The plugins of the standard distro always followed that convention.
See ticket 368.
Note: See
TracTickets for help on using
tickets.