Andrew Bayer
|
e6765cc5db
|
JCLOUDS-150. De-async SQS.
|
2013-08-27 12:16:30 -07:00 |
Andrew Bayer
|
75385ee57d
|
JCLOUDS-100. Add AWSServerErrorRetryHandler, with an increased back
off time.
|
2013-06-17 16:48:15 -07:00 |
adriancole
|
ed2f18a1af
|
JCLOUDS-31. updated to ASF headers via mvn com.mycila.maven-license-plugin:maven-license-plugin:format
|
2013-05-16 21:30:37 -07:00 |
Andrew Bayer
|
7923009eb5
|
JCLOUDS-37. Fix RAT violations in incubator-jclouds, master branch
|
2013-05-13 19:17:50 -07:00 |
Andrew Bayer
|
446ac67884
|
JCLOUDS-30. Switch to 2 space indents for POM files.
|
2013-05-13 12:04:43 -07:00 |
Andrew Bayer
|
259b04ff1c
|
JCLOUDS-16. Switch groupId to org.apache.jclouds, change parent POM, remove old distributionManagement content, add ASF repos.
|
2013-05-13 12:04:42 -07:00 |
adriancole
|
053197fe61
|
deprecated all top-level Async apis and clients
|
2013-04-09 10:18:31 -07:00 |
adriancole
|
36dd831b84
|
moved all code off use of RestContext except CloudStackContext, which will use it until 1.7
|
2013-04-09 09:23:31 -07:00 |
adriancole
|
88871c9fe9
|
issue #1501: add Closeable annotation to all top-level apis
|
2013-04-08 16:13:09 -07:00 |
Andrew Gaul
|
371db8d18f
|
Address Xlint warnings
|
2013-03-13 22:23:19 -07:00 |
Adrian Cole
|
fb69ae0fa9
|
bump master to 1.7.0-SNAPSHOT
|
2013-03-08 23:02:40 -08:00 |
adriancole
|
c31145e42e
|
[maven-release-plugin] prepare for next development iteration
|
2013-03-04 06:13:59 -08:00 |
adriancole
|
0eb3ee8091
|
[maven-release-plugin] prepare release jclouds-1.6.0-alpha.4
|
2013-03-04 06:13:57 -08:00 |
adriancole
|
89fda8ee28
|
[maven-release-plugin] prepare for next development iteration
|
2013-02-04 17:30:46 -08:00 |
adriancole
|
2b0ad28f26
|
[maven-release-plugin] prepare release jclouds-1.6.0-alpha.2
|
2013-02-04 17:30:44 -08:00 |
adriancole
|
267069755e
|
[maven-release-plugin] prepare for next development iteration
|
2013-02-02 08:41:53 -08:00 |
adriancole
|
7c924b312f
|
[maven-release-plugin] prepare release jclouds-1.6.0-alpha.1
|
2013-02-02 08:41:51 -08:00 |
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 |
adriancole
|
085a1ef2b8
|
merged STS and aws-common, so that all aws apis can test support of temporary credentials
|
2013-01-22 12:27:44 -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 |
adriancole
|
b3901deeb9
|
rewrote aws config to use standard op names
|
2013-01-16 10:54:17 -08:00 |
Adrian Cole
|
547f574eea
|
got rid of custom MoreExecutors.sameThreadExecutor
|
2013-01-12 15:47:58 -08:00 |
Adrian Cole
|
36123a6068
|
deterministic creation of requests based on arg order
|
2013-01-04 12:44:26 -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
|
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
|
d7380114a6
|
Enforce use of Atomics.newReference via Checkstyle
Avoids duplicating types.
|
2012-11-12 11:56:48 -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
|
88d53b8792
|
Enforce no empty statements via Checkstyle
|
2012-11-01 18:59:18 -07:00 |
Andrew Gaul
|
93d69ece2b
|
Enforce newline at end of file via Checkstyle
Also address all warnings, via:
find -name \*.java | while read i; do if [ x`tail -c 1 $i` != x"" ]; then echo >> $i; fi; done
|
2012-10-29 22:12:44 -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
|
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
|
4ffe56c979
|
corrected equals/hashCode as map builder doesn't honor that
|
2012-09-23 14:33:53 -07:00 |
Adrian Cole
|
1864606d4e
|
added SQS utility for fetching all messages
|
2012-09-21 17:30:23 -07:00 |
Adrian Cole
|
4990934470
|
added get queue by name for SQS
|
2012-09-20 15:26:06 -07:00 |
Adrian Cole
|
28d766b9df
|
bumped to 1.6.0-SNAPSHOT
|
2012-09-17 01:43:52 -07:00 |
Andrew Phillips
|
085bc43d48
|
Allow for slightly inaccurate system timers in SQSErrorRetryHandlerTest (see https://groups.google.com/d/topic/jclouds-dev/uQsqlR-CEOQ/discussion)
|
2012-09-16 18:34:55 +01:00 |
Adrian Cole
|
b951276ec3
|
cleaned up aws apis
|
2012-09-15 23:47:44 -07:00 |
Adrian Cole
|
c7cb9951a8
|
moved sqs/aws-sqs live
|
2012-09-14 18:15:50 -07:00 |
Adrian Cole
|
32d1cf6f90
|
Issue 440: moved simpledb, sqs, and cloudwatch into sandbox
|
2011-01-06 17:03:16 -08:00 |
Adrian Cole
|
71fc2792f3
|
Issue 440: moved jclouds-aws to aws-common
|
2011-01-06 16:48:51 -08:00 |