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

2015-07-02 Thread Nikolay
I like that approach, will try. --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/778#issuecomment-117939027

Re: [jclouds-labs-openstack] add FWaaS extension to openstack-neutron (#196)

2015-07-02 Thread Zack Shoylev
+ */ + public abstract Builder adminStateUp(Boolean adminStateUp); + + /** + * + * @param firewallPolicyId The firewall policy uuid that this firewall is associated with. This firewall implements the rules contained in the + *

Re: [jclouds-labs-openstack] add FWaaS extension to openstack-neutron (#196)

2015-07-02 Thread Andrea Turli
thanks @zack-shoylev for your help. For some reason, when using getSomeName() format the builder was not generated at all. I think we can solve this issue later on, as other domain objects need to be refactored with AutoValue, anyway. Wdyt? --- Reply to this email directly or view it on

Re: [jclouds-labs-openstack] add FWaaS extension to openstack-neutron (#196)

2015-07-02 Thread Zack Shoylev
Also I think the getSomeName() getters were fine. Auto works fine with getName() and name(String name)/getName() in the builder, for example. https://github.com/jclouds/jclouds-labs-openstack/blob/master/openstack-heat/src/main/java/org/jclouds/openstack/heat/v1/options/CreateStack.java ---

Re: [jclouds-labs-openstack] add FWaaS extension to openstack-neutron (#196)

2015-07-02 Thread Zack Shoylev
That is strange. Sure, but maybe have a look and see it's not something else that's going wrong. --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs-openstack/pull/196#issuecomment-118012210

Build failed in Jenkins: jclouds-guava-17-18 » 17.0,OpenJDK 7 (latest) #321

2015-07-02 Thread jenkins-no-reply
See https://jclouds.ci.cloudbees.com/job/jclouds-guava-17-18/GUAVA_VERSION=17.0,jdk=OpenJDK%207%20(latest)/321/changes Changes: [Andrew Gaul] JCLOUDS-930: Remove bogus dependsOnMethods [Andrew Gaul] Use correct default in testPublicAccess --

[jira] [Commented] (JCLOUDS-930) Expose the prefix option when listing a container

2015-07-02 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/JCLOUDS-930?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14612672#comment-14612672 ] ASF subversion and git services commented on JCLOUDS-930: - Commit

Build failed in Jenkins: jclouds-guava-17-18 » 18.0,OpenJDK 7 (latest) #321

2015-07-02 Thread jenkins-no-reply
See https://jclouds.ci.cloudbees.com/job/jclouds-guava-17-18/GUAVA_VERSION=18.0,jdk=OpenJDK%207%20(latest)/321/changes Changes: [Andrew Gaul] JCLOUDS-930: Remove bogus dependsOnMethods [Andrew Gaul] Use correct default in testPublicAccess --

[jira] [Commented] (JCLOUDS-894) Expose component operations of multipart upload

2015-07-02 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/JCLOUDS-894?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14612855#comment-14612855 ] ASF subversion and git services commented on JCLOUDS-894: - Commit

Re: [jclouds-labs-openstack] add FWaaS extension to openstack-neutron (#196)

2015-07-02 Thread Andrea Turli
@zack-shoylev thanks again. I think now the AutoValue classes are in a better shape --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs-openstack/pull/196#issuecomment-118087687

Re: [jclouds-labs-openstack] add FWaaS extension to openstack-neutron (#196)

2015-07-02 Thread Andrea Turli
I'd appreciate if you could merge it on both master and 1.9.x. Thanks! --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs-openstack/pull/196#issuecomment-118087862

Re: [jclouds-labs-openstack] add FWaaS extension to openstack-neutron (#196)

2015-07-02 Thread Zack Shoylev
Closed #196. --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs-openstack/pull/196#event-346826522

Re: [jclouds-labs-openstack] add FWaaS extension to openstack-neutron (#196)

2015-07-02 Thread Zack Shoylev
squashed, merged, backported --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs-openstack/pull/196#issuecomment-118152081

Re: [jclouds-labs-openstack] add FWaaS extension to openstack-neutron (#196)

2015-07-02 Thread Andrea Turli
thanks @zack-shoylev --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs-openstack/pull/196#issuecomment-118153386

[jclouds] JCLOUDS-930: Transient store integration test fixes (#796)

2015-07-02 Thread Timur Alperovich
Two fixes to integration tests. The first one changes the tests to expect the delimiter to be included in the common prefixes. The second change is to fix directory handling in the local blob store and a unit test to catch the regressions. You can view, comment on, or merge this pull request