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

Conversation

bjhargrave
Copy link
Member

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.

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 bjhargrave merged commit 02fa8fd into bndtools:master May 27, 2022
@bjhargrave bjhargrave deleted the jarsigner-fix branch May 27, 2022 20:01
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.

None yet

1 participant