Build failed in Jenkins: JClouds » jclouds-with-credentials » jclouds-chef-live-tests #15

2020-12-01 Thread Apache Jenkins Server
See Changes: -- Started by timer Running as SYSTEM No JDK named ?JDK 1.8 (latest)? found [EnvInject] - Loading node environment variabl

[jira] [Commented] (JCLOUDS-1558) Azureblob Azure AD OAuth2 authentication support

2020-12-01 Thread Ignasi Barrera (Jira)
[ https://issues.apache.org/jira/browse/JCLOUDS-1558?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17241494#comment-17241494 ] Ignasi Barrera commented on JCLOUDS-1558: - The request filters can be defined

[GitHub] [jclouds] radito3 commented on a change in pull request #89: JCLOUDS-1521: Remove need for content length when using multipart upload

2020-12-01 Thread GitBox
radito3 commented on a change in pull request #89: URL: https://github.com/apache/jclouds/pull/89#discussion_r533368106 ## File path: blobstore/src/main/java/org/jclouds/blobstore/internal/BaseBlobStore.java ## @@ -354,48 +350,22 @@ protected String putMultipartBlob(String con

[jira] [Commented] (JCLOUDS-1558) Azureblob Azure AD OAuth2 authentication support

2020-12-01 Thread roded (Jira)
[ https://issues.apache.org/jira/browse/JCLOUDS-1558?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17241470#comment-17241470 ] roded commented on JCLOUDS-1558: Thanks Ignasi. And another question: [Get Container

[GitHub] [jclouds] gaul commented on a change in pull request #89: JCLOUDS-1521: Remove need for content length when using multipart upload

2020-12-01 Thread GitBox
gaul commented on a change in pull request #89: URL: https://github.com/apache/jclouds/pull/89#discussion_r55820 ## File path: blobstore/src/main/java/org/jclouds/blobstore/internal/BaseBlobStore.java ## @@ -354,48 +350,22 @@ protected String putMultipartBlob(String contai

[GitHub] [jclouds] radito3 opened a new pull request #89: JCLOUDS-1521: Remove need for content length when using multipart upload

2020-12-01 Thread GitBox
radito3 opened a new pull request #89: URL: https://github.com/apache/jclouds/pull/89 Removed `MultipartUploadSlicingAlgorithm` and its unit test class as it's unused after this change. Removed `PayloadSlicer` from the BlobStores' constructors as it's unused after the change. Updated