[slf4j-dev] [GIT] SLF4J: Simple Logging Facade for Java branch, master, updated. v_1.6.1-21-g93c4a90

added by portage for gitosis-gentoo git-noreply at pixie.qos.ch
Mon Dec 27 18:01:46 CET 2010


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  93c4a909fb06135515f7d3a0b057ddede0c8cd4b (commit)
       via  4aa1618da2dfd1ea19d00e57dc03ee1175eb63df (commit)
      from  63ccd3faa6e9c8bb74fc207c05b5e0819311c838 (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=93c4a909fb06135515f7d3a0b057ddede0c8cd4b
http://github.com/ceki/slf4j/commit/93c4a909fb06135515f7d3a0b057ddede0c8cd4b

commit 93c4a909fb06135515f7d3a0b057ddede0c8cd4b
Merge: 4aa1618 63ccd3f
Author: Ceki Gulcu <ceki at qos.ch>
Date:   Mon Dec 27 17:59:13 2010 +0100

    Merge branch 'master' of git.qos.ch:slf4j


http://git.qos.ch/gitweb/?p=slf4j.git;a=commit;h=4aa1618da2dfd1ea19d00e57dc03ee1175eb63df
http://github.com/ceki/slf4j/commit/4aa1618da2dfd1ea19d00e57dc03ee1175eb63df

commit 4aa1618da2dfd1ea19d00e57dc03ee1175eb63df
Author: Ceki Gulcu <ceki at qos.ch>
Date:   Wed Nov 10 07:09:01 2010 +0100

    added a paragraph on excluding commons-logging

diff --git a/slf4j-site/src/site/pages/faq.html b/slf4j-site/src/site/pages/faq.html
index 79c026c..c8fa70e 100644
--- a/slf4j-site/src/site/pages/faq.html
+++ b/slf4j-site/src/site/pages/faq.html
@@ -646,8 +646,8 @@ org.slf4j.impl.StaticLoggerBinder.SINGLETON from class org.slf4j.LoggerFactory
     </dt>
     
     <dd>
-      <p>A large number of Maven projects declare commons-logging as a
-      dependency. Thus, if you wish to migrate to SLF4J or use
+      <p>Many software projects using Maven declare commons-logging as
+      a dependency. Thus, if you wish to migrate to SLF4J or use
       jcl-over-slf4j, you would need to declare a commons-logging
       exclusion in all of your dependencies which transitively depend
       on commons-logging. This can be an error prone process. To
@@ -676,6 +676,13 @@ org.slf4j.impl.StaticLoggerBinder.SINGLETON from class org.slf4j.LoggerFactory
   &lt;version>${project.version}&lt;/version>
 &lt;/dependency></pre>
 
+      <p>The first dependency declaration essentially states that
+      commons-logging will be "somehow" provided by your
+      environment. The second decleration includes jcl-over-slf4j into
+      your project. As jcl-over-slf4j is a perfect binary-compatible
+      replacement for commons-logging, the first assertion becomes
+      true.
+      </p>
 
     </dd>
     

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

Summary of changes:
 slf4j-site/src/site/pages/faq.html |   11 +++++++++--
 1 files changed, 9 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
SLF4J: Simple Logging Facade for Java


More information about the slf4j-dev mailing list