Re: [jclouds/jclouds] Improve Jetty installation for live tests (#1230)

2018-11-01 Thread Ignasi Barrera
@andreaturli Any chance you can use this branch to upgrade Jetty to fix the vulnerability? -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/1230#issuecomment-435021317

Re: [jclouds/jclouds] Improve Jetty installation for live tests (#1230)

2018-11-01 Thread Andrea Turli
@andreaturli pushed 1 commit. bec0de5 - remove SslSelectChannelConnector import -- You are receiving this because you are subscribed to this thread. View it on GitHub:

Re: [jclouds/jclouds] Filesystem: Fix the MPU ETags to match S3. (#1252)

2018-11-01 Thread Timur Alperovich
timuralp commented on this pull request. > + @Test(groups = { "integration", "live" }) + public void testMultipartUploadMultiplePartsKnownETag() throws Exception { + BlobStore blobStore = view.getBlobStore(); + String container = getContainerName(); + // Pre-computed ETag

Re: [jclouds/jclouds] Filesystem: Fix the MPU ETags to match S3. (#1252)

2018-11-01 Thread Timur Alperovich
timuralp commented on this pull request. > .append("-") .append(partsList.size()) .append("\"") .toString(); assertThat(blob.getMetadata().getETag()).isEqualTo(expectedETag); } + @Test(groups = { "integration", "live" }) + public void

[jclouds/jclouds] Removed check for prefix/delimiter in clearContainer (#1254)

2018-11-01 Thread reptillicus
as discussed in this mail thread: https://lists.apache.org/thread.html/e10af185b92545935223cd070a9eabbda2898ba7265a223512c07f3f@%3Cuser.jclouds.apache.org%3E Also added some tests in BaseContainerIntegrationTest that test clearContainer with prefix etc. You can view, comment on, or merge this

Re: [jclouds/jclouds] Removed check for prefix/delimiter in clearContainer (#1254)

2018-11-01 Thread Andrew Gaul
@timuralp you probably added this check; could you look at this pull request? -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/1254#issuecomment-435216716

Re: [jclouds/jclouds] Filesystem: Fix the MPU ETags to match S3. (#1252)

2018-11-01 Thread Timur Alperovich
timuralp commented on this pull request. > @@ -838,10 +839,10 @@ public String completeMultipartUpload(MultipartUpload > mpu, List p throw propagate(ioe); } streams.add(is); - partHashes.append(blobPart.getMetadata().getETag()); +

Re: [jclouds/jclouds] Improve Jetty installation for live tests (#1230)

2018-11-01 Thread Andrea Turli
thanks @nacx I've bumped the jetty version to the latest `9.4.12.v20180830` -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/1230#issuecomment-435129000

Re: [jclouds/jclouds] Improve Jetty installation for live tests (#1230)

2018-11-01 Thread Andrea Turli
@andreaturli pushed 1 commit. 2b2688e -bump jetty version to fix security vulnerability -- You are receiving this because you are subscribed to this thread. View it on GitHub: