270 Commits

Author SHA1 Message Date
Andrew Gaul
08a9696df6 Merge pull request #1435 from maginatics/keystone-1.1-circular-dependency
Correct Guice circular dependency for Keystone 1.1
2013-03-18 14:20:39 -07:00
Andrew Gaul
727a3f20dd Correct Guice circular dependency for Keystone 1.1
This commit reverts the parameter type to the same as d54c269.
2013-03-18 13:40:01 -07:00
Ignasi Barrera
27ee3f263b [maven-release-plugin] prepare for next development iteration 2013-03-14 23:49:05 +01:00
Ignasi Barrera
ce42efbce8 [maven-release-plugin] prepare release jclouds-1.5.9 2013-03-14 23:49:03 +01:00
Andrew Gaul
d54c269b2e Allow configuration of session renewal. 2013-03-13 19:32:41 -07:00
Adrian Cole
e8d6c0643c [maven-release-plugin] prepare for next development iteration 2013-02-25 20:44:16 -08:00
Adrian Cole
d0577b518f [maven-release-plugin] prepare release jclouds-1.5.8 2013-02-25 20:44:08 -08:00
Adrian Cole
a4fa0d5dfd rename TemporaryCredentials to SessionCredentials per aws sdk 2013-02-25 20:14:20 -08:00
adriancole
72ad7d8199 [maven-release-plugin] prepare for next development iteration 2013-02-04 18:04:48 -08:00
adriancole
0eee0f9842 [maven-release-plugin] prepare release jclouds-1.5.7 2013-02-04 18:04:46 -08:00
adriancole
da7f6e9575 [maven-release-plugin] prepare for next development iteration 2013-02-02 08:30:47 -08:00
adriancole
62dde066e5 [maven-release-plugin] prepare release jclouds-1.5.6 2013-02-02 08:30:45 -08:00
adriancole
1933342c24 fixed bug in STS query signing 2013-01-26 23:52:00 -08:00
adriancole
12a6e8dbf3 added AWS temporary security credentials and integrated with FormSigner 2013-01-26 23:30:06 -08:00
Adrian Cole
1cb4c430b9 accomodate runtime credential changes 2013-01-26 23:27:27 -08:00
Adrian Cole
dae8e10592 [maven-release-plugin] prepare for next development iteration 2013-01-13 21:19:20 -08:00
Adrian Cole
3e28b726af [maven-release-plugin] prepare release jclouds-1.5.5 2013-01-13 21:19:16 -08:00
Adrian Cole
69a8304617 replaced jersey w/Uris & UriTemplates; removed complexity in url encoding and edge cases like matrix params 2012-12-24 16:11:08 -08:00
Adrian Cole
78053601aa [maven-release-plugin] prepare for next development iteration 2012-12-10 17:43:56 -08:00
Adrian Cole
c33c5a40d8 [maven-release-plugin] prepare release jclouds-1.5.4 2012-12-10 17:43:53 -08:00
Adrian Cole
dc214f4335 [maven-release-plugin] prepare for next development iteration 2012-11-13 19:49:47 -08:00
Adrian Cole
34152311be [maven-release-plugin] prepare release jclouds-1.5.3 2012-11-13 19:49:46 -08:00
Adrian Cole
a7f39f5acd Issue 1123: add new Asia Pacific (Sydney) Region [ap-southeast-2] 2012-11-13 10:09:55 -08:00
Adrian Cole
aa8ff8e7ef [maven-release-plugin] prepare for next development iteration 2012-10-11 11:23:44 +02:00
Adrian Cole
5deb0ca54a [maven-release-plugin] prepare release jclouds-1.5.2 2012-10-11 11:23:43 +02:00
Adrian Cole
269915ce31 [maven-release-plugin] prepare for next development iteration 2012-09-27 11:00:25 -07:00
Adrian Cole
e8fc6ae324 [maven-release-plugin] prepare release jclouds-1.5.1 2012-09-27 11:00:24 -07:00
Adrian Cole
82f28c1800 [maven-release-plugin] prepare for next development iteration 2012-09-17 00:25:49 -07:00
Adrian Cole
93ac6cdf0f [maven-release-plugin] prepare release jclouds-1.5.0 2012-09-17 00:25:44 -07:00
Adrian Cole
6782d8d4d6 added base binders for indexing amazon apis 2012-09-14 18:15:49 -07:00
Adrian Cole
a0b1ffb625 externalized retry codes 2012-09-12 21:36:12 -07:00
Adrian Cole
1a9f49bce7 azure management base implementation 2012-09-01 13:02:19 -07:00
Adrian Cole
c0e8470952 default region endpoint for rackspace legacy apis 2012-08-29 23:47:05 -07:00
Andrew Gaul
8ed0e28e68 Spelling corrections 2012-07-26 22:39:35 -07:00
Adrian Cole
5d6e005e8b Issue 1030:defaults not picking up on compute.templateOptions() 2012-07-25 00:33:39 -07:00
Andrew Gaul
985cccff9a Prefer valueOf over explicit object creation
This allows use of cached values.  Patched with:

find -name \*.java | xargs sed -i 's/new Boolean(false)/Boolean.FALSE/g'
find -name \*.java | xargs sed -i 's/new Boolean(true)/Boolean.TRUE/g'
find -name \*.java | xargs sed -i 's/new Boolean(/Boolean.valueOf(/g'
find -name \*.java | xargs sed -i 's/new Integer(/Integer.valueOf(/g'
find -name \*.java | xargs sed -i 's/new Long(/Long.valueOf(/g'
2012-07-22 21:01:46 -07:00
Andrew Gaul
a40983a39d Prefer InputSupplier helpers
These ensure that inputs are closed properly.

Updated with: find -name \*.java | xargs sed -i
's/toStringAndClose(\(.*\)\.getInput())/toString(\1)/'
2012-07-18 17:42:48 -07:00
Adrian Cole
b49f2e99c7 Issue 1022: naming conventions 2012-07-15 13:57:44 -07:00
Adrian Cole
05fd64af44 cleaned up http builders and expect tests 2012-07-15 01:50:38 -07:00
Adrian Cole
74b404eab8 Issue 1008:aws-s3 could not get location for region eu-west-1 error 2012-07-07 17:28:44 -07:00
Adam Lowe
3f5993a2d8 openstack: replacing SerializedName with Named 2012-07-03 14:53:59 +01:00
Adam Lowe
294e405593 openstack: adjusting beans in openstack-nova and openstack-keystone to use ConstructorProperties/Named annotations 2012-07-03 12:39:53 +01:00
Adrian Cole
fb98ce82f7 cleanup of module binding, clarity in toStrings, reduced wrapper depth for memoized sets 2012-07-02 19:36:27 -07:00
Adrian Cole
8311d0a4e4 Issue 988:Extra port added to swift url 2012-06-19 18:32:06 -06:00
Adrian Cole
d29fbba783 Issue 980: timestamp on ec2 requests are in the future 2012-06-15 23:35:17 -04:00
Adrian Cole
d980b4fd42 changed test poms to use provider.template and provider.ec2-template accordingly 2012-06-15 23:35:10 -04:00
Adrian Cole
e0a5ffbe9a cloudbridge compatibility glitch on AuthError 2012-06-15 14:32:45 -04:00
Ioannis Canellos
4704e29941 Fixed openstack and openstack-keystone OSGi headers. 2012-06-13 13:05:42 +03:00
Adrian Cole
6bd8f154fc Issue 942: NPE + Missing data when calling getVAppExtendedInfo on Terremark eCloud 2012-06-11 16:57:05 -07:00
Aled Sage
c50edefef6 Remove deprecated code
Removes PopulateDefaultLoginCredentialsForImageStrategy.execute().
The javadoc said it would be removed in jclouds 1.4.

Adds javadoc to ExecResponse.getExitCode, saying to be deleted in 1.6.
It was deprecated in 1.4 release (so 1.6 would be two releases time).
2012-06-11 15:03:31 -07:00