You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by Kamal15 <gi...@git.apache.org> on 2017/09/15 11:29:42 UTC

[GitHub] kafka pull request #3871: KAFKA-5909; Removed the source jars from classpath...

GitHub user Kamal15 opened a pull request:

    https://github.com/apache/kafka/pull/3871

    KAFKA-5909; Removed the source jars from classpath while executing CL…

    …I tools.
    
    - redundant `for` loops removed.
    - I did this change with assumption that there are no priorities in jar while assigning it to the classpath.

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

    $ git pull https://github.com/Kamal15/kafka kafka-5909

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

    https://github.com/apache/kafka/pull/3871.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 #3871
    
----
commit 8ebca3259f79ce10e21372cb875ae800e9532865
Author: Kamal Chandraprakash <ka...@gmail.com>
Date:   2017-09-15T11:30:19Z

    KAFKA-5909; Removed the source jars from classpath while executing CLI tools.
    
    - redundant `for` loops removed.

----


---

[GitHub] kafka pull request #3871: KAFKA-5909; Removed the source jars from classpath...

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

    https://github.com/apache/kafka/pull/3871


---