[slf4j-dev] svn commit: r874 - in slf4j/trunk: . jcl104-over-slf4j log4j-over-slf4j osgi-over-slf4j slf4j-api slf4j-converter slf4j-jcl slf4j-jdk14 slf4j-log4j12 slf4j-nop slf4j-osgi-integration-test slf4j-osgi-test-bundle slf4j-simple slf4j-site slf4j-site/src/site/pages src/main/assembly

ceki at slf4j.org ceki at slf4j.org
Mon Aug 20 22:13:26 CEST 2007


Author: ceki
Date: Mon Aug 20 22:13:25 2007
New Revision: 874

Modified:
   slf4j/trunk/goVersion.sh
   slf4j/trunk/jcl104-over-slf4j/pom.xml
   slf4j/trunk/log4j-over-slf4j/pom.xml
   slf4j/trunk/osgi-over-slf4j/pom.xml
   slf4j/trunk/pom.xml
   slf4j/trunk/slf4j-api/pom.xml
   slf4j/trunk/slf4j-converter/pom.xml
   slf4j/trunk/slf4j-jcl/pom.xml
   slf4j/trunk/slf4j-jdk14/pom.xml
   slf4j/trunk/slf4j-log4j12/pom.xml
   slf4j/trunk/slf4j-nop/pom.xml
   slf4j/trunk/slf4j-osgi-integration-test/pom.xml
   slf4j/trunk/slf4j-osgi-test-bundle/pom.xml
   slf4j/trunk/slf4j-simple/pom.xml
   slf4j/trunk/slf4j-site/pom.xml
   slf4j/trunk/slf4j-site/src/site/pages/faq.html
   slf4j/trunk/slf4j-site/src/site/pages/news.html
   slf4j/trunk/src/main/assembly/source.xml

Log:
- changes necessary for release 1.4.3

Modified: slf4j/trunk/goVersion.sh
==============================================================================
--- slf4j/trunk/goVersion.sh	(original)
+++ slf4j/trunk/goVersion.sh	Mon Aug 20 22:13:25 2007
@@ -3,4 +3,5 @@
 echo "Will use version $VER"
 
 find . -name "pom.xml" |grep -v archetype-resources|xargs perl version.pl $VER 
-perl version.pl $VER ./slf4j-site/src/site/site.xml
\ No newline at end of file
+
+#perl version.pl $VER ./slf4j-site/src/site/site.xml
\ No newline at end of file

Modified: slf4j/trunk/jcl104-over-slf4j/pom.xml
==============================================================================
--- slf4j/trunk/jcl104-over-slf4j/pom.xml	(original)
+++ slf4j/trunk/jcl104-over-slf4j/pom.xml	Mon Aug 20 22:13:25 2007
@@ -3,7 +3,7 @@
 	<parent>
 		<groupId>org.slf4j</groupId>
 		<artifactId>slf4j-parent</artifactId>
-    <version>1.4.3-SNAPSHOT</version>
+    <version>1.4.3</version>
 	</parent>
 	
 	<modelVersion>4.0.0</modelVersion>

Modified: slf4j/trunk/log4j-over-slf4j/pom.xml
==============================================================================
--- slf4j/trunk/log4j-over-slf4j/pom.xml	(original)
+++ slf4j/trunk/log4j-over-slf4j/pom.xml	Mon Aug 20 22:13:25 2007
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.slf4j</groupId>
     <artifactId>slf4j-parent</artifactId>
-    <version>1.4.3-SNAPSHOT</version>
+    <version>1.4.3</version>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>

Modified: slf4j/trunk/osgi-over-slf4j/pom.xml
==============================================================================
--- slf4j/trunk/osgi-over-slf4j/pom.xml	(original)
+++ slf4j/trunk/osgi-over-slf4j/pom.xml	Mon Aug 20 22:13:25 2007
@@ -3,7 +3,7 @@
   <parent>
     <groupId>org.slf4j</groupId>
     <artifactId>slf4j-parent</artifactId>
-    <version>1.4.3-SNAPSHOT</version>
+    <version>1.4.3</version>
   </parent>
   
   <modelVersion>4.0.0</modelVersion>

Modified: slf4j/trunk/pom.xml
==============================================================================
--- slf4j/trunk/pom.xml	(original)
+++ slf4j/trunk/pom.xml	Mon Aug 20 22:13:25 2007
@@ -5,7 +5,7 @@
 
 	<groupId>org.slf4j</groupId>
 	<artifactId>slf4j-parent</artifactId>
-	<version>1.4.3-SNAPSHOT</version>
+	<version>1.4.3</version>
 
 	<packaging>pom</packaging>
 	<name>SLF4J</name>

