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

Add our own versions cache #1220

Merged
merged 2 commits into from
Jan 6, 2020
Merged

Add our own versions cache #1220

merged 2 commits into from
Jan 6, 2020

Commits on Jan 6, 2020

  1. Add our own versions cache

    The same rationale as for #1218 applies here too. Our own versions cache
    allows for a more fine-grained control of which calls to Coursier (and
    therefore potentially to Maven Central) are rate limited. Since we are
    using the same TTL for our cache and for Coursier's cache, our cache
    should be as fresh as Coursier's.
    
    The previous rate limiting could result in limited calls that hit
    Coursier's cache and unlimited calls that missed Coursier's cache.
    This won't happen with this implementation. So we're faster now and
    reduce the chance of being blacklisted by Maven Central again.
    fthomas committed Jan 6, 2020
    Configuration menu
    Copy the full SHA
    710d4c2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f995d52 View commit details
    Browse the repository at this point in the history