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
of "unsafe" methods that use default charset, default locale, or default timezone. For server applications it is very
31
31
stupid to call those methods, as the results will definitely not what the user wants
32
-
(for Java <tt>*</tt> = 1.7, 1.8, 9,..., 18; Ant / Maven / Gradle automatically add the compile Java version).</li>
32
+
(for Java <tt>*</tt> = 1.7, 1.8, 9,..., 19; Ant / Maven / Gradle automatically add the compile Java version).</li>
33
33
34
34
<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,..., 18; Ant / Maven / Gradle automatically add the compile Java version).</li>
35
+
methods from the JDK (for Java <tt>*</tt> = 1.7, 1.8, 9,..., 19; 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