Skip to content

Commit a0de587

Browse files
committed
minor edits
Signed-off-by: Ceki Gulcu <ceki@qos.ch>
1 parent 0268670 commit a0de587

File tree

1 file changed

+22
-24
lines changed

1 file changed

+22
-24
lines changed

src/site/pages/news.html

Lines changed: 22 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,28 @@ <h1>SLF4J News</h1>
4545

4646
<h3 class="doAnchor" name="2.0.3">2022-09-28 - Release of SLF4J 2.0.3</h3>
4747

48+
<p class="highlight">The the 2.0.x series requires Java&nbsp;8 and
49+
adds a backward-compatible <a
50+
href="manual.html#fluent">fluent logging api</a>.
51+
<br/> <br/>
52+
Moreover, SLF4J has been modularized per <a
53+
href="http://openjdk.java.net/projects/jigsaw/spec/">JPMS/Jigsaw</a>
54+
specification. The resulting internal changes are <a class="big
55+
bold" href="faq.html#changesInVersion200">detailed</a> in the FAQ
56+
page.
57+
</p>
58+
59+
<p>SLF4J 2.0.x series requires Java 8. It builds upon the 1.8.x
60+
series and adds a backward-compatible <a
61+
href="manual.html#fluent">fluent logging api</a>. By
62+
backward-compatible, we mean that existing logging frameworks do
63+
not have to be changed for the user to benefit from the fluent
64+
logging API. However, existing frameworks must migrate to the
65+
<code>ServiceLoader</code> mechanism. The resulting internal
66+
changes are <a class="big bold"
67+
href="faq.html#changesInVersion200">detailed</a> in the FAQ page.
68+
</p>
69+
4870
<p>&bull; Fixed a bug in <code>Reload4jLoggerAdapter</code> when
4971
used in conjunction with the fluent API, the timestamp would not be
5072
correctly set. This issue was reported
@@ -98,33 +120,9 @@ <h3 class="doAnchor" name="2.0.1">2022-09-14 - Release of SLF4J 2.0.1</h3>
98120

99121
<h3 class="doAnchor" name="2.0.0">2022-08-20 - Release of SLF4J 2.0.0</h3>
100122

101-
<p class="highlight">The the 2.0.x series requires Java&nbsp;8 and
102-
adds a backward-compatible <a
103-
href="manual.html#fluent">fluent logging api</a>.
104-
<br/> <br/>
105-
Moreover, SLF4J has been modularized per <a
106-
href="http://openjdk.java.net/projects/jigsaw/spec/">JPMS/Jigsaw</a>
107-
specification. The resulting internal changes are <a class="big
108-
bold" href="faq.html#changesInVersion200">detailed</a> in the FAQ
109-
page.
110-
</p>
111-
112-
<p>SLF4J 2.0.x series requires Java 8. It builds upon the 1.8.x
113-
series and adds a backward-compatible <a
114-
href="manual.html#fluent">fluent logging api</a>. By
115-
backward-compatible, we mean that existing logging frameworks do
116-
not have to be changed for the user to benefit from the fluent
117-
logging API. However, existing frameworks must migrate to the
118-
<code>ServiceLoader</code> mechanism. The resulting internal
119-
changes are <a class="big bold"
120-
href="faq.html#changesInVersion200">detailed</a> in the FAQ page.
121-
</p>
122-
123123

124124
<p>&bull; Except minor javadoc changes, this release is identical to
125125
2.0.0-beta1 released earlier this month.</p>
126-
127-
128126

129127
<p>&bull; The binary of this version can be reproduced by checking
130128
out the tag v_2.0.0 from the source code repository

0 commit comments

Comments
 (0)