diff --git a/src/main/docs/bundled-signatures.html b/src/main/docs/bundled-signatures.html index 9d9b84cb..a9735917 100644 --- a/src/main/docs/bundled-signatures.html +++ b/src/main/docs/bundled-signatures.html @@ -40,6 +40,10 @@

Bundled Signatures Documentation

  • 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 JDK version, since forbiddenapis v2.1).
  • +
  • jdk-internal: Lists all internal packages of the JDK as of Security.getProperty("package.access"). +Calling those methods will always trigger security manager and is completely forbidden from Java 9 on +(for Java * = 1.6, 1.7, 1.8; Maven / Gradle automatically add the compile Java version, since forbiddenapis v2.1).
  • +
  • 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).