Re: JDK 16 RFR of JDK-8250578: Address reliance on default constructors in javax.sql

2020-07-25 Thread Lance Andersen
+1 > On Jul 24, 2020, at 10:25 PM, Joe Darcy wrote: > > Hello, > > Another module, another use of a default constructor. Please review the fix > and CSR for: > > JDK-8250578: Address reliance on default constructors in javax.sql > CSR: https://bugs.openjdk.java.net/browse/JDK-8250579

JDK 16 RFR of JDK-8250578: Address reliance on default constructors in javax.sql

2020-07-24 Thread Joe Darcy
Hello, Another module, another use of a default constructor. Please review the fix and CSR for:     JDK-8250578: Address reliance on default constructors in javax.sql     CSR: https://bugs.openjdk.java.net/browse/JDK-8250579     http://cr.openjdk.java.net/~darcy/8250578.0/ Patch below. Thank