-
-
Notifications
You must be signed in to change notification settings - Fork 21
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
Store key not found
in cache
#313
Comments
Just checking in on the progress on this feature. We're looking at using pgpverify-maven-plugin for a project with a very large number of dependencies, and since this contains a number of dependencies without keys, this is currently slowing down the build quite significantly. My experience with Maven plugins is limited, so not sure to what extent I would be able to help with a patch. But if there's anything I can do to support, I'm happy to do so. |
Thanks for interesting .... I will try to fix it ... Anyway any help in this is appreciated |
Thanks! I can certainly offer to review any PR and try it out on our use case. |
@protocol7 - PR ready - waiting for your review |
Thanks, tested. Found a bug which I've made a suggestion to fix in the PR, but with that fix in place it works as expected for our case. |
And logged thread diag does not distinguish: "waits for X" or "has X". --- https://issues.apache.org/jira/browse/MRESOLVER-380
When key is not published to public key servers we don't need look up for key every time verification is run.
We can store this information in cache and (re-try after cache invalidated).
Continuation for: #305
May impact on: #284
The text was updated successfully, but these errors were encountered: