[jira] [Commented] (JCLOUDS-1564) Azure Blob Storage snapshot support

2021-02-12 Thread Rajesh Dubey (Jira)


[ 
https://issues.apache.org/jira/browse/JCLOUDS-1564?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17283792#comment-17283792
 ] 

Rajesh Dubey commented on JCLOUDS-1564:
---

Andrew Gaul. We are going thru the implementation and checking right now if 
every thing that is supported in azure sdk is supported in jclouds.we will need 
to do same thing for google cloud and s3.Based on that we need to make a call 
if we need to go with native for each or jclouds for everything. We need 
everything supported natively to be available in JClouds. Contributing to 
jclouds should not be an issue as long as it is not more expensive than going 
native.

One more thing that came up was in the container ACL jclouds just sets 
CONTAINER,BLOB and PRIVATE.It is missing read/write permission

   
unique-64-character-value  start-time 
expiry-time 
abbreviated-permission-list  
 

 

> Azure Blob Storage snapshot support
> ---
>
> Key: JCLOUDS-1564
> URL: https://issues.apache.org/jira/browse/JCLOUDS-1564
> Project: jclouds
>  Issue Type: New Feature
>  Components: jclouds-blobstore
>Affects Versions: 2.2.1
>Reporter: Rajesh Dubey
>Priority: Major
>  Labels: azureblob
>
> Azure Blob storage Rest API supports creating snapshot.I do not see it 
> implemented for Azure



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[GitHub] [jclouds] gurkerl83 edited a comment on pull request #91: Maven cleanup

2021-02-12 Thread GitBox


gurkerl83 edited a comment on pull request #91:
URL: https://github.com/apache/jclouds/pull/91#issuecomment-778223772


   @nacx @gaul It seems the build is successful with JDK 8. During my work in 
JClouds, I have not compiled it with a higher version locally. Maybee JDK 9 and 
higher do not work because the JClouds Maven config applies settings that are 
not available in higher versions anymore. I plan to make this work after the 
release is out. It would be nice if the current branch can make it into the 
release. In my opinion, a cleaner maven configuration can help here because 
dedicated profiles are probably very much necessary.



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [jclouds] gurkerl83 commented on pull request #91: Maven cleanup

2021-02-12 Thread GitBox


gurkerl83 commented on pull request #91:
URL: https://github.com/apache/jclouds/pull/91#issuecomment-778223772


   It seems the build is only successful with JDK 8. During my work in JClouds 
I have not compiled it with a higher version locally. Maybe JDK 9 and higher do 
not work because the JClouds Maven config applies settings which are not 
available in higher versions anymore.



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [jclouds] nacx commented on pull request #91: Maven cleanup

2021-02-12 Thread GitBox


nacx commented on pull request #91:
URL: https://github.com/apache/jclouds/pull/91#issuecomment-778199015


   Ok, I've updated the build matrix to reflect this: 
https://ci-builds.apache.org/job/JClouds/job/jclouds-compat/



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [jclouds] nacx edited a comment on pull request #91: Maven cleanup

2021-02-12 Thread GitBox


nacx edited a comment on pull request #91:
URL: https://github.com/apache/jclouds/pull/91#issuecomment-778157607


   The labs builds are triggered automatically after the main one completes, 
and they're back to green :)
   
   BTW, given that you're here, the [compat 
