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/10/03 16:57:03 UTC

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

GitHub user Kamal15 opened a pull request:

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

    KAFKA-5909; Removed the source jars from classpath

    Executing CLI tools don't require source jars so removed it from the classpath.

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

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

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

    https://github.com/apache/kafka/pull/4010.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 #4010
    
----
commit e52eceb29420124dc6f3f31a6d026cb05ff1bd82
Author: Kamal C <ka...@gmail.com>
Date:   2017-10-03T16:56:37Z

    KAFKA-5909; Removed the source jars from classpath
    
    Executing CLI tools don't require source jars so removed it from the classpath.

----


---