RFR (JAXP): 8035467: Xerces Update: Move to Xalan based DOM L3 serializer. Deprecate Xerces' native serializer. (original) (raw)
Lance Andersen lance.andersen at oracle.com
Tue Jul 29 20:25:10 UTC 2014
- Previous message: RFR (JAXP): 8035467: Xerces Update: Move to Xalan based DOM L3 serializer. Deprecate Xerces' native serializer.
- Next message: RFR (JAXP): 8035467: Xerces Update: Move to Xalan based DOM L3 serializer. Deprecate Xerces' native serializer.
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi Joe,
For your deprecated methods, would it be reasonable to add an @see or @link to point to public apis that are the replacements?
DOMSerializerImpl has the @deprecated after the @author which you did not do in the other classes. Would be nice if we can be consistent if at all possible
Looks fine otherwise.
Best, Lance On Jul 24, 2014, at 8:39 PM, huizhe wang <huizhe.wang at oracle.com> wrote:
Hi all,
This is part of Xerces update: move to a common serialization codebase with Xalan. As noted in one of the mailing list discussions: Xalan's serializer has the same baseline capability as Xerces' Java serializer, effort was devoted to improve its performance and fix bugs and it is being maintained by Xalan-J community and so we should use Xalan's serializer as the primary code base moving forward.
The main code changes are a new set of classes in "dom3" added to the serializer package. After fixing a few compatibility issues related to the pretty-print feature, the patch now passes all of the JAXP tests. Bug: https://bugs.openjdk.java.net/browse/JDK-8035467 Webrev: http://cr.openjdk.java.net/~joehw/jdk9/8035467/webrev/ Please review. Thanks, Joe
Lance Andersen| Principal Member of Technical Staff | +1.781.442.2037 Oracle Java Engineering 1 Network Drive Burlington, MA 01803 Lance.Andersen at oracle.com
- Previous message: RFR (JAXP): 8035467: Xerces Update: Move to Xalan based DOM L3 serializer. Deprecate Xerces' native serializer.
- Next message: RFR (JAXP): 8035467: Xerces Update: Move to Xalan based DOM L3 serializer. Deprecate Xerces' native serializer.
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]