build](https://ci-builds.apache.org/job/JClouds/job/jclouds-compat/) is broken 
now. What versions do we support now, with the recent changes? It would be 
great to reconfigure that build to make sure we have CI covering our supported 
version matrix.



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [jclouds] gurkerl83 commented on pull request #91: Maven cleanup

2021-02-12 Thread GitBox


gurkerl83 commented on pull request #91:
URL: https://github.com/apache/jclouds/pull/91#issuecomment-778192955


   One commit made in this pull request removed the maven jenkins profile 
https://github.com/apache/jclouds/pull/91/commits/1d40dd974fe49f85afb0b5407e81b90087f898db.
 I was pretty sure back then that I saw only src and doc profiles required. 
   
   Looking at the the jclouds and jclouds-compact build now, it seems only 
jenkins is required also. It seems the Main Build goes through even when one of 
the profiles, in this case jenkins, is missing. Maybe the change of this commit 
has to be reverted.
   
   I can not really help with the jenkins ci configuration. I can only provide 
the version ranges of guice and guava required.
   
   at least >= JDK 1.8 (latest), guava >= 27.1-jre, guice == 4.2.3.
   Note: 27.1-jre is really a version number here!
   
   In the compact build the versions of guava and guice are defined from the 
maven cli. In oder to set the right version the property version names have to 
be the same, but no change here, just change the values to
   
   -Dguava.version=27.1-jre -Dguice.version=4.2.3
   
   maybe this helps?



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [jclouds] nacx commented on pull request #91: Maven cleanup

2021-02-12 Thread GitBox


nacx commented on pull request #91:
URL: https://github.com/apache/jclouds/pull/91#issuecomment-778157607


   The labs builds are triggered automatically after the main one completes, 
and they're back to green :)
   
   BTW, given that you're here, the [compact 
build](https://ci-builds.apache.org/job/JClouds/job/jclouds-compat/) is broken 
now. What versions do we support now, with the recent changes? It would be 
great to reconfigure that build to make sure we have CI covering our supported 
version matrix.



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




Jenkins build is back to normal : JClouds » jclouds-labs #16

2021-02-12 Thread Apache Jenkins Server
See 




Jenkins build is back to normal : JClouds » jclouds-labs-openstack #15

2021-02-12 Thread Apache Jenkins Server
See 




Jenkins build is back to normal : JClouds » jclouds-labs-aws #15

2021-02-12 Thread Apache Jenkins Server
See 




[GitHub] [jclouds] gurkerl83 edited a comment on pull request #91: Maven cleanup

2021-02-12 Thread GitBox


gurkerl83 edited a comment on pull request #91:
URL: https://github.com/apache/jclouds/pull/91#issuecomment-778124116


   @nacx @gaul The jenkins builds for jclouds is green, for labs, lab-aws and 
lab-openstack they are not right now. The reason is the merge order. Okhttp was 
updated in the project module, and not just the Version but also the groupId. 
In my opinion the builds are red because the jclouds build was not finished 
yet, with the new project snapshot artifact when the respective merge of the 
lab pull request started. How to make them green again? Can the lab projects 
build get triggered manually, or only by a new commit?



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [jclouds] gurkerl83 edited a comment on pull request #91: Maven cleanup

2021-02-12 Thread GitBox


gurkerl83 edited a comment on pull request #91:
URL: https://github.com/apache/jclouds/pull/91#issuecomment-778124116


   @nacx @gaul The jenkins builds for jclouds is green, for labs, lab-aws and 
lab-openstack they are not right now. The reason is the merge order. Okhttp was 
updated in the project module, and not just the Version but also the groupId. 
In my opinion the builds are red because the jclouds build was not finished 
yet, with the new project snapshot artifact when the respective merge of the 
lab pull request started. 



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [jclouds] gurkerl83 commented on pull request #91: Maven cleanup

2021-02-12 Thread GitBox


gurkerl83 commented on pull request #91:
URL: https://github.com/apache/jclouds/pull/91#issuecomment-778124116


   @nacx @gaul The jenkin builds for jclouds is green, for lab lab-aws and 
lab-openstack they are not right now. The reason is the merge order. Okhttp was 
updated in the project module, and not just the Version but also the groupId. 
In my opinion the builds are red because the jclouds build was not finished 
yet, with the new project snapshot artifact when the respective merge of the 
lab pull request started. 



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [jclouds] nacx commented on pull request #91: Maven cleanup

2021-02-12 Thread GitBox


nacx commented on pull request #91:
URL: https://github.com/apache/jclouds/pull/91#issuecomment-778117050


   This LGTM from the peanut gallery, but we need to make sure the Jenkins 
builds (which we use to run the release) get back to green:
   https://ci-builds.apache.org/job/JClouds/



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




Build failed in Jenkins: JClouds » jclouds-labs-aws #14

2021-02-12 Thread Apache Jenkins Server
See 


Changes:

[Andrew Gaul] Upgrade OKHttp dependency

[Andrew Gaul] Remove exclusion of bouncy castle module


--
[...truncated 58.26 KB...]
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ elb 
---
[INFO] Toolchain in maven-compiler-plugin: 
JDK[/home/jenkins/tools/java/latest1.8/]
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 33 source files to 

:27:
 error: package org.jclouds.ec2 does not exist
import org.jclouds.ec2.EC2Api;
  ^
:28:
 error: package org.jclouds.ec2.compute does not exist
import org.jclouds.ec2.compute.EC2ComputeServiceContext;
  ^
:29:
 error: package org.jclouds.ec2.domain does not exist
import org.jclouds.ec2.domain.Subnet;
 ^
:46:
 error: cannot find symbol
   private EC2Api ec2Api;
   ^
  symbol:   class EC2Api
  location: class SubnetApiLiveTest
:79:
 error: cannot find symbol
   protected EC2Api ec2Api() {
 ^
  symbol:   class EC2Api
  location: class SubnetApiLiveTest
5 errors
[INFO] 
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache jclouds labs aws 2.3.0-SNAPSHOT . SUCCESS [01:05 min]
[INFO] jcloud elb api . FAILURE [ 10.153 s]
[INFO] jcloud iam api . SKIPPED
[INFO] jcloud rds api . SKIPPED
[INFO] Apache jclouds :: AWS :: Glacier API ... SKIPPED
[INFO] jclouds Amazon Elastic Load Balancer provider .. SKIPPED
[INFO] jclouds Amazon Identity and Access Management (IAM) provider SKIPPED
[INFO] jclouds Amazon Relational Database Service provider 2.3.0-SNAPSHOT 
SKIPPED
[INFO] 
[INFO] BUILD FAILURE
[INFO] 
[INFO] Total time: 01:39 min
[INFO] Finished at: 2021-02-12T10:15:09Z
[INFO] 
ERROR: Asynchronous execution failure
java.util.concurrent.ExecutionException: java.io.IOException: Unexpected 
Fingerprint type. Expected class hudson.model.Fingerprint or subclass but got 
class hudson.model.Fingerprint$RangeSet
at hudson.remoting.Channel$2.adapt(Channel.java:1035)
at hudson.remoting.Channel$2.adapt(Channel.java:1029)
at hudson.remoting.FutureAdapter.get(FutureAdapter.java:55)
at 
hudson.maven.AbstractMavenBuilder.waitForAsynchronousExecutions(AbstractMavenBuilder.java:186)
at hudson.maven.Maven3Builder.call(Maven3Builder.java:146)
at hudson.maven.Maven3Builder.call(Maven3Builder.java:70)
at hudson.remoting.UserRequest.perform(UserRequest.java:211)
at hudson.remoting.UserRequest.perform(UserRequest.java:54)
at hudson.remoting.Request$2.run(Request.java:369)
at 
hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
Caused by: java.io.IOException: Unexpected Fingerprint type. Expected class 
hudson.model.Fingerprint or subclass but got class 
hudson.model.Fingerprint$RangeSet
at hudson.model.Fingerprint.load(Fingerprint.java:1387)
at hudson.model.Fingerprint.load(Fingerprint.java:1372)
at hudson.model.FingerprintMap.load(FingerprintMap.java:97)
at hudson.model.FingerprintMap.load(FingerprintMap.java:47)
at hudson.util.KeyedDataStorage.get(KeyedDataStorage.java:161)
at hudson.model.FingerprintMap.get(FingerprintMap.java:82)
at hudson.model.FingerprintMap.get(FingerprintMap.java:47)
at hudson.util.KeyedDataStorage.getOrCreate(KeyedDataStorage.java:111)
at 

[GitHub] [jclouds] gaul commented on pull request #91: Maven cleanup

2021-02-12 Thread GitBox


gaul commented on pull request #91:
URL: https://github.com/apache/jclouds/pull/91#issuecomment-778098753


   @nacx Any comments on this PR?



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




Build failed in Jenkins: JClouds » jclouds-labs-openstack #14

2021-02-12 Thread Apache Jenkins Server
See 


Changes:

[Andrew Gaul] Upgrade OKHttp dependency


--
Started by an SCM change
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on H38 (ubuntu) in workspace 

No credentials specified
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url 
 > https://gitbox.apache.org/repos/asf/jclouds-labs-openstack.git # timeout=10
Fetching upstream changes from 
https://gitbox.apache.org/repos/asf/jclouds-labs-openstack.git
 > git --version # timeout=10
 > git fetch --tags --progress -- 
 > https://gitbox.apache.org/repos/asf/jclouds-labs-openstack.git 
 > +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10
Checking out Revision ea185276d2f7cc903dde4b39512e9c963a4ef1b0 
(refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f ea185276d2f7cc903dde4b39512e9c963a4ef1b0 # timeout=10
Commit message: "Upgrade OKHttp dependency"
 > git rev-list --no-walk 40200ad06a2b3e7fd04f6407a06da6f956931a5c # timeout=10
Parsing POMs
Downloaded artifact 
https://repository.apache.org/content/repositories/snapshots/org/apache/jclouds/jclouds-project/2.3.0-SNAPSHOT/maven-metadata.xml
Downloaded artifact 
https://repository.apache.org/content/repositories/snapshots/org/apache/jclouds/jclouds-project/2.3.0-SNAPSHOT/jclouds-project-2.3.0-20210203.124928-44.pom
Downloaded artifact 
http://repository.apache.org/snapshots/org/apache/jclouds/jclouds-project/2.3.0-SNAPSHOT/maven-metadata.xml
ERROR: Failed to parse POMs
hudson.remoting.ProxyException: 
hudson.maven.MavenModuleSetBuild$MavenExecutionException: 
org.apache.maven.project.ProjectBuildingException: Some problems were 
encountered while processing the POMs:
[ERROR] 'dependencies.dependency.version' for 
com.squareup.okhttp3:mockwebserver:jar is missing. @ line 90, column 17
[ERROR] 'dependencies.dependency.version' for 
com.squareup.okhttp3:mockwebserver:jar is missing. @ line 77, column 17
[ERROR] 'dependencies.dependency.version' for 
com.squareup.okhttp3:mockwebserver:jar is missing. @ line 95, column 17
[ERROR] 'dependencies.dependency.version' for 
com.squareup.okhttp3:mockwebserver:jar is missing. @ line 101, column 17
[ERROR] 'dependencies.dependency.version' for 
com.squareup.okhttp3:mockwebserver:jar is missing. @ line 106, column 17
[ERROR] 'dependencies.dependency.version' for 
com.squareup.okhttp3:mockwebserver:jar is missing. @ line 113, column 17
[WARNING] 'build.pluginManagement.plugins.plugin.(groupId:artifactId)' must be 
unique but found duplicate declaration of plugin 
org.apache.rat:apache-rat-plugin @ 
org.apache.jclouds:jclouds-project:2.3.0-SNAPSHOT, 
/home/jenkins/.m2/repository/org/apache/jclouds/jclouds-project/2.3.0-SNAPSHOT/jclouds-project-2.3.0-SNAPSHOT.pom,
 line 1026, column 17

at 
hudson.maven.MavenModuleSetBuild$PomParser.invoke(MavenModuleSetBuild.java:1390)
at 
hudson.maven.MavenModuleSetBuild$PomParser.invoke(MavenModuleSetBuild.java:1126)
at hudson.FilePath$FileCallableWrapper.call(FilePath.java:3073)
at hudson.remoting.UserRequest.perform(UserRequest.java:211)
at hudson.remoting.UserRequest.perform(UserRequest.java:54)
at hudson.remoting.Request$2.run(Request.java:369)
at 
hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
Suppressed: hudson.remoting.Channel$CallSiteStackTrace: Remote call to 
H38
at 
hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1788)
at 
hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:356)
at hudson.remoting.Channel.call(Channel.java:998)
at hudson.FilePath.act(FilePath.java:1069)
at hudson.FilePath.act(FilePath.java:1058)
at 
hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.parsePoms(MavenModuleSetBuild.java:987)
at 
hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.doRun(MavenModuleSetBuild.java:691)
at 
hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:504)
at hudson.model.Run.execute(Run.java:1880)
at 
hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:543)
at 

