You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by gg...@apache.org on 2018/03/09 19:19:22 UTC

logging-log4j2 git commit: Add new modules to Javadoc page.

Repository: logging-log4j2
Updated Branches:
  refs/heads/release-2.x cb09a532f -> 97c8fd904


Add new modules to Javadoc page.

Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo
Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/97c8fd90
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/97c8fd90
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/97c8fd90

Branch: refs/heads/release-2.x
Commit: 97c8fd904e38b9c5bb2548a2dffaa6501827713a
Parents: cb09a53
Author: Gary Gregory <ga...@gmail.com>
Authored: Fri Mar 9 12:19:19 2018 -0700
Committer: Gary Gregory <ga...@gmail.com>
Committed: Fri Mar 9 12:19:19 2018 -0700

----------------------------------------------------------------------
 log4j-jpa/pom.xml            | 2 +-
 src/site/markdown/javadoc.md | 6 +++++-
 2 files changed, 6 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/97c8fd90/log4j-jpa/pom.xml
----------------------------------------------------------------------
diff --git a/log4j-jpa/pom.xml b/log4j-jpa/pom.xml
index 0e2a046..0858a3f 100644
--- a/log4j-jpa/pom.xml
+++ b/log4j-jpa/pom.xml
@@ -19,7 +19,7 @@
   <artifactId>log4j-jpa</artifactId>
   <name>Apache Log4j JPA</name>
   <description>
-    Apache Log4j Java Persistence API.
+    Apache Log4j Java Persistence API Appender.
   </description>
   <properties>
     <log4jParentDir>${basedir}/..</log4jParentDir>

http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/97c8fd90/src/site/markdown/javadoc.md
----------------------------------------------------------------------
diff --git a/src/site/markdown/javadoc.md b/src/site/markdown/javadoc.md
index 00cd556..a8c1eba 100644
--- a/src/site/markdown/javadoc.md
+++ b/src/site/markdown/javadoc.md
@@ -43,7 +43,11 @@ Component | Description
 [Log4j 2 to SLF4J Adapter](log4j-to-slf4j/apidocs/index.html) | An adapter that permits applications written against the Log4j 2 API to log using SLF4J.
 [Apache Flume Appender](log4j-flume-ng/apidocs/index.html) | An Appender that allows applications to send logging events to Apache Flume Agents.
 [Log4j JMX GUI](log4j-jmx-gui/apidocs/index.html) | A Java Swing-based client for remotely viewing the status logger and editing the Log4j configuration.
+[Log4j JPA](log4j-jpa/apidocs/index.html) | Apache Log4j Java Persistence API Appender.
 [Log4j Web Application Support](log4j-web/apidocs/index.html) | Additional classes that enable multiple configurations within a Servlet Container.
 [Log4j CouchDB Support](log4j-couchdb/apidocs/index.html) | Additional Appender for CouchDB.
-[Log4j MongoDB Support](log4j-mongodb/apidocs/index.html) | Additional Appender for MongoDB.
+[Log4j JDBC DBCP 2](log4j-jdbc-dbcp2/apidocs/index.html) | Connection source for the JDBC Appender using Apache Commons DBCP2.
+[Log4j Liquibase Binding](log4j-liquibase/apidocs/index.html) | The Apache Log4j Liquibase binding to Log4j 2 Core.
+[Log4j MongoDB 2 Support](log4j-mongodb2/apidocs/index.html) | Additional Appender for MongoDB using the version 2 driver.
+[Log4j MongoDB 3 Support](log4j-mongodb3/apidocs/index.html) | Additional Appender for MongoDB using the version 3 driver.
 [Log4j Cassandra Support](log4j-cassandra/apidocs/index.html) | Additional Appender for Cassandra.