From 092d527971365645ddb95a1b8f13966e94c43ee9 Mon Sep 17 00:00:00 2001 From: Ceki Gulcu Date: Sat, 19 Jun 2021 10:25:15 +0200 Subject: [PATCH] keep highlighted info for 2.0.0-alpha0 --- slf4j-site/src/site/pages/news.html | 23 +++++++++++++++++++++-- 1 file changed, 21 insertions(+), 2 deletions(-) diff --git a/slf4j-site/src/site/pages/news.html b/slf4j-site/src/site/pages/news.html index 847cfd8f5..d1d16326c 100755 --- a/slf4j-site/src/site/pages/news.html +++ b/slf4j-site/src/site/pages/news.html @@ -38,7 +38,6 @@

SLF4J News

-->
@@ -83,9 +82,10 @@

XXth of June, 2021 - Release of SLF4J 2.0.0-alpha2

Goers.

+ --> -

XXth of June, 2021 - Release of SLF4J 1.7.31

+

18th of June, 2021 - Release of SLF4J 1.7.31

In the jcl-over-slf4j module avoid Object to String conversion. This issue was reported in 31st of October, 2019 - Release of SLF4J 1.7.29

October 1st, 2019 - Release of SLF4J 2.0.0-alpha1

+

The the 2.0.x series requires Java 8 and + adds a backward-compatible fluent logging api. +

+ Moreover, SLF4J has been modularized per JPMS/Jigsaw + specificaton. The resulting internal changes are detailed in the FAQ + page. +

+ +

SLF4J version 2.0.0 requires Java 8. It builds upon the 1.8.x + series and adds a backward-compatible fluent logging api. By + backward-compatible, we mean that existing logging frameworks do + not have to be changed for the user to benefit from the fluent + logging API. +

+

• Refactored the fluent-api in org.slf4j.Logger interface to ease the work required