Modified: slf4j/trunk/slf4j-api/pom.xml
==============================================================================
--- slf4j/trunk/slf4j-api/pom.xml	(original)
+++ slf4j/trunk/slf4j-api/pom.xml	Mon Aug 20 22:13:25 2007
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.slf4j</groupId>
     <artifactId>slf4j-parent</artifactId>
-    <version>1.4.3-SNAPSHOT</version>
+    <version>1.4.3</version>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>

Modified: slf4j/trunk/slf4j-converter/pom.xml
==============================================================================
--- slf4j/trunk/slf4j-converter/pom.xml	(original)
+++ slf4j/trunk/slf4j-converter/pom.xml	Mon Aug 20 22:13:25 2007
@@ -7,7 +7,7 @@
 	<parent>
 		<groupId>org.slf4j</groupId>
 		<artifactId>slf4j-parent</artifactId>
-      	<version>1.4.3-SNAPSHOT</version>
+      	<version>1.4.3</version>
 	</parent>
 	
 	<modelVersion>4.0.0</modelVersion>

Modified: slf4j/trunk/slf4j-jcl/pom.xml
==============================================================================
--- slf4j/trunk/slf4j-jcl/pom.xml	(original)
+++ slf4j/trunk/slf4j-jcl/pom.xml	Mon Aug 20 22:13:25 2007
@@ -3,7 +3,7 @@
 	<parent>
 		<groupId>org.slf4j</groupId>
 		<artifactId>slf4j-parent</artifactId>
-		<version>1.4.3-SNAPSHOT</version>
+		<version>1.4.3</version>
 	</parent>
 	
 	<modelVersion>4.0.0</modelVersion>

Modified: slf4j/trunk/slf4j-jdk14/pom.xml
==============================================================================
--- slf4j/trunk/slf4j-jdk14/pom.xml	(original)
+++ slf4j/trunk/slf4j-jdk14/pom.xml	Mon Aug 20 22:13:25 2007
@@ -6,7 +6,7 @@
 	<parent>
 		<groupId>org.slf4j</groupId>
 		<artifactId>slf4j-parent</artifactId>
-    	<version>1.4.3-SNAPSHOT</version>
+    	<version>1.4.3</version>
 	</parent>
 	
 	<modelVersion>4.0.0</modelVersion>

Modified: slf4j/trunk/slf4j-log4j12/pom.xml
==============================================================================
--- slf4j/trunk/slf4j-log4j12/pom.xml	(original)
+++ slf4j/trunk/slf4j-log4j12/pom.xml	Mon Aug 20 22:13:25 2007
@@ -6,7 +6,7 @@
 	<parent>
 		<groupId>org.slf4j</groupId>
 		<artifactId>slf4j-parent</artifactId>
-        <version>1.4.3-SNAPSHOT</version>
+        <version>1.4.3</version>
 	</parent>
 	
 	<modelVersion>4.0.0</modelVersion>

Modified: slf4j/trunk/slf4j-nop/pom.xml
==============================================================================
--- slf4j/trunk/slf4j-nop/pom.xml	(original)
+++ slf4j/trunk/slf4j-nop/pom.xml	Mon Aug 20 22:13:25 2007
@@ -6,7 +6,7 @@
 	<parent>
 		<groupId>org.slf4j</groupId>
 		<artifactId>slf4j-parent</artifactId>
-    	<version>1.4.3-SNAPSHOT</version>
+    	<version>1.4.3</version>
 	</parent>
 	
 	<modelVersion>4.0.0</modelVersion>

Modified: slf4j/trunk/slf4j-osgi-integration-test/pom.xml
==============================================================================
--- slf4j/trunk/slf4j-osgi-integration-test/pom.xml	(original)
+++ slf4j/trunk/slf4j-osgi-integration-test/pom.xml	Mon Aug 20 22:13:25 2007
@@ -6,7 +6,7 @@
 	<parent>
 		<groupId>org.slf4j</groupId>
 		<artifactId>slf4j-parent</artifactId>
-		<version>1.4.3-SNAPSHOT</version>
+		<version>1.4.3</version>
 	</parent>
 	
 	<modelVersion>4.0.0</modelVersion>

Modified: slf4j/trunk/slf4j-osgi-test-bundle/pom.xml
==============================================================================
--- slf4j/trunk/slf4j-osgi-test-bundle/pom.xml	(original)
+++ slf4j/trunk/slf4j-osgi-test-bundle/pom.xml	Mon Aug 20 22:13:25 2007
@@ -6,7 +6,7 @@
 	<parent>
 		<groupId>org.slf4j</groupId>
 		<artifactId>slf4j-parent</artifactId>
-		<version>1.4.3-SNAPSHOT</version>
+		<version>1.4.3</version>
 	</parent>
 	
 	<modelVersion>4.0.0</modelVersion>

