Skip to content

Commit

Permalink
PR #86: Add documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
uschindler committed Nov 14, 2015
1 parent 34b5f1c commit 9a07e3b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/main/docs/bundled-signatures.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ <h1>Bundled Signatures Documentation</h1>
<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>

<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>

<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
(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>
Expand Down

0 comments on commit 9a07e3b

Please sign in to comment.