diff --git a/pom.xml b/pom.xml index e49ec8d8..f760f730 100755 --- a/pom.xml +++ b/pom.xml @@ -198,7 +198,7 @@ default-compile - 9 + [9, ) 9 @@ -206,7 +206,7 @@ - [1.6,9) + [1.6,10) ${jdk.version} ${jdk.version} diff --git a/slf4j-site/src/site/pages/news.html b/slf4j-site/src/site/pages/news.html index e815283d..c8dde9b7 100755 --- a/slf4j-site/src/site/pages/news.html +++ b/slf4j-site/src/site/pages/news.html @@ -43,17 +43,18 @@ bold" href="faq.html#changesInVersion18">detailed in the FAQ page.

-

In the 1.8.x serues slf4j-api relies on the - ServiceLoader mechanism to find its logging - backend. ServiceLoader is available in Java 6 - and later.

+

The the 1.8.x series requires Java 6 or + later as slf4j-api now relies on the ServiceLoader + mechanism to find its logging backend. ServiceLoader + is available in Java 6 and later.

-

In the 1.8.x series, SLF4J has been modularized per JPMS/Jigsaw +

In the 1.8.x series, SLF4J has been modularized + per JPMS/Jigsaw specificaton. The resulting internal changes are detailed in the FAQ - page. Moreover, slf4j-api now relies on the ServiceLoader + page. Moreover, SLF4J now requires Java 6 or later as + slf4j-api now relies on + the ServiceLoader mechanism to find its logging backend. ServiceLoader is available in Java 6 and later.

@@ -76,7 +77,7 @@

The class org.slf4j.ext.EventData is now marked as deprecated in preparation for its removal due to a security vulnerability. In subsequent releases this class well be removed - without replacement.

See + without replacement. See also SLF4J-430 and SLF4J-431.