On Fri, 7 Oct 2022 18:24:02 GMT, Justin Lu <d...@openjdk.org> wrote: > Issue: Resource bundle name does not follow proper naming conventions > according to [getBundle > method](https://docs.oracle.com/javase/8/docs/api/java/util/ResourceBundle.html#getBundle-java.lang.String-java.util.Locale-) > for base name parameter > > Fix: Modified bundle name to be a fully qualified class and added regression > tests.
btw, the link to getBundle javadoc points to JDK8's, where the module has not yet been introduced. I was scratching my head why I couldn't find the overload that takes a Module 😀 ------------- PR: https://git.openjdk.org/jdk/pull/10612