From 2dc0cd2b321edaf765c98dd30fa43164df3b9e45 Mon Sep 17 00:00:00 2001
From: Ceki Gulcu In the slf4j-simple module, The the 2.0.x series requires Java 8 and
adds a backward-compatible JPMS/Jigsaw
specificaton. The resulting internal changes are detailed in the FAQ
+ bold" href="faq.html#changesInVersion200">detailed in the FAQ
page.
-->
-
-
- Xth of July, 2021 - Release of SLF4J 1.7.32
-
- SimpleLogger now caters
- for current access. This fixes SLF4J-515 as
- reported by Tibor Digana.
-
-
- 2nd of July, 2021 - Release of SLF4J 2.0.0-alpha2
+ 10th of August, 2021 - Release of SLF4J 2.0.0-alpha3
ServiceLoader mechanism. The resulting internal
+ changes are detailed in the FAQ page.
In addition to fixes imported from the 1.7 branch, such as SLF4J-515, this + version consists of changes visible only to frameworks implementing + the SLF4J API. +
+DefaultLoggingEventBuilder, the
+ innerLog(LoggingEvent) method was renamed as
+ log and its visibility changed to
+ protected.
+ DefaultLoggingEventBuilder, the
+ loggingEvent and logger fields have
+ their visibility changed to protected.
+ getRequesteApiVersion method in
+ SLF4JServiceProvider was renamed as
+ getRequestedApiVersion. This fixes SLF4J-516.Fixed resource path to NOPServiceProvider in
+ slf4j-nop module. This fixes SLF4J-518.
In the slf4j-simple module, SimpleLogger now caters
+ for concurrent access. This fixes SLF4J-515 as
+ reported by Tibor Digana.
+
• Fixed important bug in the fluent API. The
LoggingEventBuilder.addArgument(Supplier) method now