git: openjdk/mobile: 2 new changesets
duke
duke at openjdk.java.net
Thu Aug 27 10:02:06 UTC 2020
Changeset: 56d8e8a0
Author: Patrick Concannon <pconcannon at openjdk.org>
Date: 2020-08-27 10:57:13 +0000
URL: https://git.openjdk.java.net/mobile/commit/56d8e8a0
8189744: Deprecate the JDK-specific API for setting socket options, jdk.net.Sockets
The JDK-specific API `jdk.net.Sockets` has been redundant since Java SE 9 added standard methods to get/set socket options and retrieve per-Socket supported options. This fix deprecates the class and its public methods.
Reviewed-by: chegar, dfuchs
! src/jdk.net/share/classes/jdk/net/Sockets.java
Changeset: 0f4e7501
Author: duke <duke at openjdk.org>
Date: 2020-08-27 10:01:21 +0000
URL: https://git.openjdk.java.net/mobile/commit/0f4e7501
Automatic merge of jdk:master into master
More information about the mobile-changes
mailing list