Tobias Bocanegra created JCRVLT-40:
--------------------------------------
Summary: ConfigurationBase must not use 'componentAbstract'
Key: JCRVLT-40
URL: https://issues.apache.org/jira/browse/JCRVLT-40
Project: Jackrabbit FileVault
Issue Type: Bug
Reporter: Tobias Bocanegra
the {{@Component(componentAbstract = true)}} annotation is deprecated because
it is considered dangerous as it stipulates modular extensibility. the problem
is that implementing components need to be re-analyzed by the scr plugin to
react on eventual DS changes in the abstract component.
{{ConfigurationBase}} is not using any DS or metatype annotations and we should
just remove the annotation.
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)