[ https://issues.apache.org/jira/browse/KAFKA-5008?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15978201#comment-15978201 ]
ASF GitHub Bot commented on KAFKA-5008: --------------------------------------- GitHub user lostiniceland opened a pull request: https://github.com/apache/kafka/pull/2882 KAFKA-5008: Provide OSGi metadata for Kafka-Clients This change uses the bnd-gradle-plugin for the kafka-clients module in order to generate OSGi metadata. The bnd.bnd file is used by the plugin for instructions. All clilents-packages are exported. Import are automatically calculated by bnd. Signed-off-by: Marc Schlegel <maschle...@gmail.com> You can merge this pull request into a Git repository by running: $ git pull https://github.com/lostiniceland/kafka 5008-OSGi-metadata-for-clients Alternatively you can review and apply these changes as the patch at: https://github.com/apache/kafka/pull/2882.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 #2882 ---- commit a3ebcc3ec8d0f0df6751da28d9eaaa9084b0f805 Author: Marc Schlegel <marc.schle...@gmx.de> Date: 2017-04-21T07:09:52Z KAFKA-5008: Provide OSGi metadata for Kafka-Clients This change uses the bnd-gradle-plugin for the kafka-clients module in order to generate OSGi metadata. The bnd.bnd file is used by the plugin for instructions. All clilents-packages are exported. Import are automatically calculated by bnd. Signed-off-by: Marc Schlegel <maschle...@gmail.com> ---- > Kafka-Clients not OSGi ready > ---------------------------- > > Key: KAFKA-5008 > URL: https://issues.apache.org/jira/browse/KAFKA-5008 > Project: Kafka > Issue Type: Bug > Components: clients > Affects Versions: 0.10.2.0 > Reporter: Marc > Priority: Minor > > The kafka-clients artifact does not provide OSGi metadata. This adds an > additional barrier for OSGi developers to use the artifact since it has to be > [wrapped|http://bnd.bndtools.org/chapters/390-wrapping.html]. > The metadata can automatically be created using bnd. -- This message was sent by Atlassian JIRA (v6.3.15#6346)