aboutsummaryrefslogtreecommitdiff
path: root/slf4j-site/src/site/pages/news.html
diff options
context:
space:
mode:
authorCeki Gulcu <ceki@qos.ch>2014-12-16 22:56:05 +0100
committerCeki Gulcu <ceki@qos.ch>2014-12-16 22:56:05 +0100
commitcdcdebbae31243df5cedd9f92e0e33bf772f49a9 (patch)
tree0120933240da6e5a61ac620d58ae6a1371ef4f70 /slf4j-site/src/site/pages/news.html
parentf62801b7f181bc6deb92d8a70318cc27c9991d6f (diff)
downloadslf4j-cdcdebbae31243df5cedd9f92e0e33bf772f49a9.tar.gz
version 1.7.9 reverts the of JSR 305 annotations
See https://issues.scala-lang.org/browse/SI-5420
Diffstat (limited to 'slf4j-site/src/site/pages/news.html')
-rwxr-xr-xslf4j-site/src/site/pages/news.html13
1 files changed, 12 insertions, 1 deletions
diff --git a/slf4j-site/src/site/pages/news.html b/slf4j-site/src/site/pages/news.html
index f835c25b..cc686d8e 100755
--- a/slf4j-site/src/site/pages/news.html
+++ b/slf4j-site/src/site/pages/news.html
@@ -29,7 +29,18 @@
<hr noshade="noshade" size="1"/>
- <h3>14th of December, 2014 - Release of SLF4J 1.7.8 </h3>
+ <h3>16th of December, 2014 - Release of SLF4J 1.7.8</h3>
+
+ <p>The introduction of the @Nonnull JSR 305 annotation in SLF4J
+ version 1.7.8 causes the Scala compiler to fail. This is issue has
+ been documented in <a
+ href="https://issues.scala-lang.org/browse/SI-5420">SI-5420</a>. Given
+ that many Scala users will be affected by this issue for the
+ foreseeable future, we have decided to renounce the user of JSR 305
+ annotations in SLF4J for the time being.
+ </p>
+
+ <h3>14th of December, 2014 - Release of SLF4J 1.7.8</h3>
<p class="highlight"><a href="codes.html#loggerNameMismatch">Spot
incorrectly named loggers</a> by setting the