[jira] [Commented] (OAK-6761) Convert oak-blob-plugins to OSGi R7 annotations

2024-05-28 Thread Manfred Baedke (Jira)


[ 
https://issues.apache.org/jira/browse/OAK-6761?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17850012#comment-17850012
 ] 

Manfred Baedke commented on OAK-6761:
-

trunk (1.66.0): 
[71c1e9b0|https://github.com/apache/jackrabbit-oak/commit/71c1e9b0cf5c153f1d03deccd88d4e900b23cf64]

> Convert oak-blob-plugins to OSGi R7 annotations
> ---
>
> Key: OAK-6761
> URL: https://issues.apache.org/jira/browse/OAK-6761
> Project: Jackrabbit Oak
>  Issue Type: Technical task
>  Components: blob-plugins
>Reporter: Robert Munteanu
>Assignee: Manfred Baedke
>Priority: Major
> Fix For: 1.66.0
>
>




--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (OAK-6761) Convert oak-blob-plugins to OSGi R7 annotations

2024-04-15 Thread Manfred Baedke (Jira)


[ 
https://issues.apache.org/jira/browse/OAK-6761?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17837279#comment-17837279
 ] 

Manfred Baedke commented on OAK-6761:
-

osgi-ds-metatype-diff reports:
{code:java}
org.apache.jackrabbit.oak.plugins.blob.ConsolidatedDataStoreCacheStats
Declarative Services
References
cachingDataStore
- bind = bindCachingDataStore (String)
- unbind = unbindCachingDataStore (String)
+ field = cachingDataStore (String)
+ field-option = replace (String)
nodeStore
- bind = bindNodeStore (String)
- unbind = unbindNodeStore (String)
+ field = nodeStore (String)
+ field-option = replace (String)

org.apache.jackrabbit.oak.plugins.blob.datastore.DbDataStore
Declarative Services
References
statisticsProvider
- bind = bindStatisticsProvider (String)
- unbind = unbindStatisticsProvider (String)
+ field = statisticsProvider (String)
+ field-option = replace (String)
connectionFactory
- bind = bindConnectionFactory (String)
- unbind = unbindConnectionFactory (String)
+ field = connectionFactory (String)
+ field-option = replace (String)

org.apache.jackrabbit.oak.plugins.blob.datastore.FileDataStore
Declarative Services
References
statisticsProvider
- bind = bindStatisticsProvider (String)
- unbind = unbindStatisticsProvider (String)
+ field = statisticsProvider (String)
+ field-option = replace (String)

org.apache.jackrabbit.oak.plugins.blob.migration.BlobMigration
Declarative Services
References
nodeStore
- bind = bindNodeStore (String)
- unbind = unbindNodeStore (String)
+ field = nodeStore (String)
+ field-option = replace (String)
splitBlobStore
- bind = bindSplitBlobStore (String)
- unbind = unbindSplitBlobStore (String)
+ field = splitBlobStore (String)
+ field-option = replace (String)
{code}
 

> Convert oak-blob-plugins to OSGi R7 annotations
> ---
>
> Key: OAK-6761
> URL: https://issues.apache.org/jira/browse/OAK-6761
> Project: Jackrabbit Oak
>  Issue Type: Technical task
>  Components: blob-plugins
>Reporter: Robert Munteanu
>Assignee: Manfred Baedke
>Priority: Major
>




--
This message was sent by Atlassian Jira
(v8.20.10#820010)