Adrian Cole
|
5aa41d07aa
|
Merge pull request #1261 from jclouds/aws-action-names
changed aws apis to use Action key for config instead of more verbose iam names
|
2013-01-29 05:53:06 -08:00 |
|
adriancole
|
b3c3cb0a88
|
issue #1184 changed aws apis to use Action key for config instead of more verbose iam names
|
2013-01-29 04:45:42 -08:00 |
|
adriancole
|
a51e6a8323
|
issue #1089 removed default timeout values so that those not using async will have simpler debugging
|
2013-01-29 04:19:00 -08:00 |
|
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 |
|
Adrian Cole
|
9745e9dc2f
|
fixed covariance and warnings on ApiMetadata subclasses
|
2012-12-31 19:40:49 -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
|
9b1872c6ff
|
removed custom code that duplicates functionality of guava fallbacks
|
2012-12-27 16:54:31 -08:00 |
|
Adrian Cole
|
20c3426fc8
|
replaced jersey w/Uris & UriTemplates; removed complexity in url encoding and edge cases like matrix params
|
2012-12-24 14:32:59 -08:00 |
|
Adrian Cole
|
98a36eb3f6
|
added named annotations corresponding to IAM actions
|
2012-12-21 12:15:21 -08:00 |
|
Adrian Cole
|
878ec1bcab
|
undid Serializable and added checkstyle InterfaceIsType:allowMarkerInterfaces=false
|
2012-11-18 09:23:44 -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 |
|
Adrian Cole
|
addeb0d031
|
added concat to PagedIterable
|
2012-07-16 11:07:17 -04:00 |
|
Adrian Cole
|
315d5fb3ef
|
Issue 1011: introducing PagedIterable
|
2012-07-15 23:34:42 -07:00 |
|
Adrian Cole
|
05fd64af44
|
cleaned up http builders and expect tests
|
2012-07-15 01:50:38 -07:00 |
|
Adrian Cole
|
25ab7814e4
|
Issue 1022: updated aws-elb aws-iam aws-rds iam elb rds to new naming conventions
|
2012-07-12 10:08:10 -07:00 |
|
Adrian Cole
|
0383a80904
|
Issue 1011: PaginatedIterable with marker type as Object
|
2012-07-09 16:08:32 -07:00 |
|
Adrian Cole
|
5687a6d8ea
|
Issue 997:support AWS IAM api
|
2012-06-24 12:23:06 -07:00 |
|