diff --git a/slf4j-site/src/site/pages/codes.html b/slf4j-site/src/site/pages/codes.html index c1038aed..31eecdd7 100755 --- a/slf4j-site/src/site/pages/codes.html +++ b/slf4j-site/src/site/pages/codes.html @@ -92,15 +92,15 @@
Note Logger name mismatch - warnings are printed only if the +
Logger name mismatch warnings are printed only if the
slf4j.detectLoggerNameMismatch system property is set
to true. By default, this property is not set and no warnings will
be printed even in case of a logger name mismatch.
The warning will be printed in case the name of the logger - specified via a class passed as an argument to the +
since 1.7.9 The warning will
+ be printed in case the name of the logger specified via a class
+ passed as an argument to the
LoggerFactory.getLogger(Class) method differs from
the name of the caller as computed internally by SLF4J.
since 1.7.8 By setting he +
since 1.7.9 By setting he
The introduction of the @Nonnull JSR 305 annotation in SLF4J
- version 1.7.8 causes the Scala compiler to fail. This is issue has
- been documented in SI-5420. Given
- that many Scala users will be affected by this issue for the
- foreseeable future, we have decided to renounce the user of JSR 305
- annotations in SLF4J for the time being.
- Spot
incorrectly named loggers by setting the
@@ -62,8 +51,14 @@
org.apache.log4j.MDC in the log4j-over-slf4j module.
Added JSR305 @Nonnull annotations in The introduction of the @Nonnull JSR 305 annotation in SLF4J
+ version 1.7.8 causes the Scala compiler to fail. This is issue has
+ been documented in SI-5420. Given
+ that many Scala users will be affected by this issue for the
+ foreseeable future, we have decided to renounce the user of JSR 305
+ annotations in SLF4J for the time being.
+ Numerous small code improvements too minor to be listed
here.slf4j.detectLoggerNameMismatch system property to
true, SLF4J can automatically spot incorrectly named
diff --git a/slf4j-site/src/site/pages/news.html b/slf4j-site/src/site/pages/news.html
index cc686d8e..4b5b60de 100755
--- a/slf4j-site/src/site/pages/news.html
+++ b/slf4j-site/src/site/pages/news.html
@@ -29,18 +29,7 @@
- 16th of December, 2014 - Release of SLF4J 1.7.8
-
- 14th of December, 2014 - Release of SLF4J 1.7.8
+ 16th of December, 2014 - Release of SLF4J 1.7.9
LoggerFactory
- class. Further annotations are likely to follow.