Re: RFR (JAXP): 8132091: Clean up JAXP code that has dependency on Java version string

2015-12-03 Thread huizhe wang
Thanks Lance! Joe On 12/3/2015 11:16 AM, Lance Andersen wrote: Hi Joe, Looks OK… Best Lance On Dec 3, 2015, at 2:06 PM, huizhe wang > wrote: Hi, This is a clean-up of the code in jaxp that had depended on Java version string. This

Re: RFR (JAXP): 8132091: Clean up JAXP code that has dependency on Java version string

2015-12-03 Thread Mandy Chung
> On Dec 3, 2015, at 11:06 AM, huizhe wang wrote: > > Hi, > > This is a clean-up of the code in jaxp that had depended on Java version > string. This code came from JAXP standalone that no longer exists. > > jbs: https://bugs.openjdk.java.net/browse/JDK-8132091 >

Re: RFR (JAXP): 8132091: Clean up JAXP code that has dependency on Java version string

2015-12-03 Thread Lance Andersen
Hi Joe, Looks OK… Best Lance On Dec 3, 2015, at 2:06 PM, huizhe wang wrote: > Hi, > > This is a clean-up of the code in jaxp that had depended on Java version > string. This code came from JAXP standalone that no longer exists. > > jbs:

Re: RFR (JAXP): 8132091: Clean up JAXP code that has dependency on Java version string

2015-12-03 Thread huizhe wang
On 12/3/2015 12:55 PM, Iris Clark wrote: Hi, Joe. This looks great. Thanks. Thanks for removing this Java version-dependent code. Yes, together with your previous change to those jaxp tests, we are clear of all dependency on java.version from jaxp related code. Regards, Joe Regards,

RE: RFR (JAXP): 8132091: Clean up JAXP code that has dependency on Java version string

2015-12-03 Thread Iris Clark
Hi, Joe. This looks great. Thanks for removing this Java version-dependent code. Regards, iris -Original Message- From: huizhe wang Sent: Thursday, December 03, 2015 11:07 AM To: core-libs-dev@openjdk.java.net Subject: RFR (JAXP): 8132091: Clean up JAXP code that has dependency on