From 64aafd802c189c03aca583041ea0424d3969d511 Mon Sep 17 00:00:00 2001 From: Uwe Schindler Date: Sat, 14 Nov 2015 12:15:54 +0100 Subject: [PATCH] PR #86: Add minimum version for new bundled signatures --- src/main/docs/bundled-signatures.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/docs/bundled-signatures.html b/src/main/docs/bundled-signatures.html index a2b18801..9d9b84cb 100644 --- a/src/main/docs/bundled-signatures.html +++ b/src/main/docs/bundled-signatures.html @@ -35,10 +35,10 @@

Bundled Signatures Documentation

methods from the JDK (for Java * = 1.6, 1.7, 1.8; Maven / Gradle automatically add the compile Java version).
  • 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).
  • +System.out or System.err is discouraged and should be avoided (any java version, no specific JDK 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).
  • +and likely will not work anymore on runtime classes in Java 9 (any java version, no specific JDK 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