Hi Joe, As much as I would like to support removing obsolete classes, I wonder if the forRemoval=true is a bit premature.
I see that for instance, com.sun.org.apache.xml.internal.resolver.Catalog seems to be still used at many places in our code base. It would be more convincing if we could first make our own codebase stop using these classes: then we could be confident that forRemoval=true is the better choice! best regards, -- daniel On 14/09/16 05:48, Joe Wang wrote:
Hi, Please review the deprecation of the internal Catalog API. JBS: https://bugs.openjdk.java.net/browse/JDK-8165784 webrev: http://cr.openjdk.java.net/~joehw/jdk9/8165784/webrev/ Thanks, Joe