diff --git a/pom.xml b/pom.xml
index e49ec8d8..f760f730 100755
--- a/pom.xml
+++ b/pom.xml
@@ -198,7 +198,7 @@
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.
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.