You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@karaf.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2017/02/06 20:48:41 UTC

[jira] [Commented] (KARAF-4980) OSGi framework capabilities: add all services

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

ASF GitHub Bot commented on KARAF-4980:
---------------------------------------

GitHub user maggu2810 opened a pull request:

    https://github.com/apache/karaf/pull/280

    [KARAF-4980] add OSGi capabilities for services

    

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/maggu2810/karaf karaf-4980

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/karaf/pull/280.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 #280
    
----
commit 149ef4bc3d7a1cc94d26e26ab944ec76e51c0dd2
Author: Markus Rathgeb <ma...@gmail.com>
Date:   2017-02-06T20:44:17Z

    [KARAF-4980] add OSGi capabilities for services
    
    Signed-off-by: Markus Rathgeb <ma...@gmail.com>

----


> OSGi framework capabilities: add all services
> ---------------------------------------------
>
>                 Key: KARAF-4980
>                 URL: https://issues.apache.org/jira/browse/KARAF-4980
>             Project: Karaf
>          Issue Type: Improvement
>          Components: karaf-core
>    Affects Versions: 4.1.0
>            Reporter: Markus Rathgeb
>            Assignee: Guillaume Nodet
>
> The services provided by the Felix and the Equinox framework differs and should be provided by the system capabilities.
> I used service:list to find the services that are provided by Felix and the ones that are provided by Equinox.
> I would like to propagate this change to the config.properties (I will create a PR if you agree):
> {noformat}
> org.osgi.framework.system.capabilities= \
>  ${eecap-${java.specification.version}}, \
>  ${${karaf.framework}-capabilities}
> felix-capabilities= \
>  osgi.service;effective:=active;objectClass=org.osgi.service.packageadmin.PackageAdmin, \
>  osgi.service;effective:=active;objectClass=org.osgi.service.resolver.Resolver, \
>  osgi.service;effective:=active;objectClass=org.osgi.service.startlevel.StartLevel
> equinox-capabilities= \
>  osgi.service;effective:=active;objectClass=java.lang.ClassLoader, \
>  osgi.service;effective:=active;objectClass=javax.xml.parsers.DocumentBuilderFactory, \
>  osgi.service;effective:=active;objectClass=javax.xml.parsers.SAXParserFactory, \
>  osgi.service;effective:=active;objectClass=org.eclipse.equinox.log.ExtendedLogReaderService, \
>  osgi.service;effective:=active;objectClass=org.eclipse.equinox.log.ExtendedLogService, \
>  osgi.service;effective:=active;objectClass=org.eclipse.osgi.framework.log.FrameworkLog, \
>  osgi.service;effective:=active;objectClass=org.eclipse.osgi.service.datalocation.Location, \
>  osgi.service;effective:=active;objectClass=org.eclipse.osgi.service.debug.DebugOptions, \
>  osgi.service;effective:=active;objectClass=org.eclipse.osgi.service.debug.DebugOptionsListener, \
>  osgi.service;effective:=active;objectClass=org.eclipse.osgi.service.environment.EnvironmentInfo, \
>  osgi.service;effective:=active;objectClass=org.eclipse.osgi.service.localization.BundleLocalization, \
>  osgi.service;effective:=active;objectClass=org.eclipse.osgi.service.security.TrustEngine, \
>  osgi.service;effective:=active;objectClass=org.eclipse.osgi.service.urlconversion.URLConverter, \
>  osgi.service;effective:=active;objectClass=org.eclipse.osgi.signedcontent.SignedContentFactory, \
>  osgi.service;effective:=active;objectClass=org.osgi.service.condpermadmin.ConditionalPermissionAdmin, \
>  osgi.service;effective:=active;objectClass=org.osgi.service.log.LogReaderService, \
>  osgi.service;effective:=active;objectClass=org.osgi.service.log.LogService, \
>  osgi.service;effective:=active;objectClass=org.osgi.service.packageadmin.PackageAdmin, \
>  osgi.service;effective:=active;objectClass=org.osgi.service.permissionadmin.PermissionAdmin, \
>  osgi.service;effective:=active;objectClass=org.osgi.service.resolver.Resolver, \
>  osgi.service;effective:=active;objectClass=org.osgi.service.startlevel.StartLevel
> {noformat}
> The currently configuration also contains:
> {noformat}
> osgi.service;effective:=active;objectClass=org.osgi.service.url.URLHandlers
> {noformat}
> but this service is not listed by service:list.
> Is it still valid?



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)