Skip to content

Commit

Permalink
news blurb about SLF4J-497
Browse files Browse the repository at this point in the history
  • Loading branch information
ceki committed Jun 15, 2021
1 parent 5c0f12a commit d0dad8a
Showing 1 changed file with 19 additions and 16 deletions.
35 changes: 19 additions & 16 deletions slf4j-site/src/site/pages/news.html
Expand Up @@ -38,11 +38,20 @@ <h1>SLF4J News</h1>
-->

<!--
-->

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

<h3>XXth of June, 2021 - Release of SLF4J 2.0.0-alpha2</h3>

<p>Fixed important bug in the fluent API. The
<code>LoggingEventBuilder.addArgument(Supplier)</code> method now
takes <code>Supplier&lt;?&gt;</code> and not
<code>Supplier&lt;Object&gt;</code>. This problem was reported in
<a href="https://jira.qos.ch/browse/SLF4J-485">SLF4J-485</a> by
Christoffer Hammarstr&ouml;m who also provided a relevant test case.</p>

</p>
<p>Added support for the native OSGi service loader mechanism as
described in <a
href="https://jira.qos.ch/browse/SLF4J-457">SLF4J-457</a>. Our
Expand All @@ -53,15 +62,15 @@ <h3>XXth of June, 2021 - Release of SLF4J 2.0.0-alpha2</h3>
href="https://jira.qos.ch/browse/SLF4J-511">SLF4J-511</a> by Ralph
Goers.
</p>
-->



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

<p>In the jcl-over-slf4j module Avoid Object to String 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>
<p>In the jcl-over-slf4j module avoid <code>Object</code> to
<code>String</code> conversion. This issue was reported in <a
href="https://jira.qos.ch/browse/SLF4J-497">SLF4J-497</a> by Antonio
Tomac who also provided the relevant PR.</p>


<hr noshade="noshade" size="1"/>
Expand Down Expand Up @@ -2302,12 +2311,6 @@ <h3>15 April 2005 - start of work on SLF4J source code</h3>
<h3>13 April 2005 - start of work on SLF4J project</h3>

<p>Launch of the SLF4J project. Work has begun on the web-site, svn
repositories as well as the source code.
</p>


<script src="templates/footer.js" type="text/javascript"></script>

</div>
</body>
</html>
repositories as well as the source code. </p> <script
src="templates/footer.js" type="text/javascript"></script> </div>
</body> </html>

0 comments on commit d0dad8a

Please sign in to comment.