[logback-dev] [GIT] Logback: the generic, reliable, fast and flexible logging framework. branch master updated. v_0.9.30-65-ga7323fa
Gitbot
git-noreply at pixie.qos.ch
Tue Nov 1 00:07:59 CET 2011
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Logback: the generic, reliable, fast and flexible logging framework.".
The branch, master has been updated
via a7323fa988ff2b26229ad3f4bef10968238ff991 (commit)
from f28496ad3e5c631876c5e777c1bb54df88969476 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://git.qos.ch/gitweb/?p=logback.git;a=commit;h=a7323fa988ff2b26229ad3f4bef10968238ff991
http://github.com/ceki/logback/commit/a7323fa988ff2b26229ad3f4bef10968238ff991
commit a7323fa988ff2b26229ad3f4bef10968238ff991
Author: Ceki Gulcu <ceki at qos.ch>
Date: Tue Nov 1 00:07:32 2011 +0100
upgrade to slf4j 1.6.4, sync wagon-ssh version with that expected by site-plugin
diff --git a/logback-classic/src/main/java/ch/qos/logback/classic/util/LogbackMDCAdapter.java b/logback-classic/src/main/java/ch/qos/logback/classic/util/LogbackMDCAdapter.java
index b045016..c41673c 100644
--- a/logback-classic/src/main/java/ch/qos/logback/classic/util/LogbackMDCAdapter.java
+++ b/logback-classic/src/main/java/ch/qos/logback/classic/util/LogbackMDCAdapter.java
@@ -103,8 +103,6 @@ public final class LogbackMDCAdapter implements MDCAdapter {
}
Map<String, String> oldMap = copyOnInheritThreadLocal.get();
- //System.out.println(Thread.currentThread().toString()+", "+oldMap);
-
Integer lastOp = getAndSetLastOperation(WRITE_OPERATION);
if (wasLastOpReadOrNull(lastOp) || oldMap == null) {
diff --git a/pom.xml b/pom.xml
index 8565a3b..bb62aa1 100755
--- a/pom.xml
+++ b/pom.xml
@@ -31,7 +31,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<!-- slf4j.version property is used below, in
logback-classic/pom.xml and in setClasspath.cmd -->
- <slf4j.version>1.6.3</slf4j.version>
+ <slf4j.version>1.6.4</slf4j.version>
<junit.version>4.8.2</junit.version>
<janino.version>2.5.10</janino.version>
<scala.version>2.9.1</scala.version>
@@ -176,7 +176,7 @@
<extension>
<groupId>org.apache.maven.wagon</groupId>
<artifactId>wagon-ssh</artifactId>
- <version>1.0-beta-1</version>
+ <version>2.0</version>
</extension>
</extensions>
-----------------------------------------------------------------------
Summary of changes:
.../logback/classic/util/LogbackMDCAdapter.java | 2 --
pom.xml | 4 ++--
2 files changed, 2 insertions(+), 4 deletions(-)
hooks/post-receive
--
Logback: the generic, reliable, fast and flexible logging framework.
More information about the logback-dev
mailing list