Adrian Cole
|
37e587ee51
|
changes related to centralizing construction of invokables
|
2013-01-19 17:17:30 -08:00 |
Adrian Cole
|
4980367991
|
centralize TypeToken creation
|
2013-01-19 11:31:55 -08:00 |
petergardfjall
|
12963defdb
|
Issue #1184: fix for GleSYS provider: @Named annotations on all async api methods.
|
2013-01-17 09:32:22 +01:00 |
Adrian Cole
|
a49a060152
|
There can be only one retryable predicate; use Predicates2.retry decorator
|
2013-01-13 20:30:34 -08:00 |
Adrian Cole
|
3962b30808
|
updated to use standard guava Futures and ListenableFuture
|
2013-01-13 09:31:10 -08:00 |
Adrian Cole
|
3089111621
|
refactored internal code and tests to use FunctionalReflection
|
2013-01-07 00:36:31 -08:00 |
Adrian Cole
|
36123a6068
|
deterministic creation of requests based on arg order
|
2013-01-04 12:44:26 -08:00 |
Adrian Cole
|
6e554298ab
|
ensure extra metadata from provider doesn't trip metadata tests
|
2013-01-01 17:18:55 -08:00 |
Adrian Cole
|
e1afa8c516
|
transitioned from FindResourceInSet to FluentIterable
|
2012-12-31 22:11:34 -08:00 |
Adrian Cole
|
9745e9dc2f
|
fixed covariance and warnings on ApiMetadata subclasses
|
2012-12-31 19:40:49 -08:00 |
Adrian Cole
|
bb953c981e
|
fix issue #1101: Move to Guava 14 BaseEncoding and Hashing
|
2012-12-31 14:48:31 -08:00 |
Adrian Cole
|
cddd35bc51
|
removed unnecessary generic types and made RestAnnotationProcessor immutable
|
2012-12-30 23:18:59 -08:00 |
Adrian Cole
|
038e550d2d
|
moved off deprecated FluentIterable methods
|
2012-12-30 13:20:09 -08:00 |
Adrian Cole
|
13d8b9c402
|
replaced @Timeout w/explicit properties
|
2012-12-30 12:31:43 -08:00 |
Adrian Cole
|
ba156b7552
|
Merge pull request #1100 from andrewgaul/close-payload
Close Payload directly
|
2012-12-27 18:26:05 -08:00 |
Andrew Gaul
|
614e262ce0
|
Close Payload directly
|
2012-12-27 17:35:25 -08:00 |
Adrian Cole
|
9b1872c6ff
|
removed custom code that duplicates functionality of guava fallbacks
|
2012-12-27 16:54:31 -08:00 |
petergardfjall
|
c1dd2b479d
|
fixed review comments
|
2012-12-10 13:56:21 +01:00 |
petergardfjall
|
7a9b0bae13
|
Fix for issue #1035: glesys provider appears to be incompatible with current glesys API version
|
2012-12-06 08:59:59 +01:00 |
Adrian Cole
|
878ec1bcab
|
undid Serializable and added checkstyle InterfaceIsType:allowMarkerInterfaces=false
|
2012-11-18 09:23:44 -08:00 |
Andrew Gaul
|
3ad36d25d5
|
Enforce no unnecessary parentheses via Checkstyle
|
2012-11-10 13:22:12 -08:00 |
Andrew Gaul
|
3d191253ec
|
Enforce use of Collection helpers via Checkstyle
This ensures that we do not repeat the type name. Some instances remain
due to auto-generated code in dmtf/cim/Cim*.
|
2012-11-04 20:45:49 -08:00 |
Andrew Gaul
|
bfa3458b97
|
Prefer specific asserts where possible
|
2012-11-04 14:40:24 -08:00 |
Andrew Gaul
|
08b9982384
|
Enforce modifier order via Checkstyle
Also fix violations, via:
find -name \*.java | xargs sed -i 's/final static/static final/'
find -name \*.java | xargs sed -i 's/static private/private static/'
find -name \*.java | xargs sed -i 's/static abstract/abstract static/'
|
2012-11-01 20:01:30 -07:00 |
Andrew Gaul
|
709ca69a2d
|
Enforce that all imports are used via Checkstyle
Also remove all unused imports, via:
mvn checkstyle:checkstyle -Dcheckstyle.output.file=/dev/stdout -Dcheckstyle.output.format=plain | tac | awk -v FS=: '/warning/{print "sed -i " $2 "d " $1}' | while read i; do $i; done
|
2012-10-29 17:11:08 -07:00 |
Andrew Gaul
|
e7dde3aff5
|
Address minor copyright notice typos
|
2012-10-28 23:27:56 -07:00 |
Andrew Gaul
|
28d7a6f143
|
Prefer immutable over empty collections
The former does not create an object when calling iterator(), as
discussed here:
https://groups.google.com/d/msg/jclouds-dev/l7BviKDXreA/mP6Ow_RYxIgJ
|
2012-10-20 15:35:29 -07:00 |
Adrian Cole
|
28d766b9df
|
bumped to 1.6.0-SNAPSHOT
|
2012-09-17 01:43:52 -07:00 |
Adrian Cole
|
696f24280a
|
glesys now a provider
|
2012-09-16 21:31:12 -07:00 |