You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<li><strong><tt>jdk-deprecated-*</tt>:</strong> This disallows all deprecated
35
-
methods from the JDK (for Java <tt>*</tt> = 1.7, 1.8, 9, 10, 11, 12, 13, 14, 15, 16; Ant / Maven / Gradle automatically add the compile Java version).</li>
35
+
methods from the JDK (for Java <tt>*</tt> = 1.7, 1.8, 9, 10, 11, 12, 13, 14, 15, 16, 17; Ant / Maven / Gradle automatically add the compile Java version).</li>
36
36
37
37
<li><strong><tt>jdk-internal-*</tt>:</strong> Lists all internal packages of the JDK as of <code>Security.getProperty("package.access")</code>.
38
38
Calling those methods will always trigger security manager and is completely forbidden from Java 9 on
0 commit comments