You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by rp...@apache.org on 2016/08/07 13:18:52 UTC

[16/38] logging-log4j2 git commit: [LOG4J2-1496] Update Kafka client from 0.9.1.0 to 0.10.0.0.

[LOG4J2-1496] Update Kafka client from 0.9.1.0 to 0.10.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/6b3d461f
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/6b3d461f
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/6b3d461f

Branch: refs/heads/LOG4J2-1010&LOG4J2-1447-injectable-contextdata&better-datastructure
Commit: 6b3d461fc37418c0e272d88d622443d9a2b603ad
Parents: 9318c40
Author: Gary Gregory <gg...@apache.org>
Authored: Wed Aug 3 18:51:08 2016 -0700
Committer: Gary Gregory <gg...@apache.org>
Committed: Wed Aug 3 18:51:08 2016 -0700

----------------------------------------------------------------------
 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/6b3d461f/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 291b55f..6b0b2c2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -591,7 +591,7 @@
       <dependency>
         <groupId>org.apache.kafka</groupId>
         <artifactId>kafka-clients</artifactId>
-        <version>0.9.0.1</version>
+        <version>0.10.0.0</version>
       </dependency>
       <dependency>
         <groupId>org.zeromq</groupId>

http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/6b3d461f/src/changes/changes.xml
----------------------------------------------------------------------
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 112da21..d52b38f 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -72,6 +72,9 @@
       <action issue="LOG4J2-1495" dev="ggregory" type="update" due-to="Gary Gregory">
         Update LMAX Disruptor from 3.3.4 to 3.3.5.
       </action>
+      <action issue="LOG4J2-1496" dev="ggregory" type="update" due-to="Gary Gregory">
+        Update Kafka client from 0.9.1.0 to 0.10.0.0.
+      </action>
     </release>
     <release version="2.6.2" date="2016-07-05" description="GA Release 2.6.2">
       <action issue="LOG4J2-904" dev="rgoers" type="fix" due-to="Bernhard M�hr">