Skip to content

Commit

Permalink
Remove outdated deprecation information
Browse files Browse the repository at this point in the history
  • Loading branch information
uschindler committed Apr 26, 2020
1 parent 501a966 commit 6e1c5a8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/main/docs/bundled-signatures.html
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,7 @@ <h1>Bundled Signatures Documentation</h1>
<em>Internally this is implemented using heuristics:</em> Any reference to an API that is part of the Java runtime (<tt>rt.jar</tt>, extensions,
Java 9+ <tt>java.*</tt> / <tt>jdk.*</tt> core modules) and is <strong>not</strong> part of the Java SE specification packages
(mainly <tt>java</tt>, <tt>javax</tt>, but also <tt>org.ietf.jgss</tt>, <tt>org.omg</tt>, <tt>org.w3c.dom</tt>, and <tt>org.xml.sax</tt>) is forbidden
(any java version, no specific JDK version, <em>since forbiddenapis v2.1 / replaces deprecated and wrong-named task
setting <tt>internalRuntimeForbidden</tt></em>).</li>
(any java version, no specific JDK version, <em>since forbiddenapis v2.1).</li>

<li><strong><tt>jdk-system-out</tt>:</strong> On server-side applications or libraries used by other programs, printing to
<tt>System.out</tt> or <tt>System.err</tt> is discouraged and should be avoided (any java version, no specific JDK version).</li>
Expand Down

0 comments on commit 6e1c5a8

Please sign in to comment.