[GitHub] [jclouds] gaul commented on pull request #95: Jclouds 1551 - Rebased, minor adjustments

2021-02-12 Thread GitBox


gaul commented on pull request #95:
URL: https://github.com/apache/jclouds/pull/95#issuecomment-778096989


   @gurkerl83 Thanks for your contributions and continued patience -- I hope to 
start the release after merging a few more outstanding PRs.



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




Build failed in Jenkins: JClouds » jclouds-labs #15

2021-02-12 Thread Apache Jenkins Server
See 


Changes:

[Andrew Gaul] Upgrade OKHttp dependency

[Andrew Gaul] Remove exclusion of bouncy castle module


--
Started by an SCM change
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on H36 (ubuntu) in workspace 

No credentials specified
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url 
 > https://gitbox.apache.org/repos/asf/jclouds-labs.git # timeout=10
Fetching upstream changes from 
https://gitbox.apache.org/repos/asf/jclouds-labs.git
 > git --version # timeout=10
 > git fetch --tags --progress -- 
 > https://gitbox.apache.org/repos/asf/jclouds-labs.git 
 > +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10
Checking out Revision f2d66c73865d58bab8d88b689af0ca7fb04d6c31 
(refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f f2d66c73865d58bab8d88b689af0ca7fb04d6c31 # timeout=10
Commit message: "Remove exclusion of bouncy castle module"
 > git rev-list --no-walk 2e9ae3b3af1c94f7931b15f7d1cfb87bdf141ab8 # timeout=10
Parsing POMs
Downloaded artifact 
https://repository.apache.org/content/repositories/snapshots/org/apache/jclouds/jclouds-project/2.3.0-SNAPSHOT/maven-metadata.xml
Downloaded artifact 
http://repository.apache.org/snapshots/org/apache/jclouds/jclouds-project/2.3.0-SNAPSHOT/maven-metadata.xml
ERROR: Failed to parse POMs
hudson.remoting.ProxyException: 
hudson.maven.MavenModuleSetBuild$MavenExecutionException: 
org.apache.maven.project.ProjectBuildingException: Some problems were 
encountered while processing the POMs:
[ERROR] 'dependencies.dependency.version' for 
com.squareup.okhttp3:mockwebserver:jar is missing. @ 
org.apache.jclouds.labs:dimensiondata-cloudcontrol:[unknown-version], 

 line 85, column 21
[ERROR] 'dependencies.dependency.version' for 
com.squareup.okhttp3:mockwebserver:jar is missing. @ 
org.apache.jclouds.labs:profitbricks-rest:[unknown-version], 

 line 88, column 21
[ERROR] 'dependencies.dependency.version' for 
com.squareup.okhttp3:mockwebserver:jar is missing. @ 
org.apache.jclouds.labs:oneandone:[unknown-version], 

 line 88, column 21
[ERROR] 'dependencies.dependency.version' for 
com.squareup.okhttp3:mockwebserver:jar is missing. @ 
org.apache.jclouds.labs:aliyun-ecs:[unknown-version], 

 line 79, column 21
[WARNING] 'build.pluginManagement.plugins.plugin.(groupId:artifactId)' must be 
unique but found duplicate declaration of plugin 
org.apache.rat:apache-rat-plugin @ 
org.apache.jclouds:jclouds-project:2.3.0-SNAPSHOT, 
/home/jenkins/.m2/repository/org/apache/jclouds/jclouds-project/2.3.0-SNAPSHOT/jclouds-project-2.3.0-SNAPSHOT.pom,
 line 1026, column 17

at 
hudson.maven.MavenModuleSetBuild$PomParser.invoke(MavenModuleSetBuild.java:1390)
at 
hudson.maven.MavenModuleSetBuild$PomParser.invoke(MavenModuleSetBuild.java:1126)
at hudson.FilePath$FileCallableWrapper.call(FilePath.java:3073)
at hudson.remoting.UserRequest.perform(UserRequest.java:211)
at hudson.remoting.UserRequest.perform(UserRequest.java:54)
at hudson.remoting.Request$2.run(Request.java:369)
at 
hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
Suppressed: hudson.remoting.Channel$CallSiteStackTrace: Remote call to 
H36
at 
hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1788)
at 
hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:356)
at hudson.remoting.Channel.call(Channel.java:998)
at hudson.FilePath.act(FilePath.java:1069)
at hudson.FilePath.act(FilePath.java:1058)
at 
hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.parsePoms(MavenModuleSetBuild.java:987)
at 
hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.doRun(MavenModuleSetBuild.java:691)
at 

