
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 "SLF4J: Simple Logging Facade for Java". The branch, master has been updated via ad2f4ae654773306d6f8bfc1f5bb8c74bf619f5f (commit) from 8eb1912cdd9e05b02ea1bb7a25f485b33a202fa6 (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=slf4j.git;a=commit;h=ad2f4ae654773306d6f8bfc1f5b... http://github.com/ceki/slf4j/commit/ad2f4ae654773306d6f8bfc1f5bb8c74bf619f5f commit ad2f4ae654773306d6f8bfc1f5bb8c74bf619f5f Author: Ceki Gulcu <ceki@qos.ch> Date: Mon Aug 15 20:06:07 2011 +0200 blurb on bug #228 diff --git a/slf4j-site/src/site/pages/news.html b/slf4j-site/src/site/pages/news.html index 55c91f5..b9578fb 100644 --- a/slf4j-site/src/site/pages/news.html +++ b/slf4j-site/src/site/pages/news.html @@ -38,6 +38,15 @@ bindings when running under a Weblogic server. </p> + <p>Fixed <a + href="http://bugzilla.slf4j.org/show_bug.cgi?id=228">bug + #228</a>. When running under IBM's JDK, and if no binding can be + found, SLF4J will no longer throw a + <code>NoClassDefFoundError</code>. Instead, it will default to an + NOP implementation instead. Under the same circumstances but with + Sun's JDK, SLF4J already defaulted to an NOP implementation since + release 1.6.0.</p> + <p>Added certain missing classes to the log4j-over-slf4j module as requested in <a href="http://bugzilla.slf4j.org/show_bug.cgi?id=225">bug 225</a> by ----------------------------------------------------------------------- Summary of changes: slf4j-site/src/site/pages/news.html | 9 +++++++++ 1 files changed, 9 insertions(+), 0 deletions(-) hooks/post-receive -- SLF4J: Simple Logging Facade for Java