Re: [jclouds] Remove BlobBuilder and Payloads.calculateMD5 (#381)

2014-05-27 Thread CloudBees pull request builder plugin
[jclouds-java-7-pull-requests #1310](https://jclouds.ci.cloudbees.com/job/jclouds-java-7-pull-requests/1310/) SUCCESS This pull request looks good --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/381#issuecomment-44370017

Re: [jclouds] Allow Guava MediaType for Content-Type (#383)

2014-05-27 Thread Shri Javadekar
> @@ -303,13 +303,15 @@ Options can also be specified for extension modules > blob-builder (if content-length ;; Special case, arg is prim. >(.contentLength blob-builder content-length) >blob-builder) > + blob-builder (if

Re: [jclouds] Remove BlobBuilder and Payloads.calculateMD5 (#381)

2014-05-27 Thread CloudBees pull request builder plugin
[jclouds-pull-requests #839](https://jclouds.ci.cloudbees.com/job/jclouds-pull-requests/839/) SUCCESS This pull request looks good --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/381#issuecomment-44369655

Re: [jclouds] Enforce correct MD5 when provided by a client (#382)

2014-05-27 Thread Shri Javadekar
Looks good to me. --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/382#issuecomment-44369485

Re: [jclouds] openstack console (#339)

2014-05-27 Thread pimenas
> + private final String type; > + > + Type(String type) { > + this.type = type; > + } > + > + public String type() { > + return type; > + } > + > + /** > + * Used from jclouds builtin deserializer. > + */ > + public static Type fromVal

Re: [jclouds] Remove BlobBuilder and Payloads.calculateMD5 (#381)

2014-05-27 Thread BuildHive
[jclouds » jclouds #1159](https://buildhive.cloudbees.com/job/jclouds/job/jclouds/1159/) SUCCESS This pull request looks good [(what's this?)](https://www.cloudbees.com/what-is-buildhive) --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/381#issuecomme

Re: [jclouds] Enforce correct MD5 when provided by a client (#382)

2014-05-27 Thread Andrew Phillips
> @@ -202,9 +203,18 @@ public String putBlob(final String containerName, final > Blob blob) throws IOExce > Files.createParentDirs(outputFile); > his = new HashingInputStream(Hashing.md5(), payload.openStream()); > Files.asByteSink(outputFile).writeFrom(his); > -

Re: [jclouds] Enforce correct MD5 when provided by a client (#382)

2014-05-27 Thread Andrew Gaul
> @@ -202,9 +203,18 @@ public String putBlob(final String containerName, final > Blob blob) throws IOExce > Files.createParentDirs(outputFile); > his = new HashingInputStream(Hashing.md5(), payload.openStream()); > Files.asByteSink(outputFile).writeFrom(his); > -

Re: [jclouds] Allow Guava MediaType for Content-Type (#383)

2014-05-27 Thread Andrew Gaul
> @@ -123,7 +123,7 @@ > (is (= "http://localhost/container/path"; (str (.getEndpoint request > (is (= "PUT" (.getMethod request))) > (is (= "10" (first (.get (.getHeaders request) "Content-Length" > -(is (nil? > +(is (= "application/unknown" We can change the default

Re: [jclouds] Allow Guava MediaType for Content-Type (#383)

2014-05-27 Thread Andrew Gaul
> @@ -123,7 +123,7 @@ > (is (= "http://localhost/container/path"; (str (.getEndpoint request > (is (= "PUT" (.getMethod request))) > (is (= "10" (first (.get (.getHeaders request) "Content-Length" > -(is (nil? > +(is (= "application/unknown" If I have to spend more t

Re: [jclouds] Remove BlobBuilder and Payloads.calculateMD5 (#381)

2014-05-27 Thread Andrew Gaul
Added a missing calls to ```setContentLength```. --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/381#issuecomment-44366023

Re: [jclouds] Allow Guava MediaType for Content-Type (#383)

2014-05-27 Thread BuildHive
[jclouds » jclouds #1158](https://buildhive.cloudbees.com/job/jclouds/job/jclouds/1158/) SUCCESS This pull request looks good [(what's this?)](https://www.cloudbees.com/what-is-buildhive) --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/383#issuecomme

Re: [jclouds] Allow Guava MediaType for Content-Type (#383)

2014-05-27 Thread Jeremy Daggett
> @@ -119,6 +120,8 @@ > >PayloadBlobBuilder contentMD5(byte[] md5); > > + PayloadBlobBuilder contentType(MediaType contentType); Nice! :+1: --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/383/files#r13115700

Re: [jclouds] Allow Guava MediaType for Content-Type (#383)

2014-05-27 Thread Jeremy Daggett
> @@ -123,7 +123,7 @@ > (is (= "http://localhost/container/path"; (str (.getEndpoint request > (is (= "PUT" (.getMethod request))) > (is (= "10" (first (.get (.getHeaders request) "Content-Length" > -(is (nil? > +(is (= "application/unknown" @andrewgaul My opinion is

Re: [jclouds] Allow Guava MediaType for Content-Type (#383)

2014-05-27 Thread CloudBees pull request builder plugin
[jclouds-java-7-pull-requests #1309](https://jclouds.ci.cloudbees.com/job/jclouds-java-7-pull-requests/1309/) SUCCESS This pull request looks good --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/383#issuecomment-44363745

Jenkins build is back to stable : jclouds » jclouds #1157

2014-05-27 Thread BuildHive
See

Re: [jclouds] Enforce correct MD5 when provided by a client (#382)

2014-05-27 Thread BuildHive
[jclouds » jclouds #1157](https://buildhive.cloudbees.com/job/jclouds/job/jclouds/1157/) SUCCESS This pull request looks good [(what's this?)](https://www.cloudbees.com/what-is-buildhive) --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/382#issuecomme

Re: [jclouds] Allow Guava MediaType for Content-Type (#383)

2014-05-27 Thread CloudBees pull request builder plugin
[jclouds-pull-requests #838](https://jclouds.ci.cloudbees.com/job/jclouds-pull-requests/838/) SUCCESS This pull request looks good --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/383#issuecomment-44363332

Re: [jclouds] Enforce correct MD5 when provided by a client (#382)

2014-05-27 Thread CloudBees pull request builder plugin
[jclouds-java-7-pull-requests #1308](https://jclouds.ci.cloudbees.com/job/jclouds-java-7-pull-requests/1308/) SUCCESS This pull request looks good --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/382#issuecomment-44363281

Re: [jclouds] Enforce correct MD5 when provided by a client (#382)

2014-05-27 Thread Andrew Phillips
> @@ -202,9 +203,18 @@ public String putBlob(final String containerName, final > Blob blob) throws IOExce > Files.createParentDirs(outputFile); > his = new HashingInputStream(Hashing.md5(), payload.openStream()); > Files.asByteSink(outputFile).writeFrom(his); > -

Re: [jclouds] Enforce correct MD5 when provided by a client (#382)

2014-05-27 Thread CloudBees pull request builder plugin
[jclouds-pull-requests #837](https://jclouds.ci.cloudbees.com/job/jclouds-pull-requests/837/) SUCCESS This pull request looks good --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/382#issuecomment-44363033

Re: [jclouds] Remove BlobBuilder and Payloads.calculateMD5 (#381)

2014-05-27 Thread CloudBees pull request builder plugin
[jclouds-java-7-pull-requests #1307](https://jclouds.ci.cloudbees.com/job/jclouds-java-7-pull-requests/1307/) UNSTABLE Looks like there's a problem with this pull request --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/381#issuecomment-44362836

Re: [jclouds] Remove BlobBuilder and Payloads.calculateMD5 (#381)

2014-05-27 Thread CloudBees pull request builder plugin
[jclouds-pull-requests #836](https://jclouds.ci.cloudbees.com/job/jclouds-pull-requests/836/) UNSTABLE Looks like there's a problem with this pull request --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/381#issuecomment-44362556

Re: [jclouds] Allow Guava MediaType for Content-Type (#383)

2014-05-27 Thread Andrew Phillips
Pending PR builders, +1 - looks good to me. Thanks, @andrewgaul! --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/383#issuecomment-44362071

Re: [jclouds] Remove BlobBuilder and Payloads.calculateMD5 (#381)

2014-05-27 Thread Andrew Phillips
> jclouds » jclouds #1156 UNSTABLE Some real [test failures](https://buildhive.cloudbees.com/job/jclouds/job/jclouds/org.apache.jclouds$jclouds-core/1156/testReport/) here, it seems. --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/381#issuecomment-

Re: [jclouds] Remove BlobBuilder and Payloads.calculateMD5 (#381)

2014-05-27 Thread BuildHive
[jclouds » jclouds #1156](https://buildhive.cloudbees.com/job/jclouds/job/jclouds/1156/) UNSTABLE Looks like there's a problem with this pull request [(what's this?)](https://www.cloudbees.com/what-is-buildhive) --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jcl

Jenkins build became unstable: jclouds » jclouds #1156

2014-05-27 Thread BuildHive
See

Build failed in Jenkins: jclouds-labs-google #137

2014-05-27 Thread jenkins-no-reply
See -- [...truncated 3363 lines...] [INFO] Exclude: **/LICENSE.txt [INFO] Exclude: **/header.txt [INFO] Exclude: **/NOTICE.txt [INFO] Exclude: **/DISCLAIMER [INFO] Exclude: **/BUILD.txt [INFO] E

Re: [jclouds] Enforce ASF copyright header via Checkstyle (#371)

2014-05-27 Thread Andrew Gaul
Closed #371. --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/371#event-125386324

Re: [jclouds] Enforce ASF copyright header via Checkstyle (#371)

2014-05-27 Thread Andrew Gaul
Not sure what to do with this. --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/371#issuecomment-44360388

Re: [jclouds] Allow Guava MediaType for Content-Type (#44)

2014-05-27 Thread Andrew Gaul
I abandoned this pull request since I no longer have write access to the maginatics organization. Continuing with #383. --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/44#issuecomment-44360280

Re: [jclouds] Allow Guava MediaType for Content-Type (#44)

2014-05-27 Thread Andrew Gaul
Closed #44. --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/44#event-125385919

[jclouds] Allow Guava MediaType for Content-Type (#383)

2014-05-27 Thread Andrew Gaul
This promotes type-safety. Keep the String interface for unknown content types. You can merge this Pull Request by running: git pull https://github.com/andrewgaul/jclouds blobbuilder-contenttype-mediatype Or you can view, comment on it, or merge it online at: https://github.com/jclouds/jcl

Re: [jclouds] Remove BlobBuilder and Payloads.calculateMD5 (#381)

2014-05-27 Thread Andrew Phillips
+1 - looks good to me (pending PR builders, if they're running). Thanks, @andrewgaul! --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/381#issuecomment-44360205

Re: [jclouds] Allow Guava MediaType for Content-Type (#44)

2014-05-27 Thread Andrew Phillips
@andrewgaul: Close'n'reopen to trigger the builders again? --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/44#issuecomment-44360065

Re: [jclouds-labs-google] Created the sketch of GCS Api (#25)

2014-05-27 Thread Andrew Gaul
@hsbhathiya try to keep commits small but complete, well-scoped, and include tests. The first few of any new provider will be tough since you need need to lay the groundwork but you will get past this in a few review cycles. I look forward to future commits! --- Reply to this email directly o

Re: [jclouds] Enforce correct MD5 when provided by a client (#382)

2014-05-27 Thread Andrew Gaul
@shrinandj could you review this? --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/382#issuecomment-44359913

[jclouds] Enforce correct MD5 when provided by a client (#382)

2014-05-27 Thread Andrew Gaul
Matches behavior of real blobstores. You can merge this Pull Request by running: git pull https://github.com/andrewgaul/jclouds local-blobstore-enforce-md5 Or you can view, comment on it, or merge it online at: https://github.com/jclouds/jclouds/pull/382 -- Commit Summary -- * Enforce co

Re: [jclouds] JCLOUDS-505: Deprecate unused ObjectMD5 (#322)

2014-05-27 Thread Andrew Phillips
> Somehow we backported the 1.8 fix to 1.7 [Here](https://git-wip-us.apache.org/repos/asf?p=jclouds.git;h=64968e4), actually. Thanks for the housekeeping, @andrewgaul! --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/322#issuecomment-44359309

Re: [jclouds] Allow Guava MediaType for Content-Type (#44)

2014-05-27 Thread Andrew Gaul
>public PayloadBlobBuilder contentType(String contentType) { > - payload.getContentMetadata().setContentType(contentType); > + > payload.getContentMetadata().setContentType(checkNotNull(contentType, > "contentType")); Removed ```checkNotNull```. --- Reply to this email d

Re: [jclouds] Remove BlobBuilder.calculateMD5 (#218)

2014-05-27 Thread Andrew Gaul
Superseded by #381. --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/218#issuecomment-44358648

[jclouds] Remove BlobBuilder and Payloads.calculateMD5 (#381)

2014-05-27 Thread Andrew Gaul
Callers should instead explicitly set contentMD5, usually with the results from Guava Hashing.md5(). This narrows the API and removes a strange IOException from callers. Further it removes a dangerous rebuffering of arbitrarily-large non-repeatable Payloads. You can merge this Pull Request by runn

Re: [jclouds] JCLOUDS-505: Deprecate unused ObjectMD5 (#322)

2014-05-27 Thread Andrew Gaul
Somehow we backported the 1.8 fix to 1.7. --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/322#issuecomment-44358576

Re: [jclouds] JCLOUDS-505: Deprecate unused ObjectMD5 (#322)

2014-05-27 Thread Andrew Gaul
Closed #322. --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/322#event-125381189

Re: [jclouds] Remove BlobBuilder.calculateMD5 (#218)

2014-05-27 Thread Andrew Gaul
Closed #218. --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/218#event-125380706

Jenkins build is back to normal : jclouds-labs-openstack #360

2014-05-27 Thread jenkins-no-reply
See

Jenkins build is back to normal : jclouds-labs-openstack » jclouds rackspace-autoscale api #360

2014-05-27 Thread jenkins-no-reply
See

[jira] [Commented] (JCLOUDS-567) Upgrade Apache HttpClient to 4.3.3

2014-05-27 Thread Andrew Gaul (JIRA)
[ https://issues.apache.org/jira/browse/JCLOUDS-567?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14010622#comment-14010622 ] Andrew Gaul commented on JCLOUDS-567: - I tested and SUREFIRE-1028 only affect JUnit,

Re: [jclouds] openstack console (#339)

2014-05-27 Thread Andrew Phillips
> + private final String type; > + > + Type(String type) { > + this.type = type; > + } > + > + public String type() { > + return type; > + } > + > + /** > + * Used from jclouds builtin deserializer. > + */ > + public static Type fromVal

Jenkins build is back to normal : jclouds-chef #834

2014-05-27 Thread jenkins-no-reply
See

Jenkins build is back to normal : jclouds-chef » Apache jclouds Chef :: Core #834

2014-05-27 Thread jenkins-no-reply
See

[jira] [Closed] (JCLOUDS-565) swift updateMetadata resets the object's content-type

2014-05-27 Thread Zack Shoylev (JIRA)
[ https://issues.apache.org/jira/browse/JCLOUDS-565?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zack Shoylev closed JCLOUDS-565. Fixes in 1.8.0 master and backported > swift updateMetadata resets the object's content-type > --

[jira] [Resolved] (JCLOUDS-565) swift updateMetadata resets the object's content-type

2014-05-27 Thread Zack Shoylev (JIRA)
[ https://issues.apache.org/jira/browse/JCLOUDS-565?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zack Shoylev resolved JCLOUDS-565. -- Resolution: Fixed > swift updateMetadata resets the object's content-type > --

Re: [jclouds] Add support to OpenStack Keystone v2 for 408 request timeouts (#369)

2014-05-27 Thread Zack Shoylev
> @@ -99,4 +104,32 @@ public void test401ShouldRetry4Times() { > >verify(command, response, cache); > } > + > + @Test > + public void test408ShouldRetry() { Ah that's what I was missing. @demobox you are right, this does test the handler specifically. I think it makes sense to r

Re: [jclouds] openstack console (#339)

2014-05-27 Thread Zack Shoylev
> + private final String type; > + > + Type(String type) { > + this.type = type; > + } > + > + public String type() { > + return type; > + } > + > + /** > + * Used from jclouds builtin deserializer. > + */ > + public static Type fromVal

Re: [jclouds] Update glance's endpoint for unit tests (#258)

2014-05-27 Thread Andrew Phillips
> Seems like a simple test fix. Should be ok? I think the question revolved more around the discussion of whether we're losing some test coverage if we assume here that the Glance endpoint will * come back with a version, as opposed to without (which apparently is also a valid response) * come

Re: [jclouds] Add support to OpenStack Keystone v2 for 408 request timeouts (#369)

2014-05-27 Thread Andrew Phillips
> @@ -99,4 +104,32 @@ public void test401ShouldRetry4Times() { > >verify(command, response, cache); > } > + > + @Test > + public void test408ShouldRetry() { If I understand the test correctly, we're calling `RetryOnRenew` with a 408 in the response and verifying that it calls th

Re: [jclouds] Update glance's endpoint for unit tests (#258)

2014-05-27 Thread Zack Shoylev
Seems like a simple test fix. Should be ok? --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/258#issuecomment-44346388

Re: [jclouds] Add support to OpenStack Keystone v2 for 408 request timeouts (#369)

2014-05-27 Thread Zack Shoylev
> @@ -99,4 +104,32 @@ public void test401ShouldRetry4Times() { > >verify(command, response, cache); > } > + > + @Test > + public void test408ShouldRetry() { Well the test doesn't actually test the delegation, it seems. I think the current name is better - unless I'm missing some

Re: [jclouds] Use HashingInputStream to avoid buffering Payload (#379)

2014-05-27 Thread Andrew Gaul
Pushed to master. --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/379#issuecomment-44345767

Re: [jclouds] Support exists checks with DreamObjects Swift API (#165)

2014-05-27 Thread Andrew Gaul
I can no longer test this and will close the PR. @shrinandj please resubmit if you have interest in DreamObjects support. --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/165#issuecomment-44345556

Re: [jclouds] Support exists checks with DreamObjects Swift API (#165)

2014-05-27 Thread Andrew Gaul
Closed #165. --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/165#event-125337843

Re: [jclouds] Remove BlobStoreContext.getAsyncBlobStore (#126)

2014-05-27 Thread Andrew Gaul
Deasync requires more thought. --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/126#issuecomment-44345069

Re: [jclouds] Support exists checks with DreamObjects Swift API (#165)

2014-05-27 Thread Everett Toews
During release week we like to do a little house cleaning in the jclouds world. That means sweeping out the pull request queue. This PR is over 6 months old. Please update us on its status here. If we don't hear anything, we will take that as lazy consensus that the PR is no longer relevant and

Re: [jclouds] Remove BlobStoreContext.getAsyncBlobStore (#126)

2014-05-27 Thread Andrew Gaul
Closed #126. --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/126#event-125336038

Re: [jclouds] Remove BlobStoreContext.getAsyncBlobStore (#126)

2014-05-27 Thread Everett Toews
During release week we like to do a little house cleaning in the jclouds world. That means sweeping out the pull request queue. This PR is over 6 months old. Please update us on its status here. If we don't hear anything, we will take that as lazy consensus that the PR is no longer relevant and

Re: [jclouds] JCLOUDS-239. Add VolumeExtension to compute and EC2 (#109)

2014-05-27 Thread Everett Toews
During release week we like to do a little house cleaning in the jclouds world. That means sweeping out the pull request queue. This PR is over 6 months old. Please update us on its status here. If we don't hear anything, we will take that as lazy consensus that the PR is no longer relevant and

Re: [jclouds] Allow Guava MediaType for Content-Type (#44)

2014-05-27 Thread Everett Toews
During release week we like to do a little house cleaning in the jclouds world. That means sweeping out the pull request queue. This PR is over 6 months old. Please update us on its status here. If we don't hear anything, we will take that as lazy consensus that the PR is no longer relevant and

Re: [jclouds] JCLOUDS-241: Added missing options to ListUsageRecordsOptions (#124)

2014-05-27 Thread Everett Toews
During release week we like to do a little house cleaning in the jclouds world. That means sweeping out the pull request queue. This PR is over 6 months old. Please update us on its status here. If we don't hear anything, we will take that as lazy consensus that the PR is no longer relevant and

Re: [jclouds] fixing jclouds-120 (#30)

2014-05-27 Thread Everett Toews
During release week we like to do a little house cleaning in the jclouds world. That means sweeping out the pull request queue. This PR is over 6 months old. Please update us on its status here. If we don't hear anything, we will take that as lazy consensus that the PR is no longer relevant and

Re: [jclouds] JCLOUDS-110. Update UltraDNS to latest server version (4.3.0) (#26)

2014-05-27 Thread Everett Toews
During release week we like to do a little house cleaning in the jclouds world. That means sweeping out the pull request queue. This PR is over 6 months old. Please update us on its status here. If we don't hear anything, we will take that as lazy consensus that the PR is no longer relevant and

[jira] [Resolved] (JCLOUDS-450) Support min/max count and client token fields for AWS EC2 RunInstances

2014-05-27 Thread Andrew Bayer (JIRA)
[ https://issues.apache.org/jira/browse/JCLOUDS-450?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Bayer resolved JCLOUDS-450. -- Resolution: Fixed > Support min/max count and client token fields for AWS EC2 RunInstances > -

[jira] [Commented] (JCLOUDS-565) swift updateMetadata resets the object's content-type

2014-05-27 Thread Everett Toews (JIRA)
[ https://issues.apache.org/jira/browse/JCLOUDS-565?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14010432#comment-14010432 ] Everett Toews commented on JCLOUDS-565: --- [~zack-s] Is this issue closeable? > swif

[jira] [Updated] (JCLOUDS-141) Create super-parent POM that jclouds and other components inherit from

2014-05-27 Thread Everett Toews (JIRA)
[ https://issues.apache.org/jira/browse/JCLOUDS-141?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Everett Toews updated JCLOUDS-141: -- Fix Version/s: (was: 1.7.3) > Create super-parent POM that jclouds and other components in

[jira] [Updated] (JCLOUDS-345) Add examples for multi-region BlobStore

2014-05-27 Thread Everett Toews (JIRA)
[ https://issues.apache.org/jira/browse/JCLOUDS-345?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Everett Toews updated JCLOUDS-345: -- Fix Version/s: (was: 1.7.3) > Add examples for multi-region BlobStore > --

[jira] [Updated] (JCLOUDS-568) Swift - allow easy update of object content-type

2014-05-27 Thread Everett Toews (JIRA)
[ https://issues.apache.org/jira/browse/JCLOUDS-568?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Everett Toews updated JCLOUDS-568: -- Fix Version/s: (was: 1.7.3) > Swift - allow easy update of object content-type > -

[jira] [Updated] (JCLOUDS-469) Add backup support for trove

2014-05-27 Thread Everett Toews (JIRA)
[ https://issues.apache.org/jira/browse/JCLOUDS-469?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Everett Toews updated JCLOUDS-469: -- Fix Version/s: (was: 1.7.3) (was: 1.8.0) > Add backup support for t

[jira] [Commented] (JCLOUDS-450) Support min/max count and client token fields for AWS EC2 RunInstances

2014-05-27 Thread Everett Toews (JIRA)
[ https://issues.apache.org/jira/browse/JCLOUDS-450?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14010425#comment-14010425 ] Everett Toews commented on JCLOUDS-450: --- [~abayer] Is this issue closeable? > Supp

[jira] [Closed] (JCLOUDS-346) Update examples for Rackspace Cloud Files

2014-05-27 Thread Everett Toews (JIRA)
[ https://issues.apache.org/jira/browse/JCLOUDS-346?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Everett Toews closed JCLOUDS-346. - Resolution: Fixed > Update examples for Rackspace Cloud Files >

[jira] [Updated] (JCLOUDS-402) Allowing Guava MediaType for Content-Type

2014-05-27 Thread Everett Toews (JIRA)
[ https://issues.apache.org/jira/browse/JCLOUDS-402?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Everett Toews updated JCLOUDS-402: -- Fix Version/s: (was: 1.7.3) > Allowing Guava MediaType for Content-Type >

[jira] [Commented] (JCLOUDS-97) Come up with some way of automating generation of release notes in a useful format

2014-05-27 Thread Everett Toews (JIRA)
[ https://issues.apache.org/jira/browse/JCLOUDS-97?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14010412#comment-14010412 ] Everett Toews commented on JCLOUDS-97: -- We've just been linking to the JIRA release n

[jira] [Updated] (JCLOUDS-226) Add firewall rule support to CloudStack SecurityGroupExtension

2014-05-27 Thread Everett Toews (JIRA)
[ https://issues.apache.org/jira/browse/JCLOUDS-226?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Everett Toews updated JCLOUDS-226: -- Fix Version/s: (was: 1.7.3) > Add firewall rule support to CloudStack SecurityGroupExtensi

[jira] [Updated] (JCLOUDS-97) Come up with some way of automating generation of release notes in a useful format

2014-05-27 Thread Everett Toews (JIRA)
[ https://issues.apache.org/jira/browse/JCLOUDS-97?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Everett Toews updated JCLOUDS-97: - Fix Version/s: (was: 1.7.3) > Come up with some way of automating generation of release notes

[jira] [Updated] (JCLOUDS-91) blobstore-service-list should use shellTableFactory to display

2014-05-27 Thread Everett Toews (JIRA)
[ https://issues.apache.org/jira/browse/JCLOUDS-91?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Everett Toews updated JCLOUDS-91: - Fix Version/s: (was: 1.7.3) > blobstore-service-list should use shellTableFactory to display

[jira] [Commented] (JCLOUDS-55) add/update docs to provide guidance for creating new providers

2014-05-27 Thread Everett Toews (JIRA)
[ https://issues.apache.org/jira/browse/JCLOUDS-55?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14010402#comment-14010402 ] Everett Toews commented on JCLOUDS-55: -- [Create a New API or Provider|https://wiki.a

[jira] [Closed] (JCLOUDS-55) add/update docs to provide guidance for creating new providers

2014-05-27 Thread Everett Toews (JIRA)
[ https://issues.apache.org/jira/browse/JCLOUDS-55?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Everett Toews closed JCLOUDS-55. Resolution: Fixed > add/update docs to provide guidance for creating new providers > --

[jira] [Updated] (JCLOUDS-88) jclouds:node-list is not in line with nova list while using openstack

2014-05-27 Thread Everett Toews (JIRA)
[ https://issues.apache.org/jira/browse/JCLOUDS-88?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Everett Toews updated JCLOUDS-88: - Fix Version/s: (was: 1.7.3) > jclouds:node-list is not in line with nova list while using op

[jira] [Updated] (JCLOUDS-55) add/update docs to provide guidance for creating new providers

2014-05-27 Thread Everett Toews (JIRA)
[ https://issues.apache.org/jira/browse/JCLOUDS-55?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Everett Toews updated JCLOUDS-55: - Fix Version/s: (was: 1.7.3) > add/update docs to provide guidance for creating new providers

[jira] [Commented] (JCLOUDS-549) NullPointerException in LoginCredentials.toString

2014-05-27 Thread Everett Toews (JIRA)
[ https://issues.apache.org/jira/browse/JCLOUDS-549?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14010394#comment-14010394 ] Everett Toews commented on JCLOUDS-549: --- Will there be a fix on master for this? >

[jira] [Updated] (JCLOUDS-549) NullPointerException in LoginCredentials.toString

2014-05-27 Thread Everett Toews (JIRA)
[ https://issues.apache.org/jira/browse/JCLOUDS-549?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Everett Toews updated JCLOUDS-549: -- Assignee: Aled Sage > NullPointerException in LoginCredentials.toString >

[jira] [Updated] (JCLOUDS-554) openstack-nova defaults to API v1.1

2014-05-27 Thread Everett Toews (JIRA)
[ https://issues.apache.org/jira/browse/JCLOUDS-554?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Everett Toews updated JCLOUDS-554: -- Fix Version/s: (was: 1.7.3) (was: 1.8.0) > openstack-nova defaults

[jira] [Closed] (JCLOUDS-539) Compilation of JClouds - Swift example fails with Exception in thread "main" java.lang.UnsupportedClassVersionError: JCloudsSwift : Unsupported major.minor version 51.0

2014-05-27 Thread Everett Toews (JIRA)
[ https://issues.apache.org/jira/browse/JCLOUDS-539?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Everett Toews closed JCLOUDS-539. - Resolution: Invalid This isn't a jclouds issue. It's a common issue in Java. Please see [Unsupp

[jira] [Updated] (JCLOUDS-539) Compilation of JClouds - Swift example fails with Exception in thread "main" java.lang.UnsupportedClassVersionError: JCloudsSwift : Unsupported major.minor version 51.0

2014-05-27 Thread Everett Toews (JIRA)
[ https://issues.apache.org/jira/browse/JCLOUDS-539?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Everett Toews updated JCLOUDS-539: -- Fix Version/s: (was: 1.7.3) > Compilation of JClouds - Swift example fails with Exception

[jira] [Updated] (JCLOUDS-379) Implement OpenStack Glance v2

2014-05-27 Thread Everett Toews (JIRA)
[ https://issues.apache.org/jira/browse/JCLOUDS-379?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Everett Toews updated JCLOUDS-379: -- Fix Version/s: (was: 1.7.3) > Implement OpenStack Glance v2 >

[jira] [Updated] (JCLOUDS-462) many aws-ec2 live tests fail

2014-05-27 Thread Everett Toews (JIRA)
[ https://issues.apache.org/jira/browse/JCLOUDS-462?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Everett Toews updated JCLOUDS-462: -- Fix Version/s: (was: 1.7.3) > many aws-ec2 live tests fail >

[jira] [Updated] (JCLOUDS-492) In the registerUnixImageBackedByEbsInRegion (Amazon), the root device name is being hardcoded to /dev/sda1 in the interface as form parameters. This has to be configurab

2014-05-27 Thread Everett Toews (JIRA)
[ https://issues.apache.org/jira/browse/JCLOUDS-492?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Everett Toews updated JCLOUDS-492: -- Fix Version/s: (was: 1.7.3) > In the registerUnixImageBackedByEbsInRegion (Amazon), the ro

[jira] [Updated] (JCLOUDS-442) Reduce the number of firewalls created by createNodesInGroup

2014-05-27 Thread Everett Toews (JIRA)
[ https://issues.apache.org/jira/browse/JCLOUDS-442?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Everett Toews updated JCLOUDS-442: -- Fix Version/s: (was: 1.7.3) > Reduce the number of firewalls created by createNodesInGroup

[jira] [Updated] (JCLOUDS-104) Change labs/cli/karaf to have their own parent POMs separate from the top-level POM

2014-05-27 Thread Everett Toews (JIRA)
[ https://issues.apache.org/jira/browse/JCLOUDS-104?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Everett Toews updated JCLOUDS-104: -- Fix Version/s: (was: 1.7.3) > Change labs/cli/karaf to have their own parent POMs separate

[jira] [Updated] (JCLOUDS-115) Fix failing CloudStack live tests on master

2014-05-27 Thread Everett Toews (JIRA)
[ https://issues.apache.org/jira/browse/JCLOUDS-115?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Everett Toews updated JCLOUDS-115: -- Fix Version/s: (was: 1.7.3) > Fix failing CloudStack live tests on master > --

[jira] [Updated] (JCLOUDS-120) Having no way to set keyPairName while using pallet to start openstack node

2014-05-27 Thread Everett Toews (JIRA)
[ https://issues.apache.org/jira/browse/JCLOUDS-120?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Everett Toews updated JCLOUDS-120: -- Fix Version/s: (was: 1.7.3) > Having no way to set keyPairName while using pallet to start

  1   2   >