GitHub user ctron opened a pull request:
https://github.com/apache/qpid-jms/pull/4
Provide OSGi metadata for qpid-jms-client
This change adds the maven-bundle-plugin to the parent project and
activates it in the qpid-jms-client project, generating OSGi meta data
for the project.
The Bundle-SymbolicName is overridden to "org.apache.qpid.jms.client".
The DynamicPackage-Import header is set to "*" since the JMS client can
actually create instances from all kind of classes.
The final MANIFEST.MF no longer contains the following entries though:
```
Implementation-Title: QpidJMS Client
Implementation-Version: 0.20.0-SNAPSHOT
Implementation-Vendor-Id: org.apache.qpid
Implementation-Vendor: The Apache Software Foundation
Specification-Vendor: The Apache Software Foundation
Specification-Title: QpidJMS Client
Specification-Version: 0.20.0-SNAPSHOT
```
Signed-off-by: Jens Reimann <[email protected]>
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/ctron/qpid-jms feature/osgi_1
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/qpid-jms/pull/4.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 #4
----
commit 721cd6db4c9a138b0f9578869a1f3d1d718119b0
Author: Jens Reimann <[email protected]>
Date: 2016-09-19T15:30:28Z
Provide OSGi metadata for qpid-jms-client
This change adds the maven-bundle-plugin to the parent project and
activates it in the qpid-jms-client project, generating OSGi meta data
for the project.
The Bundle-SymbolicName is overridden to "org.apache.qpid.jms.client".
The DynamicPackage-Import header is set to "*" since the JMS client can
actually create instances from all kind of classes.
Signed-off-by: Jens Reimann <[email protected]>
----
---
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.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]