Re: [9] RFR: 8171189: Deprecate ResourceBundleControlProvider for removal

2016-12-19 Thread Mandy Chung
Looks fine. To our knowledge, this ResourceBundleControlProvider SPI is rarely used, if any. The extension mechanism was removed in jdk-9+41 and there isn’t any issue filed related to this SPI. I agree to deprecate ResourceBundleControlProvider for removal. Mandy > On Dec 19, 2016, at 9:08

Re: [9] RFR: 8171189: Deprecate ResourceBundleControlProvider for removal

2016-12-19 Thread Naoto Sato
Small modification to the proposed fix: http://cr.openjdk.java.net/~naoto/8171189/webrev.01/ Modified test/ProblemList.txt to remove the line for the said SPI test. No other changes from 00. Naoto On 12/19/16 8:28 AM, Naoto Sato wrote: Hello, Please review the fix to the following issue:

[9] RFR: 8171189: Deprecate ResourceBundleControlProvider for removal

2016-12-19 Thread Naoto Sato
Hello, Please review the fix to the following issue: https://bugs.openjdk.java.net/browse/JDK-8171189 The proposed fix is located at: http://cr.openjdk.java.net/~naoto/8171189/webrev.00/ The said SPI utilizes the Java extension mechanism which is now removed from JDK9. To our knowledge, no