[GitHub] kafka pull request #3861: KAFKA-5895

2017-09-14 Thread matzew
GitHub user matzew opened a pull request: https://github.com/apache/kafka/pull/3861 KAFKA-5895 As discussed in [KAFKA-5895](https://issues.apache.org/jira/browse/KAFKA-5895), this trivial PR is simply adding a hint that Gradle 3.0+ is now needed You can merge this pull request

[GitHub] kafka pull request #3370: making util classes final and adding private ctor

2017-06-19 Thread matzew
GitHub user matzew opened a pull request: https://github.com/apache/kafka/pull/3370 making util classes final and adding private ctor Utils with static methods should not be instantiated, hence marking the classes `final` and adding a `private` constructor. this is