Modified: slf4j/trunk/slf4j-simple/pom.xml
==============================================================================
--- slf4j/trunk/slf4j-simple/pom.xml	(original)
+++ slf4j/trunk/slf4j-simple/pom.xml	Mon Aug 20 22:13:25 2007
@@ -3,7 +3,7 @@
   <parent>
     <groupId>org.slf4j</groupId>
     <artifactId>slf4j-parent</artifactId>
-    <version>1.4.3-SNAPSHOT</version>
+    <version>1.4.3</version>
   </parent>
 	
 	<modelVersion>4.0.0</modelVersion>

Modified: slf4j/trunk/slf4j-site/pom.xml
==============================================================================
--- slf4j/trunk/slf4j-site/pom.xml	(original)
+++ slf4j/trunk/slf4j-site/pom.xml	Mon Aug 20 22:13:25 2007
@@ -5,7 +5,7 @@
 	<parent>
 		<groupId>org.slf4j</groupId>
 		<artifactId>slf4j-parent</artifactId>
-    <version>1.4.3-SNAPSHOT</version>
+    <version>1.4.3</version>
 	</parent>
 	
 	<modelVersion>4.0.0</modelVersion>

Modified: slf4j/trunk/slf4j-site/src/site/pages/faq.html
==============================================================================
--- slf4j/trunk/slf4j-site/src/site/pages/faq.html	(original)
+++ slf4j/trunk/slf4j-site/src/site/pages/faq.html	Mon Aug 20 22:13:25 2007
@@ -823,15 +823,7 @@
         it a little (as explained below) does the trick.
        </p>
 
-        <p>If you are a Maven2 user, you can use the
-        slf4j-archetype. Invoke the following command to create a new
-        module called <em>slf4j-MY</em> with much of the plumbing
-        alredy in place.</p>
-        
-        <p class="source">mvn archetype:create -DgroupId=org.slf4j -DartifactId=slf4j-MY \
-    -DarchetypeGroupId=org.slf4j -DarchetypeArtifactId=slf4j-archetype -DarchetypeVersion=${project.version}</p>
-
-        <p>At this stage, assuming your logging system has notion of a
+        <p>Assuming your logging system has notion of a
         logger, called say <code>MyLogger</code>, you need to provide
         an adapter for <code>MyLogger</code> to
         <code>org.slf4j.Logger</code> interface. Refer to slf4j-jcl,
@@ -856,14 +848,15 @@
         <code>loggerFactoryClassStr</code> variable.
        </p>
         
-        <p>That's it. You don't need to modify any other files.</p>
+        <p>For Marker or MDC support, you could use the one of the
+        existing NOP implementations.
+        </p>
 
         <p>In summary, to create an SLF4J binding for your logging
         system, follow these steps:</p>
 
         <ol>
-          <li>start with a copy of an existing module, or create a new
-          binding using slf4j-archetype as discussed above</li>
+          <li>start with a copy of an existing module,
           <li>create an adapter between your logging system and
           <code>org.slf4j.Logger</code> interface
          </li>

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	Mon Aug 20 22:13:25 2007
@@ -37,8 +37,14 @@
   the correct SLF4J version.
   </p>
   
-  
+  <p>Clarified the behavior of the various methods methods in the MDC
+  class with respect to "null" parameters. This was requested in <a
+  href="http://bugzilla.slf4j.org/show_bug.cgi?id=58">bug 58</a> by
+  Sebastian Davids.
+  </p>
 
+  <p>Removed the slf4j-archetype module because nobody seems to have a
+  use for it.</p>
 
   <h3>July 12th, 2007 - Release of SLF4J 1.4.2</h3>
 

Modified: slf4j/trunk/src/main/assembly/source.xml
==============================================================================
--- slf4j/trunk/src/main/assembly/source.xml	(original)
+++ slf4j/trunk/src/main/assembly/source.xml	Mon Aug 20 22:13:25 2007
@@ -78,6 +78,7 @@
       </includes>
     </fileSet>
 
+    <!--
     <fileSet>
       <directory>slf4j-archetype/</directory>
       <outputDirectory>slf4j-archetype/</outputDirectory>
@@ -85,6 +86,7 @@
         <include>pom.xml</include>
       </includes>
     </fileSet>
+    -->
 
 		<!-- Module Source directories (includes tests) -->
 		<fileSet>
@@ -136,10 +138,12 @@
 			<outputDirectory>slf4j-site/src/</outputDirectory>    
     </fileSet>
 
+    <!--
     <fileSet>
       <directory>slf4j-archetype/src/</directory>
 			<outputDirectory>slf4j-archetype/src/</outputDirectory>    
     </fileSet>
+    -->
 
 		<!-- Module JARs -->
 		<fileSet>



More information about the slf4j-dev mailing list