You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by tjwatson <gi...@git.apache.org> on 2019/01/29 15:58:05 UTC

[GitHub] felix pull request #174: FELIX-6041 - allow scr commands to work when gogo.r...

GitHub user tjwatson opened a pull request:

    https://github.com/apache/felix/pull/174

    FELIX-6041 - allow scr commands to work when gogo.runtime resolves later

    Remove the optional dependency on org.apache.felix.service.command
    package to allow gogo.runtime to be installed and resolved after the SCR
    bundle.  This allows the scr gogo commands to work while avoiding a wire
    from the SCR bundle to the gogo packages.
    
    This is achieved by generating a proxy instance of the Converter service
    and registering it with the gogo.runtime BundleContext (or what ever
    bundle registers the CommandProcessor service.

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

    $ git pull https://github.com/tjwatson/felix FELIX-6041

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

    https://github.com/apache/felix/pull/174.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 #174
    
----
commit 787f792afaaabcf6f5b50e1af4c496814f3c8364
Author: Tom Watson <tj...@...>
Date:   2019-01-29T15:45:12Z

    FELIX-6041 - allow scr commands to work when gogo.runtime resolves later
    
    Remove the optional dependency on org.apache.felix.service.command
    package to allow gogo.runtime to be installed and resolved after the SCR
    bundle.  This allows the scr gogo commands to work while avoiding a wire
    from the SCR bundle to the gogo packages.
    
    This is achieved by generating a proxy instance of the Converter service
    and registering it with the gogo.runtime BundleContext (or what ever
    bundle registers the CommandProcessor service.

----


---

[GitHub] felix pull request #174: FELIX-6041 - allow scr commands to work when gogo.r...

Posted by tjwatson <gi...@git.apache.org>.
Github user tjwatson closed the pull request at:

    https://github.com/apache/felix/pull/174


---