From 9a07e3bf3b95c177041f9f6e77d9db529c0ebace Mon Sep 17 00:00:00 2001 From: Uwe Schindler Date: Sat, 14 Nov 2015 12:11:19 +0100 Subject: [PATCH] PR #86: Add documentation --- src/main/docs/bundled-signatures.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/main/docs/bundled-signatures.html b/src/main/docs/bundled-signatures.html index 300413e3..a2b18801 100644 --- a/src/main/docs/bundled-signatures.html +++ b/src/main/docs/bundled-signatures.html @@ -37,6 +37,9 @@

Bundled Signatures Documentation

  • jdk-system-out: On server-side applications or libraries used by other programs, printing to System.out or System.err is discouraged and should be avoided (any java version, no specific version).
  • +
  • jdk-reflection: 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).
  • +
  • commons-io-unsafe-*: If your application uses the famous Apache Common-IO library, this adds signatures of all methods that depend on default charset (for versions * = 1.0, 1.1, 1.2, 1.3, 1.4, 2.0, 2.1, 2.2, 2.3, 2.4).