This is an automated email from the ASF dual-hosted git repository.
ijuma pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/kafka.git
The following commit(s) were added to refs/heads/trunk by this push:
new 79f2280 MINOR: Update jetty, jackson, gradle and jacoco (#4547)
79f2280 is described below
commit 79f22805a75cf2eb49560bd8387cb6ec14769bd7
Author: Ismael Juma <[email protected]>
AuthorDate: Thu Feb 8 09:30:25 2018 -0800
MINOR: Update jetty, jackson, gradle and jacoco (#4547)
* MINOR: Update gradle, jackson and jacoco
- Gradle update adds support for Java 10
- Jacoco update adds support for Java 9
- Jackson bug fix update adds more serialization
robustness checks
* Update Jetty
Reviewers: Rajini Sivaram <[email protected]>
---
build.gradle | 9 +++++++--
gradle/dependencies.gradle | 4 ++--
2 files changed, 9 insertions(+), 4 deletions(-)
diff --git a/build.gradle b/build.gradle
index 430d989..5e4c356 100644
--- a/build.gradle
+++ b/build.gradle
@@ -79,7 +79,7 @@ allprojects {
}
ext {
- gradleVersion = "4.4.1"
+ gradleVersion = "4.5.1"
buildVersionFileName = "kafka-version.properties"
maxPermSizeArgs = []
@@ -384,7 +384,12 @@ subprojects {
// Ignore core since its a scala project
if (it.path != ':core') {
- // NOTE: Gradles Jacoco plugin does not support "offline instrumentation"
this means that classes mocked by PowerMock
+
+ jacoco {
+ toolVersion = "0.8.0"
+ }
+
+ // NOTE: Jacoco Gradle plugin does not support "offline instrumentation"
this means that classes mocked by PowerMock
// may report 0 coverage, since the source was modified after initial
instrumentation.
// See https://github.com/jacoco/jacoco/issues/51
jacocoTestReport {
diff --git a/gradle/dependencies.gradle b/gradle/dependencies.gradle
index 963fd03..2ac496b 100644
--- a/gradle/dependencies.gradle
+++ b/gradle/dependencies.gradle
@@ -52,8 +52,8 @@ versions += [
argparse4j: "0.7.0",
bcpkix: "1.58",
easymock: "3.5.1",
- jackson: "2.9.3",
- jetty: "9.2.22.v20170606",
+ jackson: "2.9.4",
+ jetty: "9.2.24.v20180105",
jersey: "2.25.1",
jmh: "1.19",
log4j: "1.2.17",
--
To stop receiving notification emails like this one, please contact
[email protected].