Ignasi Barrera
|
f469cf8b51
|
Next development version 2.0.0-SNAPSHOT
|
2015-03-24 10:52:01 +01:00 |
Ignasi Barrera
|
bb41ed4341
|
Apache jclouds 1.9.0 release
|
2015-03-24 10:35:42 +01:00 |
Ignasi Barrera
|
958d09ecbd
|
JCLOUDS-753: Make ConnectionSpec configurable in the OkHttp driver
|
2014-12-02 18:17:17 +01:00 |
Ignasi Barrera
|
902f1b4105
|
JCLOUDS-744: Upgrade to OkHttp 2.1.0 and use its native API
|
2014-11-27 18:44:08 +01:00 |
Adrian Cole
|
0012e6f950
|
JCLOUDS-534 Avoid runtime incompatibility introduced by Guava's closeQuietly.
|
2014-10-29 17:01:26 -07:00 |
Adrian Cole
|
0a236f59ad
|
JCLOUDS-153 remove IO Executor and usage of it.
|
2014-10-06 07:56:31 -07:00 |
Andrew Gaul
|
dc3011469b
|
Prefer Charsets.UTF_8 over string literal
Found with modernizer-maven-plugin.
|
2014-09-20 18:31:24 -07:00 |
Andrew Phillips
|
e3d9851216
|
Up to 2.0.0-SNAPSHOT after the 1.8.0 release
|
2014-08-05 09:10:24 +02:00 |
Andrew Gaul
|
9cdd53b0b7
|
JCLOUDS-546: Remove Javadoc @author annotations
Annotations removed with:
find -name \*.java | xargs sed -i /@author/d
Empty Javadoc removed with multiple iterations of:
find -name \*.java | xargs sed -i -z 's/ \*\n \*\// \*\//'
find -name \*.java | xargs sed -i -z 's/ \* \n \*\// \*\//'
find -name \*.java | xargs sed -i -z 's/\/\*\*\n \*\/\n//'
|
2014-06-07 21:44:54 -07:00 |
Andrew Gaul
|
8d51ad6f87
|
Prefer Guava HttpHeaders over JAX-RS
jclouds code contains more instances of the former and Guava has
additional constants like CONTENT_MD5.
|
2014-05-15 01:55:51 -07:00 |
Ignasi Barrera
|
09a430744a
|
Added OkHttp driver to support modern HTTP verbs
|
2014-01-13 10:47:39 +01:00 |