I've noticed a few very minor "source incompatibilities" with 2.6.2

Not hardly worth noting (since very easy "fixes" in my case).
but didn't know if this list would appreciate noting them?
Are these sorts of things documented somewhere?

1. DOMError interface
in Xerces 2.6.2 is in a org.w3c.dom3 package,
but in Xerces 2.7.0 is in org.w3c.dom package.


2. In the abstract class DocumentBuilderFactory
these methods became abstract (must be implemented by subclasses, even if "not supported")
        getFeature(String)
        setFeature(String, boolean)

     
Thanks for making this available so quickly. Will definitely ease the transition from Java 1.4 to Java 1.5
for us.

Reply via email to