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 <[email protected]>
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 [email protected] or file a JIRA ticket
with INFRA.
---