Skip to content

Commit 64aafd8

Browse files
committed
PR #86: Add minimum version for new bundled signatures
1 parent 9a07e3b commit 64aafd8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/docs/bundled-signatures.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@ <h1>Bundled Signatures Documentation</h1>
3535
methods from the JDK (for Java <tt>*</tt> = 1.6, 1.7, 1.8; Maven / Gradle automatically add the compile Java version).</li>
3636

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

4040
<li><strong><tt>jdk-reflection</tt>:</strong> Reflection usage to work around access flags fails with SecurityManagers
41-
and likely will not work anymore on runtime classes in Java 9 (any java version, no specific version).</li>
41+
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>
4242

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

0 commit comments

Comments
 (0)