Integrated: 8334322: Misleading values of keys in jpackage resource bundle

Alexey Semenyuk asemenyuk at openjdk.org
Wed Mar 26 20:11:15 UTC 2025


On Tue, 25 Mar 2025 03:19:39 GMT, Alexey Semenyuk <asemenyuk at openjdk.org> wrote:

> Replace `error.invalid-value-for-package-name` and `error.invalid-value-for-package-name.advice` l10n keys with a pair for rpm packaging:
>  - `error.rpm-invalid-value-for-package-name`
>  - `error.rpm-invalid-value-for-package-name.advice`
> and a pair for deb packaging:
>  - `error.deb-invalid-value-for-package-name`
>  - `error.deb-invalid-value-for-package-name.advice`
> 
> Added tests for the new l10n keys.
> Altered jdk.jpackage.internal.Arguments class to prevent it from suppressing the advice property of wrapped `jdk.jpackage.internal.ConfigException` exceptions.

This pull request has now been integrated.

Changeset: 1397ee56
Author:    Alexey Semenyuk <asemenyuk at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/1397ee56c0f281d99989058cd14016d9d7c7a240
Stats:     63 lines in 5 files changed: 47 ins; 2 del; 14 mod

8334322: Misleading values of keys in jpackage resource bundle

Reviewed-by: almatvee

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

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


More information about the core-libs-dev mailing list