Skip to content

Commit

Permalink
update 1,7,27 release information
Browse files Browse the repository at this point in the history
  • Loading branch information
ceki committed Aug 6, 2019
1 parent b05e7fe commit d507426
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -33,7 +33,7 @@
</scm>

<properties>
<latest.stable.version>1.7.26</latest.stable.version>
<latest.stable.version>1.7.27</latest.stable.version>
<!-- java.util.ServiceLoader requires Java 6 -->
<jdk.version>8</jdk.version>
<maven.compiler.source>${jdk.version}</maven.compiler.source>
Expand Down
49 changes: 48 additions & 1 deletion slf4j-site/src/site/pages/news.html
Expand Up @@ -37,10 +37,57 @@ <h1>SLF4J News</h1>
class names in <code/>
-->

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

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

<p>&bull; Added <code>Automatic-Module-Name</code> in
<em>MANIFEST.MF</em> files in various SLF4J artifacts. This fixes
<a href="https://jira.qos.ch/browse/SLF4J-420">SLF4J-420</a> as
reported by Gael Lalire.</p>

<p>The module names to JMPS automatic module name mappings are
listed in the table below.</p>

<table class="bodyTable striped" >
<tr >
<th>Maven artifact/module</th>
<th>JMPS module name</th>
</tr>
<tr>
<td>slf4j-api</td>
<td>org.slf4j</td>
</tr>
<tr>
<td>slf4j-jdk14</td>
<td>org.slf4j.jul</td>
</tr>
<tr>
<td>slf4j-nop</td>
<td>org.slf4j.nop</td>
</tr>
<tr><td>slf4j-simple</td>
<td>org.slf4j.simple</td>
</tr>
<tr>
<td>jcl-over-slf4j</td>
<td>org.apache.commons.logging</td>
</tr>
<tr>
<td>log4j-over-slf4j</td>
<td>log4j</td>
</tr>
</table>

<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.
</p>

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

<h3>2019 - Release of SLF4J 2.0.0-alpha0</h3>
<h3>13th of June, 2019 - Release of SLF4J 2.0.0-alpha0</h3>

<p class="highlight">The the 2.0.x series requires Java&nbsp;8 and
adds a backward-compatible <a
Expand Down

0 comments on commit d507426

Please sign in to comment.