Skip to content

Commit

Permalink
1.7.28 notes
Browse files Browse the repository at this point in the history
  • Loading branch information
ceki committed Aug 10, 2019
1 parent 173b06a commit 206449b
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 8 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
</scm>

<properties>
<latest.stable.version>1.7.27</latest.stable.version>
<latest.stable.version>1.7.28</latest.stable.version>
<!-- java.util.ServiceLoader requires Java 6 -->
<jdk.version>8</jdk.version>
<maven.compiler.source>${jdk.version}</maven.compiler.source>
Expand Down
27 changes: 20 additions & 7 deletions slf4j-site/src/site/pages/news.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ <h1>SLF4J News</h1>
class names in <code/>
-->


<!--
<hr noshade="noshade" size="1"/>
<h3> 2019 - Release of SLF4J 2.0.0-alpha1</h3>
Expand All @@ -47,10 +47,11 @@ <h3> 2019 - Release of SLF4J 2.0.0-alpha1</h3>
Dan Groves who also provided a test-case to reptoduce the problem
and a relevant fix.
</p>

-->

<hr noshade="noshade" size="1"/>

<h3>6th of August, 2019 - Release of SLF4J 1.7.27</h3>
<h3>10th of August, 2019 - Release of SLF4J 1.7.28</h3>

<p>&bull; Added <code>Automatic-Module-Name</code> in
<em>MANIFEST.MF</em> files in various SLF4J artifacts. This fixes
Expand Down Expand Up @@ -86,15 +87,27 @@ <h3>6th of August, 2019 - Release of SLF4J 1.7.27</h3>
</tr>
<tr>
<td>log4j-over-slf4j</td>
<td>log4j</td>
<td>org.apache.log4j</td>
</tr>
</table>

<p>&bull; Fixed incorrect use of <code>TRACE</code> level in one of the
<code>debug()</code> printing methods in
<p>&bull; Fixed incorrect use of <code>TRACE</code> level in one of
the <code>debug()</code> printing methods in
<code>EventRecodingLogger</code> class. This corrects <a
href="">SLF4J-460</a> as reporeted byKevin Goveia.
href="https://jira.qos.ch/browse/SLF4J-460">SLF4J-460</a> as
reporeted by Kevin Goveia.
</p>


<hr noshade="noshade" size="1"/>

<h3>6th of August, 2019 - Release of SLF4J 1.7.27</h3>


<p>This version had the incorrect "Automatic-Module-Name" for the
<code>log4j-over-slf4j</code> artifact. Please use version 1.7.28
or later which contain correct automatic module names.</p>


<hr noshade="noshade" size="1"/>

Expand Down

0 comments on commit 206449b

Please sign in to comment.