Adrian Cole
243b96798a
JCLOUDS-480 support version 4 signatures for aws-ec2.
2014-11-22 08:10:06 -08:00
Adrian Cole
85eaea5758
JCLOUDS-781 cluster regions is a subset of regions.
2014-11-20 07:55:05 -08:00
Andrea Turli
5f1d536e84
add support for recent centos and ubuntu versions
2014-11-19 17:44:20 +01:00
Adrian Cole
824b70596a
JCLOUDS-621 update live tests for new instance sizes.
2014-11-18 21:26:14 -08:00
Adrian Cole
eac4461f45
Add dependency management for each auto project independently vs relying on transitivity.
2014-11-18 21:25:01 -08:00
Everett Toews
9138af7c91
JCLOUDS-716: Remove Rackspace First-Gen Cloud Servers
2014-11-18 13:51:29 -06:00
Reynald Borer
4d8edca77e
JCLOUDS-621 add missing R3, t2.micro, t2.small and t2.medium instance types to EC2
2014-11-18 09:03:07 -08:00
Adrian Cole
d7f0a675fa
JCLOUDS-778 Remove OS support tests from TemplateBuilderLiveTest, as people are ignoring failures,
2014-11-17 09:42:50 -08:00
Adrian Cole
28500d726b
JCLOUDS-774 ec2 api was ignoring the jclouds.region property, which made exceptions possible on all zone-scoped api calls.
2014-11-16 19:07:26 -08:00
Adrian Cole
0de8fe0e05
Revert 428b2bd2ea2d73354e15ffad52516105b15576cd as this hides inconsistency between regions and zones.
2014-11-16 13:44:39 -08:00
Adrian Cole
b59d7fd792
JCLOUDS-774 cleanup derived location suppliers and backfill test for inconsistent region and zone mappings.
2014-11-16 13:39:38 -08:00
Adrian Cole
c18f3b3537
Finished partial fix in 91f405c9fedf24822015172e9e3c50acbd855d28.
2014-11-16 10:45:26 -08:00
Zack Shoylev
a9fa05577e
Small cleanup of how RegionToEndpoint checks arguments.
2014-11-16 10:38:25 -08:00
istolber
dedeb63b0f
Adding tenantId/projectId and extended attributes to volume and snapshot
2014-11-10 12:52:17 -05:00
Adrian Cole
9a5983d124
Implicitly create a json response parser when using @Transform.
2014-11-10 06:58:30 -08:00
Adrian Cole
ad36e05aa3
fixed javadoc typo.
2014-11-02 08:08:28 -08:00
Adrian Cole
8245f6fd3a
JCLOUDS-750 Revert 5b6f1e929ef4b6438facc06df0f081ddef8c9cf6 in favor of tighter contract on @SerializedNames.
2014-11-01 10:56:31 -07:00
Adrian Cole
79606f94eb
Use type adapter factory to hard-set serialization of Credentials.
2014-10-30 10:02:47 -07:00
Adrian Cole
83604e943a
JCLOUDS-750 support serializing auto-value types without custom type adapters.
2014-10-30 07:19:33 -07:00
Adrian Cole
2a43b3a90d
Make TemplateBuilderImplTest less brittle.
2014-10-29 17:02:44 -07:00
Adrian Cole
ea5a0bcf4b
JCLOUDS-534 Set floor version of guava to 16.0.1
2014-10-29 17:02:44 -07:00
Adrian Cole
1832b53242
JCLOUDS-534 Folded overly explicit use of HostAndPort, which is also incompatible with guava 16.
2014-10-29 17:02:44 -07:00
Adrian Cole
6b6af2824f
JCLOUDS-534 Avoid runtime incompatibility introduced by Guava's closeQuietly.
2014-10-29 17:02:39 -07:00
Ignasi Barrera
a34b984186
JCLOUDS-766: Add AWS Frankfurt region
2014-10-29 22:13:35 +01:00
Adrian Cole
5511bad765
JCLOUDS-410 note that ByteArrayPayload needs to handle offsets.
2014-10-29 10:22:01 -07:00
Adrian Cole
9105ae55fa
Do not require Guava ByteSource in order to create a payload.
2014-10-29 10:21:53 -07:00
Andrew Phillips
5229ec2230
Moving Guava version config into <dependencyManagement>
...
- Follow-up to c426e7e: allows overriding of the Guava version
in modules that inherit from core
- Also consolidating dependency versions
2014-10-28 23:21:45 -04:00
Andrew Phillips
4ee56d60dd
Cleaning up jsch dependencies
...
- Moving jsch dep to the driver
- Updating jsch.agentproxy version in conflicting dep list
Follow-up to b3882cb
2014-10-28 23:21:33 -04:00
Adrian Cole
56de642bad
JCLOUDS-750 Permit tools like AutoService to generate service loader files.
2014-10-28 08:58:56 -07:00
Adrian Cole
00ff5b794a
Accidentally set limited json fallback field naming to an enum.
2014-10-28 00:20:40 -07:00
Ignasi Barrera
1df36e733d
JCLOUDS-761: Delete disk if image operation fails in ElasticStack
2014-10-27 17:01:58 +01:00
Andrew Phillips
879355573e
Re-adding Reflection2.constructor
...
Removed in 33ce3ee but used downstream in jclouds-labs
2014-10-26 19:14:49 -04:00
Andrew Phillips
62fe88a600
Extracting Guava version into a property
...
This allows it to be overridden in CI jobs etc.
2014-10-26 18:53:32 -04:00
Andrew Phillips
ec70310dfe
Removing modernizer-plugin configuration from profiles
...
Introduced unintentionally in 84b9f0d
2014-10-26 17:47:30 -04:00
Adrian Cole
efd2beb4c5
Fixed bug found in docker provider where deserialization constructors don't handle json null.
2014-10-26 12:31:32 -07:00
Adrian Cole
bfa91d5614
JCLOUDS-750 allow apis to bind FieldNamingPolicy, which controls fallback naming policy of serialized fields.
2014-10-26 12:31:32 -07:00
Adrian Cole
e7271bc291
JCLOUDS-750 Added @SerializedNames which can apply to either a constructor or factory method to capture the corresponding json field names.
...
Removed wildly confusing mixed naming of constructor params feature.
2014-10-26 12:31:31 -07:00
Adrian Cole
33ce3eeb12
JCLOUDS-750 Allow abstract value types to be constructed from json using static factory methods.
2014-10-26 12:31:31 -07:00
Adrian Cole
8b6081bb94
JCLOUDS-652 Pin filesystem api to Java 7+.
2014-10-25 10:39:06 -07:00
Adrian Cole
6f1c6621a5
JCLOUDS-264 Conditionally allow default http driver to support sending >2GB payloads without chunked encoding.
2014-10-25 10:39:06 -07:00
Adrian Cole
d6940dc295
Revert "Remove Java 6 litter"
...
This reverts commit a10bf3e9c5495b4c8c69e0059b5901266df471dd.
2014-10-25 10:38:58 -07:00
Adrian Cole
84b9f0d0bd
Revert "JCLOUDS-652: Require JDK 7"
...
This reverts commit 5e8bd02c93c7ebacb573342e77ef7ca4b02c4ffb.
2014-10-25 10:35:11 -07:00
Andrew Bayer
f6d3aa4817
JCLOUDS-756 - Adding tags/userMetadata to NodeMetadata transform
2014-10-24 12:05:46 -07:00
Andrew Bayer
01dac6439d
JCLOUDS-756. Add support for tags to CloudStack.
...
Conflicts were due to MoreObjects stuff that has since been resolved
for future commits to master anyway.
Conflicts:
apis/cloudstack/src/main/java/org/jclouds/cloudstack/domain/IngressRule.java
apis/cloudstack/src/main/java/org/jclouds/cloudstack/domain/SecurityGroup.java
apis/cloudstack/src/main/java/org/jclouds/cloudstack/domain/Template.java
2014-10-24 12:05:12 -07:00
Andrea Turli
4c765b1884
add support for primaryNetworkComponent.networkVlan.id, primaryBackendNetworkComponent.networkVlan.id, postInstallScriptUri, user-data, privateNetworkOnly and sshKeys options
2014-10-24 19:17:29 +02:00
Andrea Turli
3d7362a0c1
fix support for private images in SoftLayer
2014-10-24 19:16:39 +02:00
istolber
dcfda5217b
cinder availability zones api + list call implemented
...
Conflicts:
apis/openstack-cinder/src/main/java/org/jclouds/openstack/cinder/v1/CinderApi.java
2014-10-23 23:02:05 -07:00
Andrew Phillips
7db3d33ea3
Updating jsch.agentproxy 0.0.7 -> 0.0.8
...
New version uses net.java.dev.jna:jna 4.1.0. The old version uses 3.4.0,
which is only LGPL-licensed.
2014-10-18 16:28:18 -04:00
Andrew Phillips
a4ca25e181
[maven-release-plugin] prepare for next development iteration
2014-10-10 01:06:02 -04:00
Andrew Phillips
d17a590973
[maven-release-plugin] prepare release jclouds-1.8.1-rc1
jclouds-1.8.1-rc1
2014-10-10 01:05:56 -04:00