[slf4j-dev] svn commit: r1359 - in slf4j/trunk: slf4j-site/src/site/pages src/main/assembly

ceki at slf4j.org ceki at slf4j.org
Wed Jun 10 22:14:17 CEST 2009


Author: ceki
Date: Wed Jun 10 22:14:17 2009
New Revision: 1359

Modified:
   slf4j/trunk/slf4j-site/src/site/pages/news.html
   slf4j/trunk/src/main/assembly/source.xml

Log:
- in news.html: added blurb about JDK 1.4 compatibility problems in 1.5.5 and 1.5.6
- in source.xml: integration.jar does not need to be included in the distribution 

Modified: slf4j/trunk/slf4j-site/src/site/pages/news.html
==============================================================================
--- slf4j/trunk/slf4j-site/src/site/pages/news.html	(original)
+++ slf4j/trunk/slf4j-site/src/site/pages/news.html	Wed Jun 10 22:14:17 2009
@@ -30,8 +30,15 @@
   <h3>June 10th, 2009 - Release of SLF4J 1.5.7</h3>
 
   <p>SLF4J version 1.5.7 consist of bug fixes and minor
-  enhancements. It is totally compatible with SLF4J version 1.5.6.</p>
+  enhancements. It is totally backward compatible with SLF4J version
+  1.5.6.</p>
 
+  <p>In SLF4J versions 1.5.5 and 1.5.6, the <code>LoggerFactory</code>
+  class which is at the core of SLF4J, mistakenly invoked a method
+  which was added in JDK 1.5. Consequently, SLF4J versions 1.5.5 and
+  1.5.6 would not run with JDK 1.4 and earlier.
+  </p>
+  
   <p>SLF4J will now emit a warning if more than one binding is present
   on the class path. This enhancement was proposed in <a
   href="http://bugzilla.slf4j.org/show_bug.cgi?id=132">bug 132</a>

Modified: slf4j/trunk/src/main/assembly/source.xml
==============================================================================
--- slf4j/trunk/src/main/assembly/source.xml	(original)
+++ slf4j/trunk/src/main/assembly/source.xml	Wed Jun 10 22:14:17 2009
@@ -283,15 +283,6 @@
       </includes>    
     </fileSet>
 
-
-    <fileSet>
-      <directory>integration/target/</directory>
-      <outputDirectory>/</outputDirectory>
-      <includes>
-        <include>integration-${project.version}.jar</include>
-      </includes>    
-    </fileSet>
-
 		<!-- Website -->
 		<fileSet>
 			<directory>target/site</directory>



More information about the slf4j-dev mailing list