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

Performance: Cache checksum information in data directory #113

Closed
smarkwal opened this issue Jan 10, 2022 · 1 comment
Closed

Performance: Cache checksum information in data directory #113

smarkwal opened this issue Jan 10, 2022 · 1 comment
Labels
techdebt Technical debts

Comments

@smarkwal
Copy link
Owner

Goal

Subsequent runs of the same check (same artifacts, same options, etc.) should not require any network activities, e.g., no HTTP requests to Maven Central.

@smarkwal
Copy link
Owner Author

Outcome

If an artifact has been found given its checksum, JarHC stores the artifact coordinates in the file $JARHC_DATA/checksums/<checksum>.txt.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
techdebt Technical debts
Projects
None yet
Development

No branches or pull requests

1 participant