MINOR: Update dependencies for Kafka 2.4#7126
Conversation
6388167 to
382fb00
Compare
382fb00 to
b6ab120
Compare
|
Passed: JDK 11 with Scala 2.13 and JDK 8 with Scala 2.11. JDK 11 with Scala 2.12 had flaky unrelated failures:
|
b6ab120 to
c287a74
Compare
|
Rebased and triggered a new build. |
|
Retest this please |
|
Retest this please. |
1 similar comment
|
Retest this please. |
rajinisivaram
left a comment
There was a problem hiding this comment.
@ijuma Thanks for the PR, LGTM
|
Test failures are unrelated and happening in master:
One of the builds timed out. The Scala 2.12 build passed, which is the most important one given the bump in Scala 2.12 version, passed. Merging to master. |
The avro upgrade was needed to fix the following error during ':support-metrics-client:generateAvro': Caused by: org.apache.velocity.exception.MethodInvocationException: Variable $velocityCount has not been set at /org/apache/avro/compiler/specific/templates/java/classic/record.vm[line 82, column 150] Conflicts: * gradle.properties -> trivial fix, `scalaVersion` is next to `version`, which is different in ccs kafka * gradle/dependencies.gradle -> reduce divergence with apache kafka by using `httpclient` instead of `httpcomponents` from the `versions` array. Remove unused `httpmime` and `httpcomponents` from said array. * apache-github/trunk: MINOR: Update dependencies for Kafka 2.4 (apache#7126) KAFKA-8599: Use automatic RPC generation in ExpireDelegationToken MINOR: Upgrade jackson-databind to 2.9.9.3 (apache#7125) MINOR: some small style fixes to RoundRobinPartitioner KAFKA-8736: Streams performance improvement, use isEmpty() rather than size() == 0 (apache#7164) Minor: Refactor methods to add metrics to sensor in `StreamsMetricsImpl` (apache#7161)
Scala 2.12.9 brings another 5% ~ 10% improvement in compiler performance,
improved compatibility with JDK 11/12/13, and experimental infrastructure for
build pipelining.
zstd update includes performance improvements, among which the
primary improvement is that decompression is ~7% faster.
Jetty 9.4.19 includes a number of bug fixes:
https://github.com/eclipse/jetty.project/releases/tag/jetty-9.4.19.v20190610
Mockito 3.0.0 switched the Java requirement from 7 to 8.
Several updates to owaspDepCheckPlugin (4.0.2 -> 5.2.1).
The rest are patch updates.
Committer Checklist (excluded from commit message)