[
https://issues.apache.org/jira/browse/FELIX-5364?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15522676#comment-15522676
]
ASF GitHub Bot commented on FELIX-5364:
---------------------------------------
GitHub user yrashk opened a pull request:
https://github.com/apache/felix/pull/73
Felix Prefs should declare a provided service capability
This will enable other services depend on this capability.
For more details, see https://issues.apache.org/jira/browse/FELIX-5364
I also proposed to release 1.0.7 to make this change available for
everybody.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/yrashk/felix prefs-capability
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/felix/pull/73.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #73
----
commit 1fffbd743408618f82697f8ebe3a9d3a22072f7b
Author: Yurii Rashkovskii <[email protected]>
Date: 2016-09-26T10:23:58Z
Felix Prefs should declare a provided service capability
This will enable other services depend on this capability.
For more details, see https://issues.apache.org/jira/browse/FELIX-5364
----
> Felix Prefs does not declare a capability it provides
> -----------------------------------------------------
>
> Key: FELIX-5364
> URL: https://issues.apache.org/jira/browse/FELIX-5364
> Project: Felix
> Issue Type: Bug
> Components: Preferences Service
> Affects Versions: prefs-1.0.6
> Reporter: Yurii Rashkovskii
>
> Not declaring providing a service capability causes failures like missing
> requirements in components that depend on PreferencesService:
> osgi.service;
> filter:="(objectClass=org.osgi.service.prefs.PreferencesService)";
> effective:=active]"
> If preferable, I can send a PR.
> P.S. Or am I missing something of importance here?
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)