Re: [jclouds-labs-google] Update ComposeObjectTemplate and update MockTests (#150)

2015-06-19 Thread Andrew Gaul
>return new AutoValue_ComposeObjectTemplate(sourceObjects, destination); > } > + > + ComposeObjectTemplate() { > + } > + > + public static class Builder { > + private ImmutableList sourceObjects; > + private ObjectTemplate destination; > + > + public Builder() { >

Re: [jclouds-labs-google] Update ComposeObjectTemplate and update MockTests (#150)

2015-06-19 Thread danbroudy
>return new AutoValue_ComposeObjectTemplate(sourceObjects, destination); > } > + > + ComposeObjectTemplate() { > + } > + > + public static class Builder { > + private ImmutableList sourceObjects; > + private ObjectTemplate destination; > + > + public Builder(){ > +

Re: [jclouds-labs-google] Update ComposeObjectTemplate and update MockTests (#150)

2015-06-19 Thread danbroudy
>return new AutoValue_ComposeObjectTemplate(sourceObjects, destination); > } > + > + ComposeObjectTemplate() { > + } > + > + public static class Builder { > + private ImmutableList sourceObjects; > + private ObjectTemplate destination; > + > + public Builder(){ > +

Re: [jclouds-labs-google] Update ComposeObjectTemplate and update MockTests (#150)

2015-06-19 Thread danbroudy
> + } > + this.sourceObjects = ImmutableList.copyOf(sourceObjects); > + return this; > + } > + > + public Builder fromNames(List SourceObjectNames){ > + ArrayList sourceObjects = new > ArrayList(); > + for (String name : SourceObjectNames){ > +

Re: [jclouds-labs-google] Update ComposeObjectTemplate and update MockTests (#150)

2015-06-19 Thread danbroudy
>return new AutoValue_ComposeObjectTemplate(sourceObjects, destination); > } > + > + ComposeObjectTemplate() { > + } > + > + public static class Builder { > + private ImmutableList sourceObjects; > + private ObjectTemplate destination; > + > + public Builder(){ > +

Re: [jclouds-labs-google] Update ComposeObjectTemplate and update MockTests (#150)

2015-06-19 Thread danbroudy
>return new AutoValue_ComposeObjectTemplate(sourceObjects, destination); > } > + > + ComposeObjectTemplate() { > + } > + > + public static class Builder { > + private ImmutableList sourceObjects; > + private ObjectTemplate destination; > + > + public Builder(){ > +

Re: [jclouds] use segment names similar to those created by python-swiftclient (#770)

2015-06-19 Thread Andrew Gaul
Closed #770. --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/770#event-335752357

Re: [jclouds-labs-google] Update ComposeObjectTemplate and update MockTests (#150)

2015-06-19 Thread danbroudy
> @@ -44,7 +44,7 @@ > public class BaseGoogleComputeEngineApiLiveTest extends > BaseApiLiveTest { > > protected static final String ZONE_API_URL_SUFFIX = "/zones/"; > - protected static final String DEFAULT_ZONE_NAME = "us-central1-a"; > + protected static final String DEFAULT_ZONE_NAME

Re: [jclouds] Add missing value in Content-Range header (#779)

2015-06-19 Thread Andrew Gaul
Thank you for your contribution @lmivan! --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/779#issuecomment-113633430

subscribe

2015-06-19 Thread Zack Shoylev

Build failed in Jenkins: jclouds-labs-openstack-1.9.x-branch #94

2015-06-19 Thread jenkins-no-reply
See Changes: [Zack Shoylev] Fix 2.0-SNAPSHOTs to 1.9.1 -- Started by an SCM change Building remotely on d9f27c8a (lxc-fedora17 standard m1.large large) in workspace

Re: [jclouds] Close connection after ExecChannel in sshj (#778)

2015-06-19 Thread Nikolay
@nacx We've noticed leaking "reader" threads without this, and with this patch threads are finishing correctly, I'll take a look what happens with connection itself. No problem if you won't backport this to older branches. --- Reply to this email directly or view it on GitHub: https://github.co

Re: [jclouds] [backport] Close connection after ExecChannel in sshj client (#777)

2015-06-19 Thread Nikolay
Closed #777. --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/777#event-335175839

Re: [jclouds] Close connection after ExecChannel in sshj (#778)

2015-06-19 Thread Ignasi Barrera
I've just seen you opened this against 1.8.x and 1.7.x. There is no plan to release those branches anymore, so I'll merge this to master and 1.9.x when ready. Can you upgrade to the latest 1.9 version? --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull

Re: [jclouds] Close connection after ExecChannel in sshj (#778)

2015-06-19 Thread Ignasi Barrera
Cool! This started as an experiment and remained unfinished. Mind updating [this ugly javadoc](https://github.com/jclouds/jclouds/blob/master/compute/src/main/java/org/jclouds/ssh/SshClient.java#L50-L53) too? Have you also checked if the SSHJ driver closes the connection properly? --- Reply to

[jira] [Resolved] (JCLOUDS-936) Move to a LoadingCache for GCE disk->image mapping

2015-06-19 Thread Andrew Bayer (JIRA)
[ https://issues.apache.org/jira/browse/JCLOUDS-936?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Bayer resolved JCLOUDS-936. -- Resolution: Fixed > Move to a LoadingCache for GCE disk->image mapping > --

[jira] [Commented] (JCLOUDS-936) Move to a LoadingCache for GCE disk->image mapping

2015-06-19 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/JCLOUDS-936?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14593283#comment-14593283 ] ASF subversion and git services commented on JCLOUDS-936: - Commit