[GitHub] kafka pull request #3619: MINOR: Update dependencies for 1.0.0 release

2017-08-08 Thread asfgit
Github user asfgit closed the pull request at:

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


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] kafka pull request #3619: MINOR: Update dependencies for 1.0.0 release

2017-08-03 Thread ijuma
GitHub user ijuma opened a pull request:

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

MINOR: Update dependencies for 1.0.0 release

Notable updates:

1. Gradle 4.1 includes a number of performance and
CLI improvements as well as initial Java 9 support.
There's also the option of disabling the noisy
findBugs output during builds, which I have done.

2. Scala 2.12.3 has substantial compilation time
improvements.

3. lz4-java 1.4 allows us to remove a workaround in
KafkaLZ4BlockInputStream (not done in this PR).

4. snappy-java 1.1.4 improved performance of compression (5%)
and decompression (20%). There was a slight increase in the
compressed size in one of our tests.

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

$ git pull https://github.com/ijuma/kafka update-deps-for-1.0.0

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

https://github.com/apache/kafka/pull/3619.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 #3619


commit d15cedcbf7454bc9296d4a1782ea4f2f23aa28d1
Author: Ismael Juma 
Date:   2017-08-03T14:17:19Z

MINOR: Update dependencies for 1.0.0 release

Notable updates:

1. Gradle 4.1 includes a number of performance and
CLI improvements as well as initial Java 9 support.

2. Scala 2.12.3 has substantial compilation time
improvements.

3. lz4-java 1.4 allows us to remove a workaround in
KafkaLZ4BlockInputStream (not done in this PR).

4. snappy-java 1.1.4 improved performance of compression (5%)
and decompression (20%). There was a slight increase in the
compressed size in one of our tests.

commit f2ccc15ae792adda8ffccb64a8f982916aec235b
Author: Ismael Juma 
Date:   2017-08-03T21:06:01Z

Disable noisy findBugs output




---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---