Re: RFR (JAXP) 8146237: PREFER from Features API taking precedence over catalog file

2016-02-17 Thread huizhe wang
Thanks Lance! On 2/17/2016 12:46 PM, Lance Andersen wrote: looks OK Joe On Feb 16, 2016, at 8:31 PM, huizhe wang > wrote: Hi, Please review a fix on missing property settings read from catalog files. Values from catalog files shall override any other settings

Re: RFR (JAXP) 8146237: PREFER from Features API taking precedence over catalog file

2016-02-17 Thread Lance Andersen
looks OK Joe On Feb 16, 2016, at 8:31 PM, huizhe wang wrote: > Hi, > > Please review a fix on missing property settings read from catalog files. > Values from catalog files shall override any other settings including those > through the API, e.g. builder().with(CatalogFeatures.Feature.PREFER,

RFR (JAXP) 8146237: PREFER from Features API taking precedence over catalog file

2016-02-16 Thread huizhe wang
Hi, Please review a fix on missing property settings read from catalog files. Values from catalog files shall override any other settings including those through the API, e.g. builder().with(CatalogFeatures.Feature.PREFER, "system"). JBS: https://bugs.openjdk.java.net/browse/JDK-8146237 webr