RFR: 8334319: Missing keys in jpackage resource bundle
Alexey Semenyuk
asemenyuk at openjdk.org
Wed Dec 4 03:54:37 UTC 2024
On Wed, 4 Dec 2024 03:38:59 GMT, Alexey Semenyuk <asemenyuk at openjdk.org> wrote:
> - Add missing resource keys to Windows property files;
> - Fix the code to throw `ConfigException` if the service installer executable is required but not available instead of throwing the exception only when it is not found in the resource directory;
> - Fix `JPackageStringBundle.getFormattedString()` that should not use a resource property string as a format for `MessageFormat.format()` if there are no arguments for formatting. `MessageFormat.format()` interprets characters in the format string, e.g., it removes single quotes.
> - Add tests.
@sashamatveev ptal
-------------
PR Comment: https://git.openjdk.org/jdk/pull/22533#issuecomment-2516118340
More information about the core-libs-dev
mailing list