Adam Lowe
fd79c479af
glesys: adjusting ParserModule - removing support for odd dates (no longer present in api) and adding support for "yes"/"no" Boolean fields
2012-06-24 19:05:42 +03:00
Nirmal
955cd540ce
Specifically adding the osgi import org.apache.commons.io.input;version=[1.4,3)
2012-06-24 16:52:01 +05:30
Nirmal
e5731df922
Upgrading commons-io dependency of sshj driver to 2.0
2012-06-23 09:48:48 +05:30
Andrew Bayer
9112a832fc
Improve Maven build time dramatically by moving source and javadoc to profiles.
...
This makes a *huge* difference in build time (mvn clean install
-DskipTests takes about 1/3 as long with this in place). It moves
source and javadoc into profiles, so that if you want to build the
source jars and javadoc jars, you specify -Psrc and -Pdoc respectively.
2012-06-22 11:56:41 -07:00
Adrian Cole
1c6e2c64d3
Merge pull request #682 from aledsage/issue-994-vcloud-npe-parsing-image
...
Issue 994: fix vcloud sax parsing of namespaces
2012-06-21 16:24:47 -07:00
Adrian Cole
f3510dc6c5
Merge pull request #681 from aledsage/vcloud-listimage-unsupported-exception
...
Issue 995: handle illegal argument in vcloud images
2012-06-21 16:24:03 -07:00
Adrian Cole
634deb203e
Merge pull request #684 from whitlockjc/master
...
Issue 992: Fix AWS S3 to work with non-DNS, but still valid, named buckets.
2012-06-21 16:21:25 -07:00
Jeremy Whitlock
2702e942d2
Issue 992: Fix AWS S3 to work with non-DNS, but still valid, named buckets.
...
Prior to this commit, jclouds wouldn't allow you to interact with any buckets
in S3 that were named with uppercase characters. Per AWS S3 docs, this
non-standard naming is valid in US regions only. This update fixes jclouds so
that it can interact with, and even attempt to create, buckets with uppercase
characters for AWS S3 without actually impacting other S3 implementations. This
fix also will not have any impact in non-US regions other than instead of a
bucket name validation error you'll get an InvalidBucketName error back from
AWS S3 when you attempt to create a bucket with an uppercase character in a
non-US region. To summarize, nothing changes other than US regions now allow
creation of bucket names with upper case characters and jclouds now can
interact with these non-standard named buckets without failure.
2012-06-21 17:05:20 -06:00
Aled Sage
8e1542e90a
Issue 995: handle illegal argument in vcloud images
2012-06-21 21:16:39 +01:00
Aled Sage
cf422fb683
Issue 994: fix vcloud sax parsing of namespaces
...
Handles when xml tags are qualified with and without xmlns.
2012-06-21 15:36:40 +01:00
Adrian Cole
a12e10d7f3
Merge pull request #679 from aplowe/cloudstackfix
...
Fix for cloudstack ip to network mapping call
2012-06-20 15:28:30 -07:00
Adrian Cole
805712d463
Merge pull request #678 from aplowe/master
...
Issue 971: adding TypeAdapterFactory and adjusting configuration to allow use of Inject, Named and ConstructorProperties annotations
2012-06-20 15:12:03 -07:00
Adam Lowe
2526e7adeb
cloudstack: don't set networkId to default when iptonetworklist is populated
2012-06-20 19:24:32 +03:00
Adam Lowe
0cf4d2b35b
Fix for iptonetworklist (was incorrectly sending ipnetworklist)
2012-06-20 16:59:33 +03:00
Adam Lowe
21802d467a
Adjusting general strategy to accept @Named in place of @SerializedName.
...
Adding TypeAdapterFactory to handle deserialization based on constructor annotations (Inject/Named and/or ConstructorProperties).
2012-06-20 13:41:44 +03:00
Adrian Cole
44d6a4ea2b
[maven-release-plugin] prepare for next development iteration
2012-06-19 19:01:10 -06:00
Adrian Cole
35d704e3a4
[maven-release-plugin] prepare release jclouds-1.5.0-beta.4
jclouds-1.5.0-beta.4
2012-06-19 19:01:04 -06:00
Adrian Cole
04b7a14674
Merge branch 'master' of github.com:jclouds/jclouds into 1.5.x
...
* 'master' of github.com:jclouds/jclouds:
added min-disk to compute2.clj
2012-06-19 18:41:06 -06:00
Adrian Cole
8c4e74296d
added min-disk to compute2.clj
2012-06-19 18:40:45 -06:00
Adrian Cole
0c54dbcb47
Merge branch 'master' of github.com:jclouds/jclouds into 1.5.x
...
* 'master' of github.com:jclouds/jclouds:
Issue 988:Extra port added to swift url
consistent ordering of hardware
fixed missing provider name on ninefold test
Eliminate unlikely transient blobstore TOCTOU bug
2012-06-19 18:36:50 -06:00
Adrian Cole
8311d0a4e4
Issue 988:Extra port added to swift url
2012-06-19 18:32:06 -06:00
Adrian Cole
09d5e8add4
consistent ordering of hardware
2012-06-19 18:31:39 -06:00
Adrian Cole
edf99657c0
fixed missing provider name on ninefold test
2012-06-19 18:31:39 -06:00
Andrei Savu
4a6947ac61
Merge pull request #677 from andrewgaul/transient-toctou
...
Eliminate unlikely transient blobstore TOCTOU bug
2012-06-19 15:28:06 -07:00
Andrew Gaul
932b738026
Eliminate unlikely transient blobstore TOCTOU bug
2012-06-19 15:20:39 -07:00
David Ribeiro Alves
e9ec08e6a8
addressed some of the issues
2012-06-19 13:58:40 +01:00
Adrian Cole
c800b354d5
Merge branch 'master' of github.com:jclouds/jclouds into 1.5.x
...
* 'master' of github.com:jclouds/jclouds:
corrected api metadata
2012-06-19 01:21:38 -06:00
Adrian Cole
5ad8d2c1f7
corrected api metadata
2012-06-19 01:21:12 -06:00
Adrian Cole
52647ab9cc
Merge branch 'master' of github.com:jclouds/jclouds into 1.5.x
...
* 'master' of github.com:jclouds/jclouds:
introduce KeystoneProperties/TENANT_NAME KeystoneProperties/TENANT_ID properties; set value of prefix to tenantName
updated correct identityName in openstack providers
Add minDisk to toString.
Test for minDisk
Merge upstream changes to template builder
2012-06-19 01:10:39 -06:00
Adrian Cole
b5797ad543
introduce KeystoneProperties/TENANT_NAME KeystoneProperties/TENANT_ID properties; set value of prefix to tenantName
2012-06-19 01:06:44 -06:00
Adrian Cole
f686737df3
Merge pull request #675 from vijaykiran/issue-305
...
Issue 305 - minDisk in TemplateBuilder Spec
2012-06-18 09:14:05 -07:00
Adrian Cole
1a6ef2a37c
updated correct identityName in openstack providers
2012-06-18 08:39:59 -07:00
vijaykiran
600e6e0feb
Add minDisk to toString.
2012-06-18 11:03:25 +02:00
vijaykiran
c3a6ecf757
Test for minDisk
2012-06-18 10:52:26 +02:00
vijaykiran
bd675a22eb
Merge upstream changes to template builder
2012-06-18 10:12:11 +02:00
Adrian Cole
66d23889ce
[maven-release-plugin] prepare for next development iteration
2012-06-16 19:36:59 -04:00
Adrian Cole
daa041d76f
[maven-release-plugin] prepare release jclouds-1.5.0-beta.3
jclouds-1.5.0-beta.3
2012-06-16 19:36:55 -04:00
Adrian Cole
1511ddf248
Merge branch 'master' of github.com:jclouds/jclouds into 1.5.x
...
* 'master' of github.com:jclouds/jclouds:
better name
2012-06-16 19:06:49 -04:00
Adrian Cole
8900413995
merge
2012-06-16 19:06:26 -04:00
Adrian Cole
39e21ad652
better name
2012-06-16 19:05:27 -04:00
Adrian Cole
3afdcb66b3
Issue 981:Quiet down jclouds.compute logger
2012-06-16 18:27:29 -04:00
Adrian Cole
c9424692ab
Issue 734: added implicit key generation for joyent
2012-06-16 18:21:59 -04:00
Adrian Cole
5dd4f04ddf
allowed for mock testing
2012-06-16 18:19:59 -04:00
Adrian Cole
db8f869f5b
Issue 979:invalid endpoint returned when region name is the same as the provider
2012-06-15 23:36:21 -04:00
Adrian Cole
585f44639b
Issue 978:image location ignored in templateBuilder
2012-06-15 23:36:21 -04:00
Adrian Cole
30ba717969
Issue 977:ec2 zones are not mapping to endpoints
2012-06-15 23:36:17 -04:00
Adrian Cole
a928746528
Issue 976:update to support eucalyptus 3
2012-06-15 23:35:18 -04: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
69d7e1d585
cloudbridge exposes a slightly different xml format for RunningInstances
2012-06-15 23:31:39 -04:00