ResourceBundleControlProvider replacement for java 9?

2018-01-10 Thread Romain Manni-Bucau
Hi guys, Opened https://bugs.java.com/bugdatabase/view_bug.do?bug_id=JDK-8193680 and it got closed - not fully sure what was missing - but I got the recommandation to contact that list on that topic. The issue is simple: java 8 introduced ResourceBundleControlProvider which is really nice and all

[11] RFR 8194148: bcp47u/SymbolsTests.java and FormatTests.java fail on th_TH locale

2018-01-10 Thread Naoto Sato
Hello, Please review a simple test fix to the following issue: https://bugs.openjdk.java.net/browse/JDK-8194148 The proposed changeset is located at: http://cr.openjdk.java.net/~naoto/8194148/webrev.00/ The gist of the issue is that on some test machine, Buddhist calendar is the default for

Re: ResourceBundleControlProvider replacement for java 9?

2018-01-10 Thread Naoto Sato
Hi Romain, The idea of ResourceBundleControlProvider that silently intercepts getBundle of every application on the system is not well fit with the module system, especially in terms of resource encapsulation. That's one of the reasons behind the decision to disable ResourceBundle.Control in