RFR (JAXP) 8171243 : CatalogManager.catalogResolver throws FileSystemNotFoundException with jar

huizhe wang huizhe.wang at oracle.com
Mon Jan 9 17:38:30 UTC 2017


Hi,

The current Catalog API accepts file paths or URIs in a form of String 
to create Catalog or CatalogResolver in an effort to maintain 
consistency with the old Catalog API and other existing processors. 
However, that also introduced an ambiguity in the API, which is unwanted 
for a new API in Java SE 9.

Please review the changes.
In jaxp repo:
http://cr.openjdk.java.net/~joehw/jdk9/8171243/webrev/

In jaxws repo:
http://cr.openjdk.java.net/~joehw/jdk9/8171243_jaxws/webrev/

JBS: https://bugs.openjdk.java.net/browse/JDK-8171243

Thanks,
Joe



More information about the core-libs-dev mailing list