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

fix: make CloudStorageFileSystem#forBucket thread safe #719

Merged
merged 6 commits into from Sep 27, 2021
Merged

Commits on Sep 23, 2021

  1. fix: make CloudStorageFileSystem#forBucket thread safe

    Replace manual attempt at caching via a HashMap with a guava Cache.
    
    Fix #691
    Fix #698
    BenWhitehead committed Sep 23, 2021
    Copy the full SHA
    8c30cb3 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    fc2903b View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    878ed29 View commit details
    Browse the repository at this point in the history
  4. fix: deps declaration

    BenWhitehead committed Sep 23, 2021
    Copy the full SHA
    a8343d6 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2021

  1. fix: review feedback

    BenWhitehead committed Sep 24, 2021
    Copy the full SHA
    431319f View commit details
    Browse the repository at this point in the history
  2. chore: move test to appropriate class

    mistakenly included test in Provider test even though it doesn't do anything with the provider api
    BenWhitehead committed Sep 24, 2021
    Copy the full SHA
    25c3df5 View commit details
    Browse the repository at this point in the history