You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@servicemix.apache.org by karel1980 <gi...@git.apache.org> on 2017/03/23 21:55:42 UTC

[GitHub] servicemix-bundles pull request #100: Fix kafka package import

GitHub user karel1980 opened a pull request:

    https://github.com/apache/servicemix-bundles/pull/100

    Fix kafka package import

    Fix package import version for org.apache.kafka.clients.consumer

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

    $ git pull https://github.com/karel1980/servicemix-bundles bugfix/SMX4-1996_kafka_package_import

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

    https://github.com/apache/servicemix-bundles/pull/100.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 #100
    
----
commit 3484b20fa06132119ec92d977131fc6ce673ce6a
Author: Karel Vervaeke <ka...@aca-it.be>
Date:   2017-03-23T21:53:18Z

    Fix kafka package import

----


---
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] servicemix-bundles pull request #100: Fix kafka package import

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

    https://github.com/apache/servicemix-bundles/pull/100


---
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] servicemix-bundles pull request #100: Fix kafka package import

Posted by karel1980 <gi...@git.apache.org>.
Github user karel1980 commented on a diff in the pull request:

    https://github.com/apache/servicemix-bundles/pull/100#discussion_r107874785
  
    --- Diff: kafka_2.10-0.10.1.1/pom.xml ---
    @@ -51,7 +51,7 @@
             </servicemix.osgi.export.pkg>
             <servicemix.osgi.import.pkg>
                 com.yammer.metrics*;version="[2.2,3)",
    -            org.apache.kafka*;version="[0.9.0.1,0.10.1.0]",
    +            org.apache.kafka*;version="[0.10.1.0,0.11.2.0)",
    --- End diff --
    
    Note: To use the same version range strategy of previous versions we should set the range to [0.9.0.1,0.11.1.1]


---
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.
---