发布于 2015-03-31 01:01:50 | 203 次阅读 | 评论: 0 | 来源: 网友投递
jclouds 开源的Java云计算类库
jclouds 是一个开源的Java类库,用来帮你开始云计算应用开发,并可重用已有的Java和Clojure技能。该API提供云计算环境的可移植抽象层以及云规范特性,支持包括 Amazon, VMWare, Azure, and Rackspace 等云计算平台。
Apache jclouds 1.9.0 发布,此版本主要更新信息如下:
[JCLOUDS-96] - address aws-s3 live test failures
[JCLOUDS-351] - testCopyIfModifiedSince fails against AWS-S3
[JCLOUDS-391] - can't set user-defined metadata for Azure with multipart blobs
[JCLOUDS-523] - Add support for Swift Api Auth
[JCLOUDS-529] - Getting exception while destroying an aws instance using jclouds
[JCLOUDS-532] - Potential for read on closed stream when handling HTTP 5xx errors
[JCLOUDS-621] - Update to lastest aws-ec2 instance types
[JCLOUDS-655] - com.google.gson.JsonSyntaxException on trying to start a new instance with openstack
[JCLOUDS-671] - PutBlob call to Azure with Large Blob fails using InputStream
[JCLOUDS-673] - jclouds-cli interactive mode does not have any commands
[JCLOUDS-674] - jclouds-cli interactive mode does not work with Java 8
[JCLOUDS-753] - Investigate HttpCommandExecutorService(s) with regards to POODLE
[JCLOUDS-774] - NullPointerException on ZoneIdToURIFromJoinOnRegionIdToURI
[JCLOUDS-776] - Chef cookbook attribute files not mapped correctly
[JCLOUDS-781] - Impossibility to set jclouds.regions to a subset of EC2 regions while using EC2TemplateBuilder
[JCLOUDS-783] - Docker remote API.inspect() call results in java.lang.IllegalStateException: Expected STRING but was BEGIN_ARRAY
[JCLOUDS-792] - Allow to configure the Chef Server certificate
[JCLOUDS-794] - generic S3 provider should not provide default endpoint
[JCLOUDS-801] - AWS S3 Multipart upload does not work with InputStream payload
[JCLOUDS-804] - Cannot run jclouds-cli
[JCLOUDS-805] - Google Cloud Storage integration test failures
[JCLOUDS-809] - Launching jclouds interactive CLI does not display output
[JCLOUDS-811] - Update google-compute-engine driver to reflect recent API changes
[JCLOUDS-822] - C4 instances missing in ec2 compute
详细信息请查看发行页面。
下载地址如下:
http://www.apache.org/dyn/closer.cgi/jclouds
jclouds 是一个开源的Java类库,用来帮你开始云计算应用开发,并可重用已有的Java和Clojure技能。该API提供云计算环境的可移植抽象层以及云规范特性,支持包括 Amazon, VMWare, Azure, and Rackspace 等云计算平台。