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

[jira] [Commented] (SM-3266) Create working OSGi bundle for javax.websocket-api 1.1

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

ASF GitHub Bot commented on SM-3266:
------------------------------------

GitHub user cfiehe opened a pull request:

    https://github.com/apache/servicemix-bundles/pull/96

    SM-3266: Create working OSGi bundle for javax.websocket-api 1.1

    

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

    $ git pull https://github.com/cfiehe/servicemix-bundles SM-3266

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

    https://github.com/apache/servicemix-bundles/pull/96.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 #96
    
----
commit e38e5a631f57671e7a90e69bc60c0809d00501fc
Author: Christoph Fiehe <ch...@materna.de>
Date:   2017-02-23T08:36:14Z

    SM-3266: Create working OSGi bundle for javax.websocket-api 1.1

----


> Create working OSGi bundle for javax.websocket-api 1.1
> ------------------------------------------------------
>
>                 Key: SM-3266
>                 URL: https://issues.apache.org/jira/browse/SM-3266
>             Project: ServiceMix
>          Issue Type: Bug
>            Reporter: Jens Offenbach
>
> The offical OSGi javax.websocket-api 1.1 bundle uses the Java ServiceLoader API, but misses a corresponding entry in its manifest file. The additional statement solves the issue under OSGi environments:
> {code}
> Require-Capability: osgi.serviceloader;filter:="(osgi.serviceloader=javax.websocket.server.ServerEndpointConfig$Configurator)";cardinality:=multiple,osgi.extender;filter:="(osgi.extender=osgi.serviceloader.processor)"
> {code}



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