Re: filesystem (LocalBlobStore) failing intermittently on initial "upload" in v2.2.1

2021-01-31 Thread Andrew Gaul
I opened a pull request: https://github.com/apache/jclouds/pull/94 On Fri, Jan 08, 2021 at 10:01:56AM +0900, Andrew Gaul wrote: > Hi John, the code in LocalBlobStore.putBlob looks like this: > > String eTag = storageStrategy.putBlob(containerName, blob); >

jclouds 2.3.0-SNAPSHOT testing

2021-01-31 Thread Andrew Gaul
We are preparing for 2.3.0 and jclouds could use your help! The next release requires Java 8 and upgraded many dependencies, including Guava and Guice. This will break some projects but improve compatibility with modern Java environments. Users can help ensure a successful release by testing