RFR: 8334319: Missing keys in jpackage resource bundle [v3]
Alexey Semenyuk
asemenyuk at openjdk.org
Wed Dec 4 17:52:59 UTC 2024
> - 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.
Alexey Semenyuk has updated the pull request incrementally with one additional commit since the last revision:
Rollback redundant l10n changes
-------------
Changes:
- all: https://git.openjdk.org/jdk/pull/22533/files
- new: https://git.openjdk.org/jdk/pull/22533/files/6898b98b..35ae2a0a
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk&pr=22533&range=02
- incr: https://webrevs.openjdk.org/?repo=jdk&pr=22533&range=01-02
Stats: 6 lines in 3 files changed: 0 ins; 6 del; 0 mod
Patch: https://git.openjdk.org/jdk/pull/22533.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/22533/head:pull/22533
PR: https://git.openjdk.org/jdk/pull/22533
More information about the core-libs-dev
mailing list