Skip to content

Commit

Permalink
keep highlighted info for 2.0.0-alpha0
Browse files Browse the repository at this point in the history
  • Loading branch information
ceki committed Aug 10, 2021
1 parent 153a6ca commit 092d527
Showing 1 changed file with 21 additions and 2 deletions.
23 changes: 21 additions & 2 deletions slf4j-site/src/site/pages/news.html
Expand Up @@ -38,7 +38,6 @@ <h1>SLF4J News</h1>
-->

<!--
-->
<hr noshade="noshade" size="1"/>
Expand Down Expand Up @@ -83,9 +82,10 @@ <h3>XXth of June, 2021 - Release of SLF4J 2.0.0-alpha2</h3>
Goers.
</p>
-->


<h3>XXth of June, 2021 - Release of SLF4J 1.7.31</h3>
<h3>18th of June, 2021 - Release of SLF4J 1.7.31</h3>

<p>In the jcl-over-slf4j module avoid <code>Object</code> to
<code>String</code> conversion. This issue was reported in <a
Expand Down Expand Up @@ -120,6 +120,25 @@ <h3>31st of October, 2019 - Release of SLF4J 1.7.29</h3>

<h3>October 1st, 2019 - Release of SLF4J 2.0.0-alpha1</h3>

<p class="highlight">The the 2.0.x series requires Java&nbsp;8 and
adds a backward-compatible <a
href="manual.html#fluent">fluent logging api</a>.
<br/> <br/>
Moreover, SLF4J has been modularized per <a
href="http://openjdk.java.net/projects/jigsaw/spec/">JPMS/Jigsaw</a>
specificaton. The resulting internal changes are <a class="big
bold" href="faq.html#changesInVersion18">detailed</a> in the FAQ
page.
</p>

<p>SLF4J version 2.0.0 requires Java 8. It builds upon the 1.8.x
series and adds a backward-compatible <a
href="manual.html#fluent">fluent logging api</a>. 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.
</p>


<p>&bull; Refactored the fluent-api in
<code>org.slf4j.Logger</code> interface to ease the work required
Expand Down

0 comments on commit 092d527

Please sign in to comment.