Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

jarsigner: Fix 2 bugs in the jarsigner support #5267

Merged
merged 1 commit into from May 27, 2022

Commits on May 27, 2022

  1. jarsigner: Fix 2 bugs in the jarsigner support

    First, the support did not consult the JAVA_HOME env var to locate the
    jarsigner tool. So this could be a different version than the desired
    one.
    
    Second, the support did not handle EC key signing as the *.EC files were
    not copied in the result jar which breaks the signing.
    
    Signed-off-by: BJ Hargrave <bj@hargrave.dev>
    bjhargrave committed May 27, 2022
    Copy the full SHA
    0e783ef View commit details
    Browse the repository at this point in the history