New APIs in Java 12
Comparing Java 12 (12.0.2+10-adpt) with Java 10 (10.0.2-open).
Element | Modification |
---|---|
java.activation | |
java.base | |
java.io | |
ByteArrayInputStream | |
ByteArrayOutputStream | |
FileInputStream | |
finalize() | |
FileOutputStream | |
finalize() | |
FileReader | |
FileWriter | |
InputStream | |
OutputStream | |
Reader | |
Writer | |
java.lang.invoke | |
| |
| |
| |
java.lang.ref | |
Reference | |
java.lang.reflect | |
UndeclaredThrowableException | |
getCause() |
|
java.lang | |
Character.UnicodeBlock | |
Character | |
ClassNotFoundException | |
getCause() |
|
| |
| |
| |
ExceptionInInitializerError | |
getCause() |
|
| |
| |
| |
Runtime | |
runFinalizersOnExit(boolean) | |
SecurityManager | |
checkAwtEventQueueAccess() | |
checkMemberAccess(Class, int) | |
checkSystemClipboardAccess() | |
checkTopLevelWindow(Object) | |
| |
| |
| |
System | |
runFinalizersOnExit(boolean) | |
Thread | |
destroy() | |
stop(Throwable) | |
Character.UnicodeScript | |
CharSequence | |
java.net | |
SecureCacheResponse | |
ServerSocket | |
java.nio.channels | |
SelectionKey | |
Selector | |
java.nio.file | |
Files | |
Path | |
java.nio | |
ByteBuffer | |
CharBuffer | |
DoubleBuffer | |
FloatBuffer | |
IntBuffer | |
LongBuffer | |
ShortBuffer | |
java.security.interfaces | |
DSAPrivateKey | |
| |
DSAPublicKey | |
| |
ECPrivateKey | |
| |
ECPublicKey | |
| |
RSAKey | |
RSAMultiPrimePrivateCrtKey | |
| |
RSAPrivateCrtKey | |
| |
RSAPrivateKey | |
| |
RSAPublicKey | |
| |
java.security.spec | |
| |
getName() | |
MGF1ParameterSpec | |
PSSParameterSpec | |
RSAKeyGenParameterSpec | |
RSAMultiPrimePrivateCrtKeySpec | |
RSAPrivateCrtKeySpec | |
RSAPrivateKeySpec | |
RSAPublicKeySpec | |
java.security | |
PrivilegedActionException | |
getCause() |
|
Key | |
| |
PrivateKey | |
| |
PublicKey | |
| |
java.text.spi | |
NumberFormatProvider | |
java.text | |
NumberFormat.Field | |
NumberFormat | |
java.util.concurrent | |
CompletableFuture | |
PriorityBlockingQueue | |
| |
| |
| |
| |
TimeUnit | |
CompletionStage | |
java.util.function | |
Predicate | |
java.util.jar | |
| |
| |
| |
java.util.regex | |
Pattern | |
java.util.stream | |
Collectors | |
java.util.zip | |
Deflater | |
finalize() | |
Inflater | |
finalize() | |
ZipFile | |
finalize() | |
java.util | |
ArrayList | |
| |
| |
OptionalDouble | |
OptionalInt | |
OptionalLong | |
Optional | |
PriorityQueue | |
| |
| |
| |
| |
Collection | |
javax.crypto.interfaces | |
DHPrivateKey | |
| |
DHPublicKey | |
| |
PBEKey | |
| |
javax.crypto.spec | |
javax.crypto | |
Cipher | |
SecretKey | |
| |
javax.net.ssl | |
HttpsURLConnection | |
javax.security.auth | |
Policy | |
java.compiler | |
javax.lang.model.util | |
AbstractAnnotationValueVisitor7 | |
| |
AbstractElementVisitor7 | |
| |
AbstractTypeVisitor7 | |
| |
ElementKindVisitor7 | |
| |
| |
ElementScanner7 | |
| |
| |
SimpleAnnotationValueVisitor7 | |
| |
| |
SimpleElementVisitor7 | |
| |
| |
SimpleTypeVisitor7 | |
| |
| |
TypeKindVisitor7 | |
| |
| |
javax.lang.model | |
SourceVersion | |
java.corba | |
java.desktop | |
java.awt | |
| |
| |
| |
javax.print.attribute.standard | |
javax.swing.filechooser | |
FileSystemView | |
javax.swing | |
DefaultComboBoxModel | |
DefaultListModel | |
ListSelectionModel | |
java.naming | |
javax.naming.directory | |
Attribute | |
| |
javax.naming | |
Name | |
| |
java.rmi | |
java.rmi.server | |
RemoteRef | |
| |
ServerRef | |
| |
java.sql | |
javax.transaction.xa | |
java.transaction | |
java.xml.bind | |
java.xml.crypto | |
javax.xml.crypto.dsig | |
DigestMethod | |
SignatureMethod | |
java.xml.ws.annotation | |
java.xml.ws |
This report is based on simple comparison of all public
and
protected
APIs of the java.*
and javax.*
packages of JDK builds 12.0.2+10-adpt and
10.0.2-open. It does not make statements about
compatibility.
For the latest Java versions the corresponding CSRs (Compatibility & Specification Review) are linked for a quick reference to find out about the reasoning of the change.