English 中文(简体)
Java 10 - Deprecated Features & Options
  • 时间:2024-09-17

Java 10 - Deprecated Features & Options

Previous Page Next Page  

JDK 10 release has deprecated several APIs, features and Options from Java pbrary. Following is the relevant details.

    SNMP Monitoring Support deprecated − jdk.snmp module supporting SNMP monitoring and management support for the JVM is now deprecated and is marked forRemoval=true.

    java.security classes deprecated − java.security.{Certificate, Identity, IdentityScope, Signer} classes are now deprecated and is marked forRemoval=true.

    javax.security.auth.Popcy API forRemoval − The deprecated javax.security.auth.Popcy is marked forRemoval=true.

    APIs marked for removal − Following APIs are also marked for removal in Java 10 release as there standalone implementations are readily available.

      java.activation

      java.corba

      java.se.ee (aggregator)

      java.transaction

      java.xml.bind

      java.xml.ws

      java.xml.ws.annotation

Advertisements