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 @@
Severity | +Description | +Class | +Method / Field | +
---|---|---|---|
Error | +The number of parameters of SubstituteLoggerFactory + constructor has changed | +org.slf4j.helpers.SubstituteLoggerFactory | +public 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.
+
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 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