RFR: 8294989: ResourceBundle naming convention issue in JdbcRowSetResourceBundle.java
Naoto Sato
naoto at openjdk.org
Wed Oct 19 22:47:07 UTC 2022
On Fri, 7 Oct 2022 18:24:02 GMT, Justin Lu <duke at 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
More information about the core-libs-dev
mailing list