Skip to content

Commit

Permalink
- in news.html: added blurb about JDK 1.4 compatibility problems in 1…
Browse files Browse the repository at this point in the history
….5.5 and 1.5.6

- in source.xml: integration.jar does not need to be included in the distribution
  • Loading branch information
ceki committed Jun 10, 2009
1 parent 4455c76 commit 3589f49
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 10 deletions.
9 changes: 8 additions & 1 deletion slf4j-site/src/site/pages/news.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,15 @@ <h1>SLF4J News</h1>
<h3>June 10th, 2009 - Release of SLF4J 1.5.7</h3>

<p>SLF4J version 1.5.7 consist of bug fixes and minor
enhancements. It is totally compatible with SLF4J version 1.5.6.</p>
enhancements. It is totally backward compatible with SLF4J version
1.5.6.</p>

<p>In SLF4J versions 1.5.5 and 1.5.6, the <code>LoggerFactory</code>
class which is at the core of SLF4J, mistakenly invoked a method
which was added in JDK 1.5. Consequently, SLF4J versions 1.5.5 and
1.5.6 would not run with JDK 1.4 and earlier.
</p>

<p>SLF4J will now emit a warning if more than one binding is present
on the class path. This enhancement was proposed in <a
href="http://bugzilla.slf4j.org/show_bug.cgi?id=132">bug 132</a>
Expand Down
9 changes: 0 additions & 9 deletions src/main/assembly/source.xml
Original file line number Diff line number Diff line change
Expand Up @@ -283,15 +283,6 @@
</includes>
</fileSet>


<fileSet>
<directory>integration/target/</directory>
<outputDirectory>/</outputDirectory>
<includes>
<include>integration-${project.version}.jar</include>
</includes>
</fileSet>

<!-- Website -->
<fileSet>
<directory>target/site</directory>
Expand Down

0 comments on commit 3589f49

Please sign in to comment.