Skip to content

Commit 9a07e3b

Browse files
committed
PR #86: Add documentation
1 parent 34b5f1c commit 9a07e3b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/main/docs/bundled-signatures.html

+3
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@ <h1>Bundled Signatures Documentation</h1>
3737
<li><strong><tt>jdk-system-out</tt>:</strong> On server-side applications or libraries used by other programs, printing to
3838
<tt>System.out</tt> or <tt>System.err</tt> is discouraged and should be avoided (any java version, no specific version).</li>
3939

40+
<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>
42+
4043
<li><strong><tt>commons-io-unsafe-*</tt>:</strong> If your application uses the famous <i>Apache Common-IO</i> library,
4144
this adds signatures of all methods that depend on default charset
4245
(for versions <tt>*</tt> = 1.0, 1.1, 1.2, 1.3, 1.4, 2.0, 2.1, 2.2, 2.3, 2.4).</li>

0 commit comments

Comments
 (0)