[logback-dev] [GIT] Logback: the generic, reliable, fast and flexible logging framework. branch master updated. v_1.0.0-49-g2387e23

Gitbot git-noreply at pixie.qos.ch
Tue Nov 8 20:52:33 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  2387e2336f34746d1b9cdda34fc43f5556d879f9 (commit)
      from  14125a6b372f8191fb8ab03e1f3838aab642f2ae (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=2387e2336f34746d1b9cdda34fc43f5556d879f9
http://github.com/ceki/logback/commit/2387e2336f34746d1b9cdda34fc43f5556d879f9

commit 2387e2336f34746d1b9cdda34fc43f5556d879f9
Author: Ceki Gulcu <ceki at qos.ch>
Date:   Tue Nov 8 20:52:00 2011 +0100

    test intended to run only on Windows should only run on Windows

diff --git a/logback-core/src/test/scala/ch/qos/logback/core/rolling/TimeBasedRolling_STest.scala b/logback-core/src/test/scala/ch/qos/logback/core/rolling/TimeBasedRolling_STest.scala
index b7dffd1..c2d8aa4 100644
--- a/logback-core/src/test/scala/ch/qos/logback/core/rolling/TimeBasedRolling_STest.scala
+++ b/logback-core/src/test/scala/ch/qos/logback/core/rolling/TimeBasedRolling_STest.scala
@@ -81,7 +81,7 @@ class TimeBasedRolling_STest extends RollingScaffolding {
     }
     rfa1.stop
 
-    if (waitDuration != 0) {
+    if (waitDuration != NO_RESTART) {
       doRestart(testId, fileOptionIsSet, waitDuration);
     }
 
@@ -179,7 +179,7 @@ class TimeBasedRolling_STest extends RollingScaffolding {
 
   @Test
   def failed_rename: Unit = {
-    if(!Env.isWindows) null
+    if(!Env.isWindows) return
 
     var fos: FileOutputStream = null
     try {
diff --git a/logback-site/src/site/pages/news.html b/logback-site/src/site/pages/news.html
index 030ada1..a356ae1 100644
--- a/logback-site/src/site/pages/news.html
+++ b/logback-site/src/site/pages/news.html
@@ -41,6 +41,10 @@
     reported by Bruce E. Irving.
     </p>
 
+    <p>Logback now supports suppressed exceptions introduced in Java
+    7. This fixes <a
+    href="http://jira.qos.ch/browse/LBCLASSIC-276">LBCLASSIC-276</a>.
+    </p>
 
     <p><code>RequestLogImpl</code> can now lookup for the
     logback-access configuration file as a class path resource. This

-----------------------------------------------------------------------

Summary of changes:
 .../core/rolling/TimeBasedRolling_STest.scala      |    4 ++--
 logback-site/src/site/pages/news.html              |    4 ++++
 2 files changed, 6 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
Logback: the generic, reliable, fast and flexible logging framework.


More information about the logback-dev mailing list