🎉 Now I'm wondering how long adoption of Kafka 1.0.0 will take for everyone already using the older releases. It's nice to see some stability!
On 2 November 2017 at 17:34, <ggreg...@apache.org> wrote: > Repository: logging-log4j2 > Updated Branches: > refs/heads/master ee7162886 -> 5cd0d9b80 > > > [LOG4J2-2096] Update Apache Kafka kafka-clients from 0.11.0.1 to 1.0.0. > > Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo > Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/ > commit/5cd0d9b8 > Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/5cd0d9b8 > Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/5cd0d9b8 > > Branch: refs/heads/master > Commit: 5cd0d9b809250f302f2a689626b6e96e4ddcb7d5 > Parents: ee71628 > Author: Gary Gregory <ggreg...@apache.org> > Authored: Thu Nov 2 16:34:25 2017 -0600 > Committer: Gary Gregory <ggreg...@apache.org> > Committed: Thu Nov 2 16:34:25 2017 -0600 > > ---------------------------------------------------------------------- > pom.xml | 2 +- > src/changes/changes.xml | 3 +++ > 2 files changed, 4 insertions(+), 1 deletion(-) > ---------------------------------------------------------------------- > > > http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/ > 5cd0d9b8/pom.xml > ---------------------------------------------------------------------- > diff --git a/pom.xml b/pom.xml > index 335a97e..2145441 100644 > --- a/pom.xml > +++ b/pom.xml > @@ -586,7 +586,7 @@ > <dependency> > <groupId>org.apache.kafka</groupId> > <artifactId>kafka-clients</artifactId> > - <version>0.11.0.1</version> > + <version>1.0.0</version> > </dependency> > <dependency> > <groupId>org.zeromq</groupId> > > http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/ > 5cd0d9b8/src/changes/changes.xml > ---------------------------------------------------------------------- > diff --git a/src/changes/changes.xml b/src/changes/changes.xml > index ea1c10e..f6302f9 100644 > --- a/src/changes/changes.xml > +++ b/src/changes/changes.xml > @@ -119,6 +119,9 @@ > <action issue="LOG4J2-2089" dev="ggregory" type="update"> > [TagLib] Update servlet-api provided dependency from 2.5 to 3.0.1. > </action> > + <action issue="LOG4J2-2096" dev="ggregory" type="update"> > + Update Apache Kafka kafka-clients from 0.11.0.1 to 1.0.0. > + </action> > </release> > <release version="2.9.1" date="2017-09-17" description="GA Release > 2.9.1"> > <action issue="LOG4J2-1988" dev="rpopma" type="fix"> > > -- Matt Sicker <boa...@gmail.com>