Integrated: 8334319: Missing keys in jpackage resource bundle

Alexey Semenyuk asemenyuk at openjdk.org
Wed Dec 4 22:44:41 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.

This pull request has now been integrated.

Changeset: ba158edd
Author:    Alexey Semenyuk <asemenyuk at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/ba158edd816d66e1e67e03d385e6714c3d2ecbc1
Stats:     79 lines in 4 files changed: 49 ins; 14 del; 16 mod

8334319: Missing keys in jpackage resource bundle

Reviewed-by: naoto, almatvee

-------------

PR: https://git.openjdk.org/jdk/pull/22533


More information about the core-libs-dev mailing list