RFR: 8334319: Missing keys in jpackage resource bundle [v2]

Alexey Semenyuk asemenyuk at openjdk.org
Wed Dec 4 05:14:55 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 with a new target base due to a merge or a rebase. The incremental webrev excludes the unrelated changes brought in by the merge/rebase. The pull request contains two additional commits since the last revision:

 - Merge branch 'master' into JDK-8334319
 - 8334319: Missing keys in jpackage resource bundle

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

Changes:
  - all: https://git.openjdk.org/jdk/pull/22533/files
  - new: https://git.openjdk.org/jdk/pull/22533/files/f42364c7..6898b98b

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk&pr=22533&range=01
 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=22533&range=00-01

  Stats: 73125 lines in 912 files changed: 60227 ins; 8430 del; 4468 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