OK, removed the version number. On Tue, Nov 10, 2015 at 1:32 AM, Ralph Goers <[email protected]> wrote:
> Maven generates > http://logging.apache.org/log4j/2.x/log4j-core/dependencies.html from the > pom.xml. It does that for every module. You should be able to point there > for the correct version. > > Ralph > > On Nov 9, 2015, at 4:12 PM, Remko Popma <[email protected]> wrote: > > Hmm, maintaining the exact version of dependencies in the Appenders page > will easily get out of sync if we're not very careful. Can we specify a > minimum version and link to somewhere fairly permanent where that version > and newer versions can be found? > > Sent from my iPhone > > On 2015/11/10, at 1:17, [email protected] wrote: > > Repository: logging-log4j2 > Updated Branches: > refs/heads/master 52989bf31 -> 4500fdf71 > > > 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/4500fdf7 > Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/4500fdf7 > Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/4500fdf7 > > Branch: refs/heads/master > Commit: 4500fdf71033af4448ada31ee732706bd2945b38 > Parents: 52989bf > Author: Mikael Ståldal <[email protected]> > Authored: Mon Nov 9 17:17:02 2015 +0100 > Committer: Mikael Ståldal <[email protected]> > Committed: Mon Nov 9 17:17:02 2015 +0100 > > ---------------------------------------------------------------------- > 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/4500fdf7/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/4500fdf7/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, > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > > > -- [image: MagineTV] *Mikael Ståldal* Senior software developer *Magine TV* [email protected] Grev Turegatan 3 | 114 46 Stockholm, Sweden | www.magine.com Privileged and/or Confidential Information may be contained in this message. If you are not the addressee indicated in this message (or responsible for delivery of the message to such a person), you may not copy or deliver this message to anyone. In such case, you should destroy this message and kindly notify the sender by reply email.
