Skip to content

Commit

Permalink
SLF4J-431
Browse files Browse the repository at this point in the history
  • Loading branch information
ceki committed Mar 20, 2018
1 parent 9b536f4 commit 34486e4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
2 changes: 2 additions & 0 deletions slf4j-ext/src/main/java/org/slf4j/ext/EventException.java
Expand Up @@ -26,6 +26,8 @@

/**
* Exception used to identify issues related to an event that is being logged.
*
* @deprecated This class will be removed in subsequent released without replacement. Only used by EventData.
*/
public class EventException extends RuntimeException {

Expand Down
8 changes: 5 additions & 3 deletions slf4j-site/src/site/pages/news.html
Expand Up @@ -68,10 +68,12 @@ <h3>, 2018 - Release of SLF4J 1.8.0-beta2</h3>
<p>See also <a
href="https://jira.qos.ch/browse/SLF4J-428">SLF4J-428</a>.</p>

<p>In preparation for its removal due to a securoty vulnerability,
<p>In preparation for its removal due to a security vulnerability,
the class <code>org.slf4j.ext.EventData</code> is now marked as
deprecated. <p>See also <a
href="https://jira.qos.ch/browse/SLF4J-431">SLF4J-431</a>.</p>
deprecated. In subsequent releases this class well be removed
without replacement. <p>See
also <a href="https://jira.qos.ch/browse/SLF4J-430">SLF4J-430</a>
and <a href="https://jira.qos.ch/browse/SLF4J-431">SLF4J-431</a>.</p>


<h3>January 30th, 2018 - Release of SLF4J 1.8.0-beta1</h3>
Expand Down

0 comments on commit 34486e4

Please sign in to comment.