Skip to content

Commit

Permalink
- updates to the compatibility report
Browse files Browse the repository at this point in the history
  • Loading branch information
ceki committed Nov 21, 2008
1 parent 8026cf3 commit 6c3b05f
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 1 deletion.
2 changes: 1 addition & 1 deletion slf4j-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
<groupId>org.codehaus.mojo</groupId>
<artifactId>clirr-maven-plugin</artifactId>
<configuration>
<comparisonVersion>1.5.3</comparisonVersion>
<comparisonVersion>1.5.5</comparisonVersion>
</configuration>
</plugin>
</plugins>
Expand Down
26 changes: 26 additions & 0 deletions slf4j-site/src/site/pages/compatibility.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,32 @@ <h1>Compatibility report</h1>
to suspect incompatible changes not mentioned here, please kindly
contact the slf4j developers list.</p>

<h2><a href="#1_5_6" name="1_5_5">Version 1.5.6 compared to 1.5.5</a></h2>


<table class="bodyTable">
<tr>
<th>Severity</th>
<th>Description</th>
<th>Class</th>
<th>Method / Field</th>
</tr>
<tr>
<td>Error</td>
<td>The&nbsp;number&nbsp;of&nbsp;parameters&nbsp;of SubstituteLoggerFactory
constructor has changed</td>
<td>org.slf4j.helpers.SubstituteLoggerFactory</td>
<td>public SubstituteLoggerFactory(java.util.List)</td>
</tr>
</table>

<p>&nbsp;</p>

<p>The <code>SubstituteLoggerFactory</code> class is used internally
by the LoggerFactory class. Changes to the constructor of
SubstituteLoggerFactory should have stricly no affect on users.
</p>

<h2><a href="#1_5_5" name="1_5_4">Version 1.5.5 compared to 1.5.4</a></h2>

<p>No breaking changes to report.</p>
Expand Down
6 changes: 6 additions & 0 deletions slf4j-site/src/site/pages/news.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,12 @@ <h1>SLF4J News</h1>

<h3>November 21st, 2008 - Release of SLF4J 1.5.6</h3>

<p>SLF4J version 1.5.6 consists of bug fixes. Users are encouraged
to upgrade to SLF4J version 1.5.6. The upgrade should pose no
problems. Nevertheless, you might still want to refer to the SLF4J
<a href="compatibility.html">compatibility report</a>.
</p>

<p>Fixed long standing <a
href="http://jira.qos.ch/browse/LBCLASSIC-87">LBCLASSIC-87</a> and
its younger sibling <a
Expand Down

0 comments on commit 6c3b05f

Please sign in to comment.