
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 13dddd52b72ac1c3bd2971d5c30a6f66cfae47ca (commit) from 1bb6ebb8f5b63569920101f79132f525437aa964 (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=13dddd52b72ac1c3bd2971d5c30... http://github.com/ceki/slf4j/commit/13dddd52b72ac1c3bd2971d5c30a6f66cfae47ca commit 13dddd52b72ac1c3bd2971d5c30a6f66cfae47ca Author: Ceki Gulcu <ceki@qos.ch> Date: Fri Aug 26 13:27:12 2011 +0200 mindor edits diff --git a/slf4j-site/src/site/pages/faq.html b/slf4j-site/src/site/pages/faq.html index dbae2c6..b226ac4 100644 --- a/slf4j-site/src/site/pages/faq.html +++ b/slf4j-site/src/site/pages/faq.html @@ -364,7 +364,8 @@ from SLF4J version 1.0 to any later version without problems. Code compiled with <em>slf4j-api-versionN.jar</em> will work with <em>slf4j-api-versionM.jar</em> for any versionN - and any versionM</p> + and any versionM. <b>To date, binary compatibility in slf4j-api + has never been broken.</b></p> <p>However, while the SLF4J API is very stable from the client's perspective, SLF4J bindings, e.g. slf4j-simple.jar or @@ -399,13 +400,13 @@ org.slf4j.impl.StaticLoggerBinder.SINGLETON from class org.slf4j.LoggerFactory at org.slf4j.LoggerFactory.<clinit>(LoggerFactory.java:60)</pre> - <p>This error is caused by the static initilizer of the - <code>LoggerFactory</code> class attempting to directly access - the SINGLETON field of - <code>org.slf4j.impl.StaticLoggerBinder</code>. While this was - allowed in SLF4J 1.5.5 and earlier, in 1.5.6 and later the - SINGLETON field has been marked as private access. - </p> + <p>This error is caused by the static initilizer of the + <code>LoggerFactory</code> class attempting to directly access + the SINGLETON field of + <code>org.slf4j.impl.StaticLoggerBinder</code>. While this was + allowed in SLF4J 1.5.5 and earlier, in 1.5.6 and later the + SINGLETON field has been marked as private access. + </p> <p>If you get the exception shown above, then you are using an @@ -432,6 +433,10 @@ org.slf4j.impl.StaticLoggerBinder.SINGLETON from class org.slf4j.LoggerFactory binding will make the problem go away. </p> + <p>Please also read the FAQ entry on <a + href="#compatibility">backward compatibility</a> for a more + general explanation.</p> + <hr /> </dd> ----------------------------------------------------------------------- Summary of changes: slf4j-site/src/site/pages/faq.html | 21 +++++++++++++-------- 1 files changed, 13 insertions(+), 8 deletions(-) hooks/post-receive -- SLF4J: Simple Logging Facade for Java