Re: Nice Interview with Ignasi in JAXenter about Apache jclouds

2016-12-15 Thread Reijhanniel Jearl Campos
+1 Awesome piece! On Tue, Dec 13, 2016, 7:34 AM Andrew Phillips wrote: > Hi all > > Just wanted to share a nice interview in JAXenter with Ignasi about > Apache jclouds: > > https://jaxenter.com/jclouds-project-devops-130667.html > > Apart from anything else, I think it's a great example of how

Re: Migration to 2.0.0

2016-12-15 Thread Ignasi Barrera
Hi Rubén, Can you share the output of running the "mvn dependency:tree" command in your project? Let's first see if there are dependency conflicts. I. On 15 December 2016 at 10:04, Ruben Rubio Rey wrote: > Hi, > > I am trying to migrate an application from 1.9.1 to 2.0.0 but I am > experienc

Migration to 2.0.0

2016-12-15 Thread Ruben Rubio Rey
Hi, I am trying to migrate an application from 1.9.1 to 2.0.0 but I am experiencing some problems. I am using the sshClient as follows: org.jclouds.ssh.SshClient sshClient = context.utils().sshFactory().create(HostAndPort.fromParts(host, port),LoginCredentials.builder().user(username).password(