diff --git a/slf4j-api/pom.xml b/slf4j-api/pom.xml index babe72538..2bc5832d6 100644 --- a/slf4j-api/pom.xml +++ b/slf4j-api/pom.xml @@ -92,7 +92,7 @@ org.codehaus.mojo clirr-maven-plugin - 1.5.3 + 1.5.5 diff --git a/slf4j-site/src/site/pages/compatibility.html b/slf4j-site/src/site/pages/compatibility.html index 8e21e6039..403c9de59 100644 --- a/slf4j-site/src/site/pages/compatibility.html +++ b/slf4j-site/src/site/pages/compatibility.html @@ -42,6 +42,32 @@

Compatibility report

to suspect incompatible changes not mentioned here, please kindly contact the slf4j developers list.

+

Version 1.5.6 compared to 1.5.5

+ + + + + + + + + + + + + + + +
SeverityDescriptionClassMethod / Field
ErrorThe number of parameters of SubstituteLoggerFactory + constructor has changedorg.slf4j.helpers.SubstituteLoggerFactorypublic SubstituteLoggerFactory(java.util.List)
+ +

 

+ +

The SubstituteLoggerFactory class is used internally + by the LoggerFactory class. Changes to the constructor of + SubstituteLoggerFactory should have stricly no affect on users. +

+

Version 1.5.5 compared to 1.5.4

No breaking changes to report.

diff --git a/slf4j-site/src/site/pages/news.html b/slf4j-site/src/site/pages/news.html index b41390143..d161874b4 100644 --- a/slf4j-site/src/site/pages/news.html +++ b/slf4j-site/src/site/pages/news.html @@ -30,6 +30,12 @@

SLF4J News

November 21st, 2008 - Release of SLF4J 1.5.6

+

SLF4J version 1.5.6 consists of bug fixes. Users are encouraged + to upgrade to SLF4J version 1.5.6. The upgrade should pose no + problems. Nevertheless, you might still want to refer to the SLF4J + compatibility report. +

+

Fixed long standing LBCLASSIC-87 and its younger sibling