Re: [jclouds-labs-openstack] Fixed path to neutron extensions API. (#131)

2014-08-21 Thread Ignasi Barrera
You can have a look at the [TenantAdminApiMockTest](https://github.com/jclouds/jclouds/blob/master/apis/openstack-keystone/src/test/java/org/jclouds/openstack/keystone/v2_0/extensions/TenantAdminApiMockTest.java) for an example. That test uses the OS-KSADM extension and you'll see the

Re: [jclouds-labs] Add vSphere support (#61)

2014-08-21 Thread igreenfield
What you think about merge it now? --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs/pull/61#issuecomment-52895617

[jira] [Commented] (JCLOUDS-681) Jclouds is unable to parse detailed server list if there is a server with imageRef set to empty string

2014-08-21 Thread Ignasi Barrera (JIRA)
[ https://issues.apache.org/jira/browse/JCLOUDS-681?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14105279#comment-14105279 ] Ignasi Barrera commented on JCLOUDS-681: Could this be the same issue than

Re: [jclouds-karaf] Using ServiceMix bundle for jsch-agentproxy-sshj (#53)

2014-08-21 Thread Andrew Phillips
@ccustine: Quick ping to see if someone else can take a quick look..? --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-karaf/pull/53#issuecomment-52925276

Re: [jclouds-labs-openstack] Swift API Updates (#129)

2014-08-21 Thread Jeremy Daggett
* @return The {@link Account} object. */ @Named(account:get) @HEAD @ResponseParser(ParseAccountFromHeaders.class) - @Path(/) @zack-shoylev That is my understanding as well. According to the docs: A @Path value isn’t required to have leading or trailing slashes (/).

Build failed in Jenkins: jclouds-labs-openstack #433

2014-08-21 Thread jenkins-no-reply
See https://jclouds.ci.cloudbees.com/job/jclouds-labs-openstack/433/changes Changes: [Jeremy Daggett] JCLOUDS-630: Map Payload ContentMetadata expires to Swift X-Delete-At header for object expiration. -- [...truncated 3967 lines...] [INFO] Exclude:

Build failed in Jenkins: jclouds-labs-openstack » jclouds openstack-swift api #433

2014-08-21 Thread jenkins-no-reply
See https://jclouds.ci.cloudbees.com/job/jclouds-labs-openstack/org.apache.jclouds.labs$openstack-swift/433/ -- [...truncated 394 lines...] [pool-7-thread-5] Test

[jira] [Commented] (JCLOUDS-681) Jclouds is unable to parse detailed server list if there is a server with imageRef set to empty string

2014-08-21 Thread Irina Mok (JIRA)
[ https://issues.apache.org/jira/browse/JCLOUDS-681?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14105568#comment-14105568 ] Irina Mok commented on JCLOUDS-681: --- Confirmed. The issue exists in 1.8.0. Also checked

Re: [jclouds-labs-openstack] Fix Maven parent.relativePath warnings (#133)

2014-08-21 Thread Andrew Phillips
Closed #133. --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs-openstack/pull/133#event-155688037

Re: [jclouds-labs-openstack] Fix Maven parent.relativePath warnings (#133)

2014-08-21 Thread Andrew Phillips
jclouds-labs-openstack-pull-requests #365 FAILURE Shows some new [Checkstyle violations](https://jclouds.ci.cloudbees.com/job/jclouds-labs-openstack-pull-requests/365/), but I'm not sure whether they're real because the build barfed. Let's try again... --- Reply to this email directly or

Re: [jclouds-labs-openstack] Fix Maven parent.relativePath warnings (#133)

2014-08-21 Thread Andrew Phillips
Reopened #133. --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs-openstack/pull/133#event-155688048

Re: [jclouds-cli] Update karaf version to latest 2.3.6 (#18)

2014-08-21 Thread Chris Custine
@@ -24,6 +24,7 @@ groupIdorg.apache.jclouds/groupId artifactIdjclouds-project/artifactId version2.0.0-SNAPSHOT/version +relativePath / @demobox Yeah, you have the gist of it now. There is a long running debate about this but I doubt it will ever be resolved:

Re: [jclouds-karaf] Using ServiceMix bundle for jsch-agentproxy-sshj (#53)

2014-08-21 Thread Chris Custine
@@ -202,6 +202,7 @@ limitations under the License. joda.version2.1/joda.version jsch.bundle.version0.1.44_2/jsch.bundle.version jsch.agentproxy.version0.0.7/jsch.agentproxy.version + jsch.agentproxy.bundle.version${jsch.agentproxy.version}_2/jsch.agentproxy.bundle.version

Re: [jclouds-karaf] Using ServiceMix bundle for jsch-agentproxy-sshj (#53)

2014-08-21 Thread Chris Custine
:+1: and I'll repeat that if any servicemix bundle stuff comes up again let me know and I can get it in quickly. --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-karaf/pull/53#issuecomment-52969565

Re: [jclouds-labs-google] JCLOUDS-458: Live tests for BucketAccessControls, DefaultObjectAccessControls (#35)

2014-08-21 Thread Andrew Gaul
@@ -31,7 +31,7 @@ private BindToJsonPayload jsonBinder; @Override - public R extends HttpRequest R bindToRequest(R request, MapString, Object postParams) { + public R extends HttpRequest R bindToRequest(R request, MapString, Object postParams) throws

Re: [jclouds-labs-google] JCLOUDS-458: Live tests for BucketAccessControls, DefaultObjectAccessControls (#35)

2014-08-21 Thread Andrew Gaul
@@ -65,7 +64,7 @@ * The entity holding the permission. Can be user-userId, user-emailAddress, group-groupId, * group-emailAddress, allUsers, or allAuthenticatedUsers. * -* @return a BucketAccessControls resource +* @return a {@link

Re: [jclouds-labs-google] JCLOUDS-458: Live tests for BucketAccessControls, DefaultObjectAccessControls (#35)

2014-08-21 Thread Andrew Gaul
@@ -65,7 +64,7 @@ * The entity holding the permission. Can be user-userId, user-emailAddress, group-groupId, * group-emailAddress, allUsers, or allAuthenticatedUsers. * -* @return a BucketAccessControls resource +* @return a {@link

Re: [jclouds-labs-google] JCLOUDS-458: Live tests for BucketAccessControls, DefaultObjectAccessControls (#35)

2014-08-21 Thread Andrew Gaul
Please address the minor nits, mostly Javadoc-related. This commit has a few unrelated changes: using UUID, Javadoc changes, and the actual new tests. Please break changes into component parts in future pull requests. @mattstep This pull request has been open for almost a month! Do you plan

Re: [jclouds-labs-google] JCLOUDS-458:Added ObjectAccessControls with expect tests (#36)

2014-08-21 Thread Andrew Gaul
+ public String getEntityId() { + return entityId; + } + + public ProjectTeam getProjectTeam() { + return projectTeam; + } + + @Override + public boolean equals(Object obj) { + if (this == obj) + return true; + if (obj == null || getClass() !=

Re: [jclouds-labs-google] JCLOUDS-458:Added ObjectAccessControls with expect tests (#36)

2014-08-21 Thread Andrew Gaul
+/* + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version

Re: [jclouds-labs-google] JCLOUDS-458:Added ObjectAccessControls with expect tests (#36)

2014-08-21 Thread Andrew Gaul
+ + // Test updateObjectAccessControls + public void testPatchObjectaclWithNoOptionsResponseIs2xx() throws Exception { + HttpRequest patchRequest = HttpRequest + .builder() + .method(PATCH) +

Re: [jclouds-labs-google] JCLOUDS-458:Added ObjectAccessControls with expect tests (#36)

2014-08-21 Thread Andrew Gaul
+ +public class ObjectaclGetTest extends BaseGoogleCloudStorageParseTestObjectAccessControls { + + @Override + public String resource() { + return /objectacl_get.json; + } + + @Override + @Consumes(MediaType.APPLICATION_JSON) + public ObjectAccessControls expected() {

Re: [jclouds-labs-google] JCLOUDS-458:Added ObjectAccessControls with expect tests (#36)

2014-08-21 Thread Andrew Gaul
+ + public static Builder builder() { + return new Builder(); + } + + public Builder toBuilder() { + return new Builder().fromListObjectAccessControls(this); + } + + public static final class Builder { + + private Kind kind; + private

Re: [jclouds-labs-google] JCLOUDS-458:Added ObjectAccessControls with expect tests (#36)

2014-08-21 Thread Andrew Gaul
+public class BucketAccessControlsApiLiveTest extends BaseGoogleCloudStorageApiLiveTest { + + protected static final String BUCKET_NAME = jcloudstestbucketacl + UUID.randomUUID(); + + private BucketAccessControlsApi api() { + return api.getBucketAccessControlsApi(); + } + +

Re: [jclouds-labs-google] JCLOUDS-458:Added ObjectAccessControls with expect tests (#36)

2014-08-21 Thread Andrew Gaul
I encountered some compilation errors related to Guava 18: ``` [ERROR] /home/gaul/work/jclouds-labs-google/google-cloud-storage/src/main/java/org/jclouds/googlecloudstorage/domain/ObjectAccessControls.java:[110,37] string() in org.jclouds.googlecloudstorage.domain.ObjectAccessControls cannot

Re: [jclouds-labs-openstack] Fix Maven parent.relativePath warnings (#133)

2014-08-21 Thread Andrew Phillips
Can't see any relativePath warnings [in the log](https://jclouds.ci.cloudbees.com/job/jclouds-labs-openstack-pull-requests/366/consoleFull). Funnily enough, I can't find any in [older builds](https://jclouds.ci.cloudbees.com/job/jclouds-labs-openstack-pull-requests/360/consoleFull) either...am

Re: [jclouds-karaf] Using ServiceMix bundle for jsch-agentproxy-sshj (#53)

2014-08-21 Thread Andrew Phillips
comes up again let me know and I can get it in quickly. Thanks, @ccustine! Freeman was pretty quick to jump on [SMX4-1749](https://issues.apache.org/jira/browse/SMX4-1749), which was helpful. I'm not wild on the versioning, but I gather that's the way ServiceMix does things. And, as far as I

Re: [jclouds-labs-openstack] Fix Maven parent.relativePath warnings (#133)

2014-08-21 Thread Jeremy Daggett
@demobox That is really strange because these warnings have been ongoing for as long as I can remember! I always assumed it was because of the split repos. --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs-openstack/pull/133#issuecomment-52979971

Build failed in Jenkins: jclouds » jclouds-labs-google #1262

2014-08-21 Thread BuildHive
See https://buildhive.cloudbees.com/job/jclouds/job/jclouds-labs-google/1262/ -- GitHub pull request #35 to jclouds/jclouds-labs-google Building remotely on s-5cd33e3c in workspace https://buildhive.cloudbees.com/job/jclouds/job/jclouds-labs-google/ws/

Re: [jclouds-labs-google] JCLOUDS-458: Live tests for BucketAccessControls, DefaultObjectAccessControls (#35)

2014-08-21 Thread BuildHive
[jclouds » jclouds-labs-google #1262](https://buildhive.cloudbees.com/job/jclouds/job/jclouds-labs-google/1262/) FAILURE 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:

Re: [jclouds-labs-google] JCLOUDS-458: Live tests for BucketAccessControls, DefaultObjectAccessControls (#35)

2014-08-21 Thread CloudBees pull request builder plugin
[jclouds-labs-google-pull-requests #116](https://jclouds.ci.cloudbees.com/job/jclouds-labs-google-pull-requests/116/) FAILURE Looks like there's a problem with this pull request --- Reply to this email directly or view it on GitHub:

Re: [jclouds-labs-openstack] Adds support for the Security Group extension to neutron (#132)

2014-08-21 Thread Jeremy Daggett
+ @ConstructorProperties({id, tenant_id, name, description, security_group_rules}) + protected SecurityGroup(String id, String tenantId, String name, String description, + ImmutableListSecurityGroupRule securityGroupRules) { + this.id = id; + this.tenantId =

Re: [jclouds-labs-openstack] Adds support for the Security Group extension to neutron (#132)

2014-08-21 Thread Jeremy Daggett
+ + return Objects.equal(this.id, that.id) +Objects.equal(this.tenantId, that.tenantId) +Objects.equal(this.name, that.name) +Objects.equal(this.description, that.description) +Objects.equal(this.securityGroupRules,

Build failed in Jenkins: jclouds-karaf #666

2014-08-21 Thread jenkins-no-reply
See https://jclouds.ci.cloudbees.com/job/jclouds-karaf/666/changes Changes: [Andrew Phillips] Using ServiceMix bundle for jsch-agentproxy-sshj -- Started by an SCM change Building remotely on 7a610052 (lxc-fedora17 m1.small small) in workspace

Re: [jclouds-labs-google] JCLOUDS-458: Live tests for BucketAccessControls, DefaultObjectAccessControls (#35)

2014-08-21 Thread CloudBees pull request builder plugin
[jclouds-labs-google-pull-requests #117](https://jclouds.ci.cloudbees.com/job/jclouds-labs-google-pull-requests/117/) FAILURE Looks like there's a problem with this pull request --- Reply to this email directly or view it on GitHub:

Re: [jclouds-labs-openstack] Adds support for the Security Group extension to neutron (#132)

2014-08-21 Thread Jeremy Daggett
+*/ + @Nullable + public String getName() { + return name; + } + + /** +* @return The description of the security group. +*/ + @Nullable + public String getDescription() { + return description; + } + + /** +* @return The identifier of the

Re: [jclouds-labs-openstack] Adds support for the Security Group extension to neutron (#132)

2014-08-21 Thread Zack Shoylev
+*/ + @Nullable + public String getName() { + return name; + } + + /** +* @return The description of the security group. +*/ + @Nullable + public String getDescription() { + return description; + } + + /** +* @return The identifier of the

Re: [jclouds-labs-openstack] Adds support for the Security Group extension to neutron (#132)

2014-08-21 Thread Zack Shoylev
+ + return Objects.equal(this.id, that.id) +Objects.equal(this.tenantId, that.tenantId) +Objects.equal(this.name, that.name) +Objects.equal(this.description, that.description) +Objects.equal(this.securityGroupRules,

Re: [jclouds-labs-openstack] Adds support for the Security Group extension to neutron (#132)

2014-08-21 Thread Zack Shoylev
+ @ConstructorProperties({id, tenant_id, name, description, security_group_rules}) + protected SecurityGroup(String id, String tenantId, String name, String description, + ImmutableListSecurityGroupRule securityGroupRules) { + this.id = id; + this.tenantId =

Build failed in Jenkins: jclouds » jclouds-labs-google #1263

2014-08-21 Thread BuildHive
See https://buildhive.cloudbees.com/job/jclouds/job/jclouds-labs-google/1263/changes Changes: [Bhathiya] JCLOUDS-458: Live tests for BucketAccessControls and DefaultObjectAccess Controls -- [...truncated 201 lines...] [pool-1-thread-4] Test

Re: [jclouds-labs-google] JCLOUDS-458: Live tests for BucketAccessControls, DefaultObjectAccessControls (#35)

2014-08-21 Thread BuildHive
[jclouds » jclouds-labs-google #1263](https://buildhive.cloudbees.com/job/jclouds/job/jclouds-labs-google/1263/) FAILURE 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:

Re: [jclouds-labs-openstack] Adds support for the Security Group extension to neutron (#132)

2014-08-21 Thread Jeremy Daggett
+ return self(); + } + + /** + * The name for this rule. + * + * @return the Builder. + * @see SecurityGroup#getName() + */ + public ParameterizedBuilderType name(String name) { + securityGroup.name = name; + return

Re: [jclouds-labs-openstack] Adds support for the Security Group extension to neutron (#132)

2014-08-21 Thread Jeremy Daggett
+ + protected abstract ParameterizedBuilderType self(); + + /** + * The tenant id for this rule. Usually can only be specified by administrators. + * + * @return the Builder. + * @see SecurityGroup#getTenantId() + */ + public

Re: [jclouds-labs-google] JCLOUDS-458: Live tests for BucketAccessControls, DefaultObjectAccessControls (#35)

2014-08-21 Thread CloudBees pull request builder plugin
[jclouds-labs-google-pull-requests #118](https://jclouds.ci.cloudbees.com/job/jclouds-labs-google-pull-requests/118/) FAILURE Looks like there's a problem with this pull request --- Reply to this email directly or view it on GitHub:

Re: [jclouds-labs-openstack] Adds support for the Security Group extension to neutron (#132)

2014-08-21 Thread Jeremy Daggett
+ + private abstract static class BuilderParameterizedBuilderType { + // Keep track of the builder's state. + protected SecurityGroup securityGroup; + + /** + * No-parameters constructor. + * */ + private Builder() { + securityGroup = new

Build failed in Jenkins: jclouds » jclouds-karaf #1204

2014-08-21 Thread BuildHive
See https://buildhive.cloudbees.com/job/jclouds/job/jclouds-karaf/1204/changes Changes: [Andrew Phillips] Using ServiceMix bundle for jsch-agentproxy-sshj -- [...truncated 411 lines...] [INFO] Exclude: **/.project [INFO] Exclude: **/.classpath [INFO]

Re: [jclouds-labs-openstack] Adds support for the Security Group extension to neutron (#132)

2014-08-21 Thread Jeremy Daggett
+ @Nullable + public Integer getPortRangeMin() { + return portRangeMin; + } + + /** +* @return The maximum port number in the range that is matched by the security group rule. The port_range_min +* attribute constrains the port_range_max attribute. If the protocol is

Re: [jclouds-labs-google] JCLOUDS-458: Live tests for BucketAccessControls, DefaultObjectAccessControls (#35)

2014-08-21 Thread BuildHive
[jclouds » jclouds-labs-google #1264](https://buildhive.cloudbees.com/job/jclouds/job/jclouds-labs-google/1264/) 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:

Jenkins build is back to normal : jclouds » jclouds-labs-google #1264

2014-08-21 Thread BuildHive
See https://buildhive.cloudbees.com/job/jclouds/job/jclouds-labs-google/1264/changes

Re: [jclouds-karaf] Using ServiceMix bundle for jsch-agentproxy-sshj (#53)

2014-08-21 Thread Andrew Phillips
Committed to [master](https://git-wip-us.apache.org/repos/asf?p=jclouds-karaf.git;a=commit;h=d5976d69b9719b6a1c1b96e267c10cb237c4080b) --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-karaf/pull/53#issuecomment-52987762

Re: [jclouds-karaf] Using ServiceMix bundle for jsch-agentproxy-sshj (#53)

2014-08-21 Thread Andrew Phillips
Closed #53. --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-karaf/pull/53#event-155804364

Re: [jclouds-labs-google] JCLOUDS-458: Live tests for BucketAccessControls, DefaultObjectAccessControls (#35)

2014-08-21 Thread BuildHive
[jclouds » jclouds-labs-google #1265](https://buildhive.cloudbees.com/job/jclouds/job/jclouds-labs-google/1265/) 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:

Re: [jclouds-labs-google] JCLOUDS-458: Live tests for BucketAccessControls, DefaultObjectAccessControls (#35)

2014-08-21 Thread CloudBees pull request builder plugin
[jclouds-labs-google-pull-requests #119](https://jclouds.ci.cloudbees.com/job/jclouds-labs-google-pull-requests/119/) SUCCESS This pull request looks good --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs-google/pull/35#issuecomment-52989034

Re: [jclouds-labs-google] JCLOUDS-458: Live tests for BucketAccessControls, DefaultObjectAccessControls (#35)

2014-08-21 Thread Andrew Gaul
@hsbhathiya Can you rebase this commit? I see errors of the form: ``` [ERROR] /home/gaul/work/jclouds-labs-google/google-cloud-storage/src/main/java/o rg/jclouds/googlecloudstorage/config/OAuthModuleWithoutTypeAdapters.java:[19,35] cannot find symbol symbol: class CredentialType location:

Re: [jclouds-labs-google] JCLOUDS-458: Live tests for BucketAccessControls, DefaultObjectAccessControls (#35)

2014-08-21 Thread Andrew Gaul
@@ -133,7 +126,7 @@ HttpResponse deleteDefaultObjectAccessControls(@PathParam(bucket) String bucke * @param generation * If present, selects a specific revision of this object * -* @return ListObjectAccessControls resource +* @return (@link

Re: [jclouds-labs-google] JCLOUDS-458: Live tests for BucketAccessControls, DefaultObjectAccessControls (#35)

2014-08-21 Thread Andrew Gaul
+ DefaultObjectAccessControls defaultObjectacl = DefaultObjectAccessControls.builder().bucket(BUCKET_NAME) + .entity(allUsers).role(ObjectRole.READER).build(); + DefaultObjectAccessControls response = api().patchDefaultObjectAccessControls(BUCKET_NAME, allUsers, +

Re: [jclouds-labs-google] JCLOUDS-458: Live tests for BucketAccessControls, DefaultObjectAccessControls (#35)

2014-08-21 Thread Andrew Gaul
+public class DefaultObjectAccessControlsApiLiveTest extends BaseGoogleCloudStorageApiLiveTest { + + protected static final String BUCKET_NAME = jcloudtestbucketdefaultoacl + UUID.randomUUID(); + + private DefaultObjectAccessControlsApi api() { + return

Re: [jclouds-labs-openstack] Fix Maven parent.relativePath warnings (#133)

2014-08-21 Thread Andrew Phillips
Closed #133. --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs-openstack/pull/133#event-155832927

Re: [jclouds-labs-openstack] Fix Maven parent.relativePath warnings (#133)

2014-08-21 Thread Andrew Phillips
I already pushed this to master a bit ago Fine with me! I don't think this can hurt... ;-) --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs-openstack/pull/133#issuecomment-52994940

Re: [jclouds-cli] Update karaf version to latest 2.3.6 (#18)

2014-08-21 Thread Andrew Phillips
@@ -24,6 +24,7 @@ groupIdorg.apache.jclouds/groupId artifactIdjclouds-project/artifactId version2.0.0-SNAPSHOT/version +relativePath / +1 - makes sense to me. Thanks for the link! --- Reply to this email directly or view it on GitHub:

[jira] [Created] (JCLOUDS-684) Add option to delete containers without deleting objects inside it

2014-08-21 Thread Shri Javadekar (JIRA)
Shri Javadekar created JCLOUDS-684: -- Summary: Add option to delete containers without deleting objects inside it Key: JCLOUDS-684 URL: https://issues.apache.org/jira/browse/JCLOUDS-684 Project:

Jenkins build is back to normal : jclouds » jclouds swift api #2728

2014-08-21 Thread jenkins-no-reply
See https://jclouds.ci.cloudbees.com/job/jclouds/org.apache.jclouds.api$swift/2728/

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

2014-08-21 Thread jenkins-no-reply
See https://jclouds.ci.cloudbees.com/job/jclouds-labs-openstack/435/

Jenkins build is back to normal : jclouds-labs-openstack » jclouds openstack-marconi api #435

2014-08-21 Thread jenkins-no-reply
See https://jclouds.ci.cloudbees.com/job/jclouds-labs-openstack/org.apache.jclouds.labs$openstack-marconi/435/

Jenkins build is unstable: jclouds » jclouds-karaf #1205

2014-08-21 Thread BuildHive
See https://buildhive.cloudbees.com/job/jclouds/job/jclouds-karaf/1205/

[jira] [Commented] (JCLOUDS-684) Add option to delete containers without deleting objects inside it

2014-08-21 Thread Andrew Gaul (JIRA)
[ https://issues.apache.org/jira/browse/JCLOUDS-684?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14106416#comment-14106416 ] Andrew Gaul commented on JCLOUDS-684: - [~shrinand]

[jira] [Comment Edited] (JCLOUDS-685) Support bulk-delete/multi-object deletes from the BlobStore object

2014-08-21 Thread Andrew Gaul (JIRA)
[ https://issues.apache.org/jira/browse/JCLOUDS-685?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14106423#comment-14106423 ] Andrew Gaul edited comment on JCLOUDS-685 at 8/22/14 3:54 AM:

[jira] [Comment Edited] (JCLOUDS-685) Support bulk-delete/multi-object deletes from the BlobStore object

2014-08-21 Thread Andrew Gaul (JIRA)
[ https://issues.apache.org/jira/browse/JCLOUDS-685?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14106423#comment-14106423 ] Andrew Gaul edited comment on JCLOUDS-685 at 8/22/14 3:54 AM:

[jira] [Assigned] (JCLOUDS-685) Support bulk-delete/multi-object deletes from the BlobStore object

2014-08-21 Thread Andrew Gaul (JIRA)
[ https://issues.apache.org/jira/browse/JCLOUDS-685?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Gaul reassigned JCLOUDS-685: --- Assignee: Shri Javadekar This API sounds good; can you implement a fallback in

[jira] [Resolved] (JCLOUDS-684) Add option to delete containers without deleting objects inside it

2014-08-21 Thread Andrew Gaul (JIRA)
[ https://issues.apache.org/jira/browse/JCLOUDS-684?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Gaul resolved JCLOUDS-684. - Resolution: Not a Problem Fix Version/s: (was: 2.0.0) Add option to delete