From e4b7f60e244b0261f2d89b0b7bcb08091c745c85 Mon Sep 17 00:00:00 2001 From: Ceki Gulcu Date: Tue, 16 Dec 2014 23:18:47 +0100 Subject: [PATCH] remove mentions of 1.7.8 --- slf4j-site/src/site/pages/codes.html | 8 ++++---- slf4j-site/src/site/pages/manual.html | 2 +- slf4j-site/src/site/pages/news.html | 23 +++++++++-------------- 3 files changed, 14 insertions(+), 19 deletions(-) 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 @@

Detected logger name mismatch.

-

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.

diff --git a/slf4j-site/src/site/pages/manual.html b/slf4j-site/src/site/pages/manual.html index 042a4799..ed645fc5 100755 --- a/slf4j-site/src/site/pages/manual.html +++ b/slf4j-site/src/site/pages/manual.html @@ -53,7 +53,7 @@ users are highly encouraged to migrate to SLF4J 1.7.5 or later.

-

since 1.7.8 By setting he +

since 1.7.9 By setting he 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

- -

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. -

- -

14th of December, 2014 - Release of SLF4J 1.7.8

+

16th of December, 2014 - Release of SLF4J 1.7.9

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 LoggerFactory - class. Further annotations are likely to follow.

+

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.