You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cxf.apache.org by jutzig <gi...@git.apache.org> on 2016/02/22 10:57:36 UTC

[GitHub] cxf-dosgi pull request: enable 3rd party distribution providers

GitHub user jutzig opened a pull request:

    https://github.com/apache/cxf-dosgi/pull/2

    enable 3rd party distribution providers

    Allows to provide ConfigurationTypeHandlers as OSGi service to hook in additional distribution providers.
    
    I needed to add package exports, specifically I used those classes when implementing a ConfigurationTypeHandler:
    
    ```
    import org.apache.cxf.dosgi.dsw.handlers.ConfigurationTypeHandler;
    import org.apache.cxf.dosgi.dsw.handlers.ExportResult;
    import org.apache.cxf.dosgi.dsw.qos.IntentUnsatisfiedException;
    import org.apache.cxf.dosgi.dsw.qos.IntentUtils;
    import org.apache.cxf.dosgi.dsw.util.OsgiUtils;
    
    ```
    If you want to export less packages, please let me know how to adjust the pull request

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

    $ git pull https://github.com/jutzig/cxf-dosgi topic/external-providers

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

    https://github.com/apache/cxf-dosgi/pull/2.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 #2
    
----
commit e8d8285994d8dfbd0de35d91b83e8655b8ebec96
Author: Johannes Utzig <j....@seeburger.de>
Date:   2016-02-21T20:11:01Z

    enable 3rd party distribution providers

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] cxf-dosgi issue #2: enable 3rd party distribution providers

Posted by jutzig <gi...@git.apache.org>.
Github user jutzig commented on the issue:

    https://github.com/apache/cxf-dosgi/pull/2
  
    Yes, Aries RSA covers this perfectly now. Closing


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] cxf-dosgi issue #2: enable 3rd party distribution providers

Posted by cschneider <gi...@git.apache.org>.
Github user cschneider commented on the issue:

    https://github.com/apache/cxf-dosgi/pull/2
  
    @jutzig I think this is covered by Aries RSA now. Can you close it?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] cxf-dosgi pull request #2: enable 3rd party distribution providers

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

    https://github.com/apache/cxf-dosgi/pull/2


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---