On Wed, 1 Jul 2026 13:24:11 GMT, Daisuke Yamazaki <[email protected]> wrote:
> This cleans up outdated JKS references in the `keytool` man page. > The `jarsigner` man page had the same kind of outdated references, so this > also updates them. > > References to JKS as an existing built-in keystore implementation are left > unchanged. > > --------- > - [x] I confirm that I make this contribution in accordance with the [OpenJDK > Interim AI Policy](https://openjdk.org/legal/ai). src/jdk.jartool/share/man/jarsigner.md line 188: > 186: proprietary keystore type (format) named `JKS`. It protects each private > key > 187: with its individual password, and also protects the integrity of the > entire > 188: keystore with a (possibly different) password. Let's also remove the last 2 sentences of this paragraph. I don't think we should mention JKS at all, as it is discouraged. Users can always find what other keystore implementations there are via other docs, such as the JDK Providers Guide. src/jdk.jartool/share/man/jarsigner.md line 248: > 246: the following: > 247: > 248: > `keystore.type=jks` Let's also remove the "For example ..." sentence and the example. It is clear enough how to use a different keystore type, and we don't want to use the discouraged JKS keystore type as an example. ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/31740#discussion_r3560701992 PR Review Comment: https://git.openjdk.org/jdk/pull/31740#discussion_r3560717009
