Re: [jclouds/jclouds-labs] JCLOUDS-1432 - handle RESOURCE_NOT_FOUND, (#439)

2018-07-08 Thread Ignasi Barrera
>EDIT: in Java language level 6, ConcurrentModificationException cannot take >cause exception, so after all, I don't want to use it. jclouds needs at least Java 7 to work. We've been trying to keep backward compatibility in our builds, but we are about to move to Java 8 in the next major

Re: [jclouds/jclouds-labs] JCLOUDS-1432 - handle RESOURCE_NOT_FOUND, (#439)

2018-07-08 Thread Ignasi Barrera
nacx commented on this pull request. > @@ -56,7 +57,7 @@ public void testDeployServerReturnsUnexpectedError() throws > InterruptedException serverApi().deployServer(ServerApiMockTest.class.getSimpleName(), "imageId", true, networkInfo, "administratorPassword");