Run
jdeprscan --release 13 -l --for-removal
to get the list of APIs that are marked for removal in JDK 13.
The jdeprscan tool is available since JDK 9. If you want to print the list of APIs for a different JDK version, then replace the release number with 9 or later.
网友评论