Integrated: 8294989: ResourceBundle naming convention issue in JdbcRowSetResourceBundle.java
Justin Lu
duke at openjdk.org
Tue Oct 25 19:26:00 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/en/java/javase/18/docs/api/java.base/java/util/ResourceBundle.html#getBundle(java.lang.String,java.util.Locale,java.lang.Module)) for base name parameter
>
> Fix: Modified bundle name to be a fully qualified class and added regression tests.
This pull request has now been integrated.
Changeset: d393e051
Author: Justin Lu <justin.lu at oracle.com>
Committer: Naoto Sato <naoto at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/d393e051e660d05b645a2d148c6cdfc21b1d347e
Stats: 150 lines in 3 files changed: 149 ins; 0 del; 1 mod
8294989: ResourceBundle naming convention issue in JdbcRowSetResourceBundle.java
Reviewed-by: naoto, lancea, bchristi
-------------
PR: https://git.openjdk.org/jdk/pull/10612
More information about the core-libs-dev
mailing list