[jdk17u-dev] RFR: 8286122: [macos]: App bundle cannot upload to Mac App Store due to info.plist embedded in java exe

Goetz Lindenmaier goetz at openjdk.org
Wed Jul 20 07:06:06 UTC 2022


I backport this for parity with 17.0.5-oracle.

The localization file "de" patched by the original change is not in 17.
It was added in "8283805: [REDO] JDK 19 L10n resource files update - msgdrop 10"
I had a look at backporting that change, too. I think the localization updates are
a nice to have for the LTS. But it is a big change and does not apply well. Each new/removed entry would
have to be checked. So I decided not to do it.
Instead, I inlcude the de file for jpackage in this change, along with the two 
new Strings. This file matches the jpackage in 17 as there were no other addions to 
the ja and zh files between 17 and 8283805.

I had to adapt the copyright in the ja and zh files.

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

Commit messages:
 - Backport b523c88480ba5c8f9d78537c9de0abcbf1f867c0

Changes: https://git.openjdk.org/jdk17u-dev/pull/565/files
 Webrev: https://webrevs.openjdk.org/?repo=jdk17u-dev&pr=565&range=00
  Issue: https://bugs.openjdk.org/browse/JDK-8286122
  Stats: 164 lines in 5 files changed: 160 ins; 1 del; 3 mod
  Patch: https://git.openjdk.org/jdk17u-dev/pull/565.diff
  Fetch: git fetch https://git.openjdk.org/jdk17u-dev pull/565/head:pull/565

PR: https://git.openjdk.org/jdk17u-dev/pull/565


More information about the jdk-updates-dev mailing list