src/share/classes/com/sun/tools/jdeps/resources/jdkinternals.properties

Thu, 27 Apr 2017 16:18:18 -0700

author
bchristi
date
Thu, 27 Apr 2017 16:18:18 -0700
changeset 3389
e2abef6f10b9
parent 3368
f206126308bc
permissions
-rw-r--r--

8176329: jdeps to detect MR jar file and output a warning
Reviewed-by: mchung

     1 // No translation needed
     2 com.sun.crypto.provider.SunJCE=Use java.security.Security.getProvider(provider-name) @since 1.3
     3 com.sun.org.apache.xml.internal.security=Use java.xml.crypto @since 1.6
     4 com.sun.org.apache.xml.internal.security.utils.Base64=Use java.util.Base64 @since 1.8
     5 com.sun.org.apache.xml.internal.resolver=Use javax.xml.catalog @since 9
     6 com.sun.net.ssl=Use javax.net.ssl @since 1.4
     7 com.sun.net.ssl.internal.ssl.Provider=Use java.security.Security.getProvider(provider-name) @since 1.3
     8 com.sun.rowset=Use javax.sql.rowset.RowSetProvider @since 1.7
     9 com.sun.tools.doclets.standard=Use jdk.javadoc.doclets.StandardDoclet @since 9.
    10 com.sun.tools.javac.tree=Use com.sun.source @since 1.6
    11 com.sun.tools.javac=Use javax.tools and javax.lang.model @since 1.6
    12 java.awt.peer=Should not use. See https://bugs.openjdk.java.net/browse/JDK-8037739
    13 java.awt.dnd.peer=Should not use. See https://bugs.openjdk.java.net/browse/JDK-8037739
    14 jdk.internal.ref.Cleaner=Use java.lang.ref.PhantomReference @since 1.2 or java.lang.ref.Cleaner @since 9
    15 sun.awt.CausedFocusEvent=Use java.awt.event.FocusEvent::getCause @since 9
    16 sun.font.FontUtilities=See java.awt.Font.textRequiresLayout @since 9
    17 sun.reflect.Reflection=See http://openjdk.java.net/jeps/260
    18 sun.reflect.ReflectionFactory=See http://openjdk.java.net/jeps/260
    19 sun.misc.Unsafe=See http://openjdk.java.net/jeps/260
    20 sun.misc.Signal=See http://openjdk.java.net/jeps/260
    21 sun.misc.SignalHandler=See http://openjdk.java.net/jeps/260
    22 sun.security.action=Use java.security.PrivilegedAction @since 1.1
    23 sun.security.krb5=Use com.sun.security.jgss
    24 sun.security.provider.PolicyFile=Use java.security.Policy.getInstance("JavaPolicy", new URIParameter(uri)) @since 1.6
    25 sun.security.provider.Sun=Use java.security.Security.getProvider(provider-name) @since 1.3
    26 sun.security.util.HostnameChecker=Use javax.net.ssl.SSLParameters.setEndpointIdentificationAlgorithm("HTTPS") @since 1.7\n\
    27 or javax.net.ssl.HttpsURLConnection.setHostnameVerifier() @since 1.4
    28 sun.security.util.SecurityConstants=Use appropriate java.security.Permission subclass @since 1.1
    29 sun.security.x509.X500Name=Use javax.security.auth.x500.X500Principal @since 1.4
    30 sun.tools.jar=Use java.util.jar @since 1.2
    31 sun.tools.jar.Main=Use java.util.spi.ToolProvider @since 9
    32 # Internal APIs removed in JDK 9
    33 com.apple.eawt=Use java.awt.Desktop @since 9.  See http://openjdk.java.net/jeps/272
    34 com.apple.concurrent=Removed in JDK 9. See https://bugs.openjdk.java.net/browse/JDK-8148187
    35 com.sun.image.codec.jpeg=Use javax.imageio @since 1.4
    36 sun.awt.image.codec=Use javax.imageio @since 1.4
    37 sun.misc.BASE64Encoder=Use java.util.Base64 @since 1.8
    38 sun.misc.BASE64Decoder=Use java.util.Base64 @since 1.8
    39 sun.misc.ClassLoaderUtil=Use java.net.URLClassLoader.close() @since 1.7
    40 sun.misc.Cleaner=Use java.lang.ref.PhantomReference @since 1.2 or java.lang.ref.Cleaner @since 9.\n\
    41 See http://openjdk.java.net/jeps/260.
    42 sun.misc.Service=Use java.util.ServiceLoader @since 1.6
    43 sun.misc=Removed in JDK 9. See http://openjdk.java.net/jeps/260
    44 sun.reflect=Removed in JDK 9. See http://openjdk.java.net/jeps/260

mercurial