Julian Reschke created OAK-8336:
-----------------------------------
Summary: oak-blob-plugins: bundle plugin complains about
deprecated inheritance feature
Key: OAK-8336
URL: https://issues.apache.org/jira/browse/OAK-8336
Project: Jackrabbit Oak
Issue Type: Task
Components: blob-plugins
Reporter: Julian Reschke
{noformat}
[INFO] --- maven-bundle-plugin:3.5.1:bundle (default-bundle) @ oak-blob-plugins
---
[WARNING] Bundle org.apache.jackrabbit:oak-blob-plugins:bundle:1.14-SNAPSHOT :
Component org.apache.jackrabbit.oak.plugins.blob.datastore.DbDataStore is using
the deprecated inheritance feature and inherits from
org.apache.jackrabbit.oak.plugins.blob.datastore.AbstractDataStoreService. This
feature will be removed in future versions.
[org\apache\jackrabbit\oak\plugins\blob\datastore\DbDataStoreService.class,1:1]
[WARNING] Bundle org.apache.jackrabbit:oak-blob-plugins:bundle:1.14-SNAPSHOT :
Component org.apache.jackrabbit.oak.plugins.blob.datastore.FileDataStore is
using the deprecated inheritance feature and inherits from
org.apache.jackrabbit.oak.plugins.blob.datastore.AbstractDataStoreService. This
feature will be removed in future versions.
[org\apache\jackrabbit\oak\plugins\blob\datastore\FileDataStoreService.class,1:1]
{noformat}
...apparently caused by the use of
<http://javadox.com/org.apache.felix/org.apache.felix.scr.annotations/1.9.8/org/apache/felix/scr/annotations/Component.html#componentAbstract()>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)