Commit Graph

398 Commits

Author SHA1 Message Date
Adrian Cole 2480481835 dependent changes on tests and internal classes 2013-01-08 00:32:45 -08:00
Andrew Gaul 614e262ce0 Close Payload directly 2012-12-27 17:35:25 -08:00
Adrian Cole 0a35c9b474 fix issue #805: Garbage Bytes in a Test File 2012-12-04 22:12:56 -08:00
Andrew Gaul 35ce78f15a Correct typos 2012-11-01 13:25:44 -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
Aled Sage 09425f4f69 Version upgrades
- gson from 2.2 to 2.2.2
- guava from 13.0 to 13.0.1
- rocoto from 6.1 to 6.2
- log4j from 1.2.16 to 1.2.17
- log back from 1.0.0 to 1.0.7
- httpclient from 4.1.3 to 4.2.2
- netty from 3.3.1 to 3.5.9
- slf4j from 1.6.4 to 1.7.2
- testing from various to 6.8
- jetty from 8.1.1 to 8.1.7
- snakeyaml from 1.10 to 1.11
2012-10-29 13:00:44 +00: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
Andrew Gaul 8ed0e28e68 Spelling corrections 2012-07-26 22:39:35 -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
Ioannis Canellos b078adc3ce Removed fragments and dynamic imports. Added centralized control of the maven-bundle-plugin. 2012-06-03 19:41:54 +03:00
Adrian Cole 0b59dea073 removed ContextBuilder subclasses; added unwrap; undid generic params 2012-04-16 00:44:20 -07:00
Adrian Cole 764e0907f7 Issue 657:ApiMetadata 2012-04-01 18:43:31 -07:00
Adrian Cole 07ce0a444e Issue 852:add elb api and aws-elb provider 2012-03-03 12:00:58 -08:00
Ioannis Canellos 5490b3068c [842] Added required import packages to cloudfiles api bundle. Improved import packages in all bundles. 2012-02-17 00:49:39 +02:00
Adrian Cole 3d3a9f5b45 glesys stabilization 2012-02-14 02:02:17 +01:00
Adrian Cole 1c8bc98733 glesys api changes 2012-02-10 16:39:27 +01:00
Adrian Cole 993ba39243 stabilized glesys templates 2012-02-09 11:32:31 +00:00
Adrian Cole e3d3d93fa9 improvements on glesys 2012-02-09 05:32:15 +01:00
Adrian Cole fe4d148528 updated current version to 1.5.0-SNAPSHOT 2012-02-04 11:06:07 -08: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 9bcbb87604 glesys related changes for Issue 826 2012-02-03 00:29:28 -08:00
Adam Lowe 8c7ef457c6 GleSYS provider: standardizing on memorySizeMB, diskSizeGB and transferGB 2012-01-31 16:15:07 +00:00
Adam Lowe 78c7b91c8a GleSYS provider: fixing typos in javadocs 2012-01-31 16:14:25 +00:00
Adam Lowe b94be5565c GleSYS provider: adjusting ISO3166 location codes 2012-01-31 15:28:22 +00:00
Adam Lowe fe6c37f9bf GleSYS provider: updating DomainClient for GleSYS api Beta v0.1.7 changes 2012-01-31 12:29:47 +00:00
Adam Lowe 131e61d9c2 GleSYS provider: adjusting ClientLiveTest base class to new framework 2012-01-31 10:51:16 +00:00
Adrian Cole 19ff2eb89b implemented first cut of glesys computeservice 2012-01-31 01:31:21 -08:00
Adrian Cole 42e8cd4977 naming conventions 2012-01-30 23:58:30 -08:00
Adrian Cole e7961c64cc refactored create server command to have less args 2012-01-29 19:58:42 -08:00
Adrian Cole ac2c2e75e8 updated to reflect naming conventions 2012-01-29 19:58:42 -08:00
Adrian Cole 6cac7ff6e6 organize imports 2012-01-29 19:51:01 -08:00
Adrian Cole 55975af60d Issue 820:Move off PropertiesBuilder for rocoto 2012-01-29 23:11:37 +08:00
Adam Lowe 507483540e GleSYS provider: fixing typo 2012-01-28 12:38:51 +00:00
Adam Lowe 3ce3b28b21 GleSYS provider: updating ServerStatus for GleSYS api Beta v0.1.6 changes 2012-01-27 10:35:22 +00:00
Adam Lowe 2897caf24d GleSYS provider: updating DomainClientExpectTest to parsing of domain_list_records.json 2012-01-27 10:08:05 +00:00
Adam Lowe a08045982a GleSYS provider: updating domain objects to match changes to the GleSYS api; removing redundant Parse*Tests 2012-01-27 10:08:05 +00:00
Adrian Cole d78741ab0d Merge pull request #317 from aplowe/master
GleSYS provider, adding template and IP details to ServerDetails bean
2012-01-16 13:43:44 -08:00
Adrian Cole 3df052565f updated current version to 1.4.0-SNAPSHOT 2012-01-16 13:08:32 -08:00
Adam Lowe f3bbcb601d Renaming ServerIp to Ip 2012-01-16 20:04:13 +00:00
Adam Lowe 6f009695e5 Adjusting ServerDetails with additional fields needed for GleSYSComputeServiceAdaptor 2012-01-16 14:49:18 +00:00
Adam Lowe f8efc3564f Adjusting ServerDetails with additional fields needed for GleSYSComputeServiceAdaptor 2012-01-16 14:45:45 +00:00
Adrian Cole 82673e0dd5 Issue 710: update existing vcloud providers 2012-01-15 02:14:58 -08:00
Adam Lowe 87cc6cc870 Adding class headers 2012-01-11 14:12:51 +00:00
Adam Lowe 6a83898406 Fixing bugs found by new ClientExpectTests 2012-01-11 10:17:26 +00:00
Adam Lowe 41dedd0498 Re-writing ClientExpectTest in the required format 2012-01-11 10:17:26 +00:00
Adam Lowe f1a8649c3f Removing erroneously committed files 2012-01-11 10:17:26 +00:00
Adam Lowe bb47f6bba1 Switching from AsyncClientTests to ClientExpectTests for Archive, Domain, Email and Server clients 2012-01-11 10:17:25 +00:00
Adam Lowe 602002660a Improving javadocs for Archive, Domain, Email and Server GleSYS clients 2012-01-11 10:17:25 +00:00
Adrian Cole e46ee9fbc4 Issue 807:update license headers 2012-01-09 10:54:57 -08:00