Skip to content

Use keytool from java.home#15121

Merged
chrisvest merged 1 commit into
netty:4.2from
yawkat:keytool-path
May 5, 2025
Merged

Use keytool from java.home#15121
chrisvest merged 1 commit into
netty:4.2from
yawkat:keytool-path

Conversation

@yawkat
Copy link
Copy Markdown
Contributor

@yawkat yawkat commented May 5, 2025

Motivation:

We used java.home for keytool discovery, but the normal PATH for actually running the keytool. The PATH keytool might not match the one we discovered, or it might even be missing entirely.

Modification:

Use the keytool from java.home.

Result:

No discrepancy depending on PATH.

Motivation:

We used java.home for keytool discovery, but the normal PATH for actually running the keytool. The PATH keytool might not match the one we discovered, or it might even be missing entirely.

Modification:

Use the keytool from java.home.

Result:

No discrepancy depending on PATH.
@normanmaurer normanmaurer added this to the 4.2.1.Final milestone May 5, 2025
@chrisvest chrisvest merged commit 530ee7c into netty:4.2 May 5, 2025
16 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants