Update reference to Kafka client library
Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/9ede08b2 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/9ede08b2 Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/9ede08b2 Branch: refs/heads/LOG4J2-89 Commit: 9ede08b2a4b2db02826cce7491bc8128232f1c1b Parents: 4320ef3 Author: Mikael Ståldal <[email protected]> Authored: Mon Nov 9 17:17:02 2015 +0100 Committer: Ralph Goers <[email protected]> Committed: Fri Nov 20 17:39:21 2015 -0700 ---------------------------------------------------------------------- log4j-core/src/site/xdoc/index.xml | 2 +- src/site/xdoc/manual/appenders.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/9ede08b2/log4j-core/src/site/xdoc/index.xml ---------------------------------------------------------------------- diff --git a/log4j-core/src/site/xdoc/index.xml b/log4j-core/src/site/xdoc/index.xml index ccb6208..db4a532 100644 --- a/log4j-core/src/site/xdoc/index.xml +++ b/log4j-core/src/site/xdoc/index.xml @@ -48,7 +48,7 @@ <li>The SMTPAppender requires Javax Mail.</li> <li>The JMSQueueAppender and JMSTopicAppender require a JMS implementation like <a href="http://activemq.apache.org/">Apache ActiveMQ</a>.</li> - <li>The Kafka appender requires <a href="http://search.maven.org/#artifactdetails|org.apache.kafka|kafka-clients|0.8.2.1|jar">Kafka client library</a></li> + <li>The Kafka appender requires <a href="http://search.maven.org/#artifactdetails|org.apache.kafka|kafka-clients|0.8.2.2|jar">Kafka client library</a></li> <li>Windows console color support requires <a href="http://jansi.fusesource.org/">Jansi</a>.</li> <li>The JDBC Appender requires a JDBC driver for the database you choose to write events to.</li> <li>The JPA Appender requires the Java Persistence API classes, a JPA provider implementation, http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/9ede08b2/src/site/xdoc/manual/appenders.xml ---------------------------------------------------------------------- diff --git a/src/site/xdoc/manual/appenders.xml b/src/site/xdoc/manual/appenders.xml index 44d73f3..854ff47 100644 --- a/src/site/xdoc/manual/appenders.xml +++ b/src/site/xdoc/manual/appenders.xml @@ -1300,7 +1300,7 @@ public class JpaLogEntity extends AbstractLogEventWrapperEntity { <a href="http://logging.apache.org/log4j/2.x/manual/appenders.html#AsyncAppender">Async appender</a> to log asynchronously. </p> <p> - This appender requires the <a href="http://search.maven.org/#artifactdetails|org.apache.kafka|kafka-clients|0.8.2.1|jar">Kafka client library</a>. + This appender requires the <a href="http://search.maven.org/#artifactdetails|org.apache.kafka|kafka-clients|0.8.2.2|jar">Kafka client library</a>. </p> <p> <em>Note:</em>Make sure to not let <code>org.apache.kafka</code> log to a Kafka appender on DEBUG level,
