mirror of https://github.com/qos-ch/slf4j
news about 1.7.30
This commit is contained in:
parent
b0e3ad34f4
commit
230573ab10
2
pom.xml
2
pom.xml
|
|
@ -33,7 +33,7 @@
|
|||
</scm>
|
||||
|
||||
<properties>
|
||||
<latest.stable.version>1.7.29</latest.stable.version>
|
||||
<latest.stable.version>1.7.30</latest.stable.version>
|
||||
<!-- java.util.ServiceLoader requires Java 6 -->
|
||||
<jdk.version>8</jdk.version>
|
||||
<maven.compiler.source>${jdk.version}</maven.compiler.source>
|
||||
|
|
|
|||
|
|
@ -39,6 +39,15 @@
|
|||
|
||||
<hr noshade="noshade" size="1"/>
|
||||
|
||||
<h3>16th of December, 2019 - Release of SLF4J 1.7.30</h3>
|
||||
|
||||
<p>Fixed a memory leak in case of no provided binding and
|
||||
multi-threaded initialization as described in <a
|
||||
href="https://jira.qos.ch/browse/SLF4J-469">SLF4J-469</a>. Many
|
||||
thanks to David Harsha to providing the relevant PR.</p>
|
||||
|
||||
<hr noshade="noshade" size="1"/>
|
||||
|
||||
<h3>31st of October, 2019 - Release of SLF4J 1.7.29</h3>
|
||||
|
||||
<p>In the pom file for <em>jcl-over-slf4j</em> module, the Apache
|
||||
|
|
@ -47,6 +56,7 @@
|
|||
java source code and the LICENSE.txt file. </p>
|
||||
|
||||
<hr noshade="noshade" size="1"/>
|
||||
|
||||
<h3>October 1st, 2019 - Release of SLF4J 2.0.0-alpha1</h3>
|
||||
|
||||
<p class="highlight">The the 2.0.x series requires Java 8 and
|
||||
|
|
|
|||
Loading…
Reference in New Issue