[
https://issues.apache.org/jira/browse/KAFKA-4417?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15673388#comment-15673388
]
ASF GitHub Bot commented on KAFKA-4417:
---------------------------------------
GitHub user ijuma opened a pull request:
https://github.com/apache/kafka/pull/2144
KAFKA-4417: Update build dependencies for 0.10.2 cycle
Notes on the updates:
* Gradle to 3.2: better incremental build and faster IDE import times
(https://docs.gradle.org/3.2/release-notes)
* zkclient to 0.10: it now uses slf4j-api instead of log4j
* zookeeper to 3.4.9: a few important bug fixes
(http://zookeeper.apache.org/doc/r3.4.9/releasenotes.html)
* jackson to 2.8.5: lots of updates here
(https://github.com/FasterXML/jackson/wiki/Jackson-Release-2.6,
https://github.com/FasterXML/jackson/wiki/Jackson-Release-2.7,
https://github.com/FasterXML/jackson/wiki/Jackson-Release-2.8)
* jersey to 2.24: bug fixes
(https://jersey.java.net/release-notes/2.23.html,
https://jersey.java.net/release-notes/2.24.html)
* powermock to 1.6.6: minor improvements and fixes
(https://github.com/jayway/powermock/wiki/Release-Notes-PowerMock-1.6.5,
https://github.com/jayway/powermock/wiki/Release-Notes-PowerMock-1.6.6)
* jopt to 5.0.3: minor improvements, the major version bump is due to
requiring Java 7 instead of 6
(https://pholser.github.io/jopt-simple/changes.html)
* argparse4j to 0.7.0: minor tweaks and improvements
(https://github.com/tatsuhiro-t/argparse4j/blob/argparse4j-0.6.0/NEWS,
https://github.com/tatsuhiro-t/argparse4j/blob/argparse4j-0.7.0/NEWS)
* Gradle plugins
* bcpkix to 1.55: quite a few additions, but nothing that matters to us
(http://www.bouncycastle.org/releasenotes.html)
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/ijuma/kafka gradle-3.2-and-deps
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/kafka/pull/2144.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 #2144
----
commit 8c22dd32acd9085b447f8b4434208076713b7099
Author: Ismael Juma <[email protected]>
Date: 2016-11-17T10:17:53Z
Upgrade gradle plugins
commit 8142bb86cc65ea2fbc8bbab709c4228e78d4f84a
Author: Ismael Juma <[email protected]>
Date: 2016-11-17T10:18:07Z
Upgrade gradle to 3.2
commit cd4ced93e1c31877dd3104ff60ce75c912e13df4
Author: Ismael Juma <[email protected]>
Date: 2016-11-17T10:18:58Z
Various dependency upgrades
commit 0800cfbf4b8969cb9503fa058c5d9b217d740f28
Author: Ismael Juma <[email protected]>
Date: 2016-11-17T10:19:53Z
Upgrade zkclient to 0.10 and zookeeper to 3.4.9
zkclient no longer depends on log4j directly (it uses slf4j-api) so we need
to tweak the build a little.
----
> Update build dependencies for 0.10.2 cycle
> ------------------------------------------
>
> Key: KAFKA-4417
> URL: https://issues.apache.org/jira/browse/KAFKA-4417
> Project: Kafka
> Issue Type: Improvement
> Reporter: Ismael Juma
> Assignee: Ismael Juma
> Fix For: 0.10.2.0
>
>
> We usually update build dependencies at the beginning of a new release cycle
> to make it more likely that regressions are found before the release.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)