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 |