Skip to content

Commit

Permalink
PR #86: Add minimum version for new bundled signatures
Browse files Browse the repository at this point in the history
  • Loading branch information
uschindler committed Nov 14, 2015
1 parent 9a07e3b commit 64aafd8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/docs/bundled-signatures.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@ <h1>Bundled Signatures Documentation</h1>
methods from the JDK (for Java <tt>*</tt> = 1.6, 1.7, 1.8; Maven / Gradle automatically add the compile Java version).</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 version).</li>
<tt>System.out</tt> or <tt>System.err</tt> is discouraged and should be avoided (any java version, no specific JDK version).</li>

<li><strong><tt>jdk-reflection</tt>:</strong> Reflection usage to work around access flags fails with SecurityManagers
and likely will not work anymore on runtime classes in Java 9 (any java version, no specific version).</li>
and likely will not work anymore on runtime classes in Java 9 (any java version, no specific JDK version, <em>since forbiddenapis v2.1</em>).</li>

<li><strong><tt>commons-io-unsafe-*</tt>:</strong> If your application uses the famous <i>Apache Common-IO</i> library,
this adds signatures of all methods that depend on default charset
Expand Down

0 comments on commit 64aafd8

Please sign in to comment.