This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository apache-log4j2.
commit c4cb095f406cfe10cb0521362ad64a94bcab5f80 Author: Emmanuel Bourg <[email protected]> Date: Fri Mar 16 17:14:10 2018 +0100 Replaced the log4j-nosql module with log4j-couchdb and log4j-cassandra --- debian/changelog | 1 + debian/liblog4j2-java.poms | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 89a4df3..eae857a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,7 @@ apache-log4j2 (2.10.0-1) UNRELEASED; urgency=medium - Refreshed the patches - Build the new log4j-api-java9 module - Ignore the new log4j-appserver module + - Replaced the log4j-nosql module with log4j-couchdb and log4j-cassandra - Updated the Maven rules - New dependency on libjackson2-annotations-java * Fixed the build failure with Java 9 (Closes: #893085) diff --git a/debian/liblog4j2-java.poms b/debian/liblog4j2-java.poms index b2ffe60..b2ea688 100644 --- a/debian/liblog4j2-java.poms +++ b/debian/liblog4j2-java.poms @@ -29,8 +29,10 @@ pom.xml --no-parent --has-package-version log4j-api/pom.xml --has-package-version --java-lib log4j-api-java9/pom.xml --has-package-version --java-lib log4j-appserver/pom.xml --ignore +log4j-cassandra/pom.xml --ignore log4j-core/pom.xml --has-package-version --java-lib log4j-core-its/pom.xml --ignore +log4j-couchdb/pom.xml --has-package-version --java-lib log4j-1.2-api/pom.xml --has-package-version --java-lib log4j-slf4j-impl/pom.xml --ignore log4j-to-slf4j/pom.xml --has-package-version --java-lib @@ -41,7 +43,7 @@ log4j-jmx-gui/pom.xml --ignore log4j-samples/pom.xml --ignore log4j-osgi/pom.xml --ignore log4j-bom/pom.xml --no-parent --has-package-version -log4j-nosql/pom.xml --has-package-version --java-lib +log4j-mongodb/pom.xml --has-package-version --java-lib log4j-web/pom.xml --has-package-version --java-lib log4j-jul/pom.xml --has-package-version --java-lib log4j-perf/pom.xml --ignore -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/apache-log4j2.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