[GitHub] [jclouds-labs-openstack] gaul merged pull request #3: Upgrade OKHttp dependency

2021-02-12 Thread GitBox


gaul merged pull request #3:
URL: https://github.com/apache/jclouds-labs-openstack/pull/3


   



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [jclouds-labs] gaul merged pull request #6: Upgrade OKHttp dependency

2021-02-12 Thread GitBox


gaul merged pull request #6:
URL: https://github.com/apache/jclouds-labs/pull/6


   



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [jclouds] gaul merged pull request #95: Jclouds 1551 - Rebased, minor adjustments

2021-02-12 Thread GitBox


gaul merged pull request #95:
URL: https://github.com/apache/jclouds/pull/95


   



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [jclouds-labs-aws] gaul merged pull request #2: Upgrade OKHttp dependency

2021-02-12 Thread GitBox


gaul merged pull request #2:
URL: https://github.com/apache/jclouds-labs-aws/pull/2


   



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[jira] [Commented] (JCLOUDS-1551) Update version of OkHttp

2021-02-12 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/JCLOUDS-1551?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17283573#comment-17283573
 ] 

ASF subversion and git services commented on JCLOUDS-1551:
--

Commit 44ff69d144ff4fa0fa980cfba0d2c14fd9175f85 in jclouds's branch 
refs/heads/master from korlov42
[ https://gitbox.apache.org/repos/asf?p=jclouds.git;h=44ff69d ]

JCLOUDS-1551: Update version of OkHttp 3.14.9


> Update version of OkHttp
> 
>
> Key: JCLOUDS-1551
> URL: https://issues.apache.org/jira/browse/JCLOUDS-1551
> Project: jclouds
>  Issue Type: Improvement
>  Components: jclouds-drivers
>Affects Versions: 2.2.1
>Reporter: Konstantin Orlov
>Priority: Major
>  Labels: dependency
>  Time Spent: 2h 40m
>  Remaining Estimate: 0h
>
> Current version of {{OkHttp}} (ver 2.2.0) has [a vulnerability of medium 
> severity|https://nvd.nist.gov/vuln/detail/CVE-2016-2402]. It would nice to 
> bump the version to get rid of this vulnerability.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[GitHub] [jclouds] gaul closed pull request #84: JCLOUDS-1551: Update version of OkHttp 3.14.9

2021-02-12 Thread GitBox


gaul closed pull request #84:
URL: https://github.com/apache/jclouds/pull/84


   



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[jira] [Commented] (JCLOUDS-1564) Azure Blob Storage snapshot support

2021-02-12 Thread Andrew Gaul (Jira)


[ 
https://issues.apache.org/jira/browse/JCLOUDS-1564?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17283557#comment-17283557
 ] 

Andrew Gaul commented on JCLOUDS-1564:
--

[~Rajesh Dubey] Adding a new RPC is straightforward; would you like to try 
submitting a PR?  You would need to modify {{AzureBlobClient}} following this 
API reference:

https://docs.microsoft.com/en-us/rest/api/storageservices/snapshot-blob

> Azure Blob Storage snapshot support
> ---
>
> Key: JCLOUDS-1564
> URL: https://issues.apache.org/jira/browse/JCLOUDS-1564
> Project: jclouds
>  Issue Type: New Feature
>  Components: jclouds-blobstore
>Affects Versions: 2.2.1
>Reporter: Rajesh Dubey
>Priority: Major
>  Labels: azureblob
>
> Azure Blob storage Rest API supports creating snapshot.I do not see it 
> implemented for Azure



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (JCLOUDS-1564) Azure Blob Storage snapshot support

2021-02-12 Thread Andrew Gaul (Jira)


 [ 
https://issues.apache.org/jira/browse/JCLOUDS-1564?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Andrew Gaul updated JCLOUDS-1564:
-
Labels: azureblob  (was: )

> Azure Blob Storage snapshot support
> ---
>
> Key: JCLOUDS-1564
> URL: https://issues.apache.org/jira/browse/JCLOUDS-1564
> Project: jclouds
>  Issue Type: New Feature
>  Components: jclouds-blobstore
>Affects Versions: 2.2.1
>Reporter: Rajesh Dubey
>Priority: Major
>  Labels: azureblob
>
> Azure Blob storage Rest API supports creating snapshot.I do not see it 
> implemented for Azure



--
This message was sent by Atlassian Jira
(v8.3.4#803005)