858 Commits

Author SHA1 Message Date
Adrian Cole
edbd09b984 allow @Provides to return suppliers w/o qualifiers 2012-02-05 21:54:40 -08:00
Adrian Cole
fe4d148528 updated current version to 1.5.0-SNAPSHOT 2012-02-04 11:06:07 -08:00
Richard Downer
3a53a4e5fa Add support for getting ciphers through the Crypto interface 2012-02-04 19:46:52 +02:00
Adrian Cole
ae1effd748 made openstack multi-region, and now select correct endpoint via apiversion property 2012-02-04 00:51:44 -08:00
Adrian Cole
c388fc41b4 Issue 826: removed eager supplier of @Provider endpoint 2012-02-03 13:51:26 -08:00
Adrian Cole
bdd739ad04 Issue 826:support api-generated location metadata across service types, note this ensures authenticationexceptions propagate even after context creation 2012-02-03 00:27:29 -08:00
Adrian Cole
e6c06e0cd0 removed cycle in cloudstack binding 2012-02-01 09:52:14 -08:00
Adrian Cole
5e23d34f91 cruft removal 2012-01-31 19:44:39 -08:00
Adrian Cole
b3254b31e6 Merge branch 'retrieve-keys' of https://github.com/andreisavu/jclouds
* 'retrieve-keys' of https://github.com/andreisavu/jclouds:
  Include the JSESSIONID as part of the LoginResponse
  Added a set of changes as requested by Adrian
  Implemented login / logout APIs
2012-01-31 15:49:37 -08:00
Adrian Cole
6f8c633ff2 set default credential type to apiAccessKeyCredentials and a property to use passwordCredentials 2012-01-31 13:01:18 -08:00
Andrei Savu
2b8e2a4c01 Added a set of changes as requested by Adrian 2012-01-31 15:06:29 +02:00
Adrian Cole
52fc2c2be1 make payloads repeatable 2012-01-30 23:30:48 -08:00
Adrian Cole
32d4dbac8a Issue 821:retry on close_notify SSLException 2012-01-30 16:10:01 -08:00
Adrian Cole
55975af60d Issue 820:Move off PropertiesBuilder for rocoto 2012-01-29 23:11:37 +08:00
Adrian Cole
bf4b6e8c95 Issue 823:migrate rackspace services to authenticationservice 1.1 2012-01-29 23:11:23 +08:00
Adrian Cole
f93c495c43 refactored to use consistent setup*Properties methods like expect tt tests 2012-01-29 20:36:24 +08:00
Andrew Gaul
d4dc61a7fe Fix user threads typo
No functional changes.
2012-01-26 14:11:07 -08:00
Adrian Cole
4816bb8a08 update javadoc and suggest areas for improvement 2012-01-22 12:12:19 +08:00
Adrian Cole
1e19db93fd Issue 815: initial keystone auth 2012-01-18 20:52:04 -08:00
Andrew Phillips
a55081bcc6 Fixing test regression from c473da3 by allowing a different resource classloader to be supplied in testing 2012-01-16 22:34:33 -05:00
Andrew Phillips
d9b04c3cc4 Declaring private instance variables after all public ones 2012-01-16 22:20:59 -05:00
Ioannis Canellos
c473da3611 JCloudsVersion now uses the classloader that loaded the class instead of the TCCL 2012-01-17 00:35:24 +02:00
Adrian Cole
3df052565f updated current version to 1.4.0-SNAPSHOT 2012-01-16 13:08:32 -08:00
Andrew Phillips
6b1e8cee34 Dropped support for non-semver compliant 'x.y.z-rc-n' RC versions 2012-01-16 13:26:33 -05:00
Adrian Cole
22fc14fc09 Issue 145:Add custom user agent 2012-01-15 15:41:17 -08:00
Adrian Cole
63320f15b6 Issue 731: unravel dependency cycle to only use interfaces 2012-01-15 11:30:22 -08:00
Adrian Cole
82673e0dd5 Issue 710: update existing vcloud providers 2012-01-15 02:14:58 -08:00
Adrian Cole
9791a51039 better exception message
remoced unused import

removed hokey test
2012-01-15 02:08:14 -08:00
Adrian Cole
b3d6ad2ae8 Issue 812:add options to place xml source text to exception 2012-01-14 21:02:52 -08:00
Adrian Cole
72c1583ffd allow validator to be used outside class hierarchy 2012-01-14 20:54:35 -08:00
Adrian Cole
403aaa94b0 cleaned up and added test for TransformingSetSupplier 2012-01-14 20:52:13 -08:00
Adrian Cole
ef7e0a46e2 refactored expect tests to throw a 'server error' when there's no state expectation configured 2012-01-12 18:04:19 -08:00
Adrian Cole
5039708d34 now with guice in production mode, we get exceptions wrapped in CreationException and need to unwrap these accordingly 2012-01-12 18:02:34 -08:00
Adrian Cole
21b8aadbfb Issue 809:update to latest jersey and move off old repo 2012-01-11 14:39:13 -08:00
Adrian Cole
ce5244f8d5 Issue 781:update to guava 11.0.1 2012-01-11 13:37:15 -08:00
Adrian Cole
c151e5bdd7 Issue 730: last deprecated methods scheduled for removal in 1.3 2012-01-10 18:10:55 -08:00
Aled Sage
da0b870295 Issue 731: added BaseRestClientExpectTest.orderedRequestsSendResponses, for expecting same request and giving different responses each time 2012-01-10 17:41:37 -08:00
Adrian Cole
018771d3a4 refactored error on current transaction 2012-01-10 16:44:06 -08:00
Adrian Cole
ea9488db11 grammar 2012-01-10 12:34:32 -08:00
Adrian Cole
5000270090 grammar 2012-01-10 12:33:45 -08:00
Adrian Cole
64fb9f89cf added javadoc and helper methods to supply multiple request/response expectations 2012-01-10 12:21:26 -08:00
Adrian Cole
deff082a48 allowed http request subclasses to match equals/hashCode when they render the same data; useful in testing 2012-01-10 12:21:26 -08:00
Adrian Cole
f3f56463b4 centralized RestContext<S,A> binding 2012-01-10 12:21:25 -08:00
Adrian Cole
e46ee9fbc4 Issue 807:update license headers 2012-01-09 10:54:57 -08:00
Aled Sage
557c5db706 Issue 764: added Suppliers2.memoizeWithExpirationOnAbsoluteInterval 2012-01-09 18:24:58 +00:00
Andrew Phillips
54506e6da5 [issue 802] Simplified by using a Maven-provided and generated file instead of jclouds-version.properties 2012-01-08 23:03:47 -05:00
Andrew Phillips
0dc9ecd531 [issue 802] Another slight improvement: remove unneeded test file 2012-01-07 21:27:38 -05:00
Adrian Cole
557c51dcb3 slight improvement to 802 2012-01-07 14:13:20 -08:00
Adrian Cole
6da6869755 Merge pull request #295 from jclouds/issue-802-pull-request
[issue 802] Adding support for programmatically accessible version info
2012-01-07 12:09:21 -08:00
Adrian Cole
0b41e74728 Issue 805:don't reopen oauth package in core 2012-01-07 11:50:42 -08:00