alibazlamit commented on this pull request.
> +import com.google.inject.TypeLiteral;
+import java.io.ByteArrayInputStream;
+import java.util.logging.Level;
+import java.util.logging.Logger;
+import java.util.zip.ZipInputStream;
+import javax.inject.Inject;
+import javax.inject.Singleton;
+import
@alibazlamit pushed 1 commit.
426a288 remove public constructor
--
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/jclouds/jclouds-labs/pull/319/files/4331e099037b24edea158bfa3d20228c9c39035d..426a288b57f1de9a554568766ebd966399ab0d39
Closed #317.
--
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-labs/pull/317#event-803805178
merged at
[master](http://git-wip-us.apache.org/repos/asf/jclouds-labs/commit/c458bafd)
--
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-labs/pull/317#issuecomment-249864763
nacx commented on this pull request.
> +import com.google.inject.TypeLiteral;
+import java.io.ByteArrayInputStream;
+import java.util.logging.Level;
+import java.util.logging.Logger;
+import java.util.zip.ZipInputStream;
+import javax.inject.Inject;
+import javax.inject.Singleton;
+import org.ap
Absolutely! You rock!
--
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-labs/pull/317#issuecomment-249854724
@andreaturli pushed 1 commit.
1bf9d27 fix VirtualMachineLiveTest
--
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/jclouds/jclouds-labs/pull/317/files/071c533908fc8e908074f0bd6fc6deb75d325782..1bf9d272b61efae7ab5d2b9a18674a43898d73b8
@nacx I think we are good to merge this
```
Results :
Failed tests:
AzureComputeServiceLiveTest>BaseComputeServiceLiveTest.testCompareSizes:887->BaseComputeServiceLiveTest.doCompareSizes:891
» Provision
AzureComputeServiceLiveTest>BaseComputeServiceLiveTest.testCreateAndRunAService:733->Bas
@alibazlamit pushed 1 commit.
4331e09 Updated with changes
--
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/jclouds/jclouds-labs/pull/319/files/debbc9b5bc3c2d072ee55d9f184d3c59ed778fb8..4331e099037b24edea158bfa3d20228c9c39035d
@nacx I think we are good to merge this
```
Results :
Failed tests:
AzureComputeServiceLiveTest>BaseComputeServiceLiveTest.testCompareSizes:887->BaseComputeServiceLiveTest.doCompareSizes:891
» Provision
AzureComputeServiceLiveTest>BaseComputeServiceLiveTest.testCreateAndRunAService:733->Bas
alibazlamit commented on this pull request.
> + public static class ToZipStream implements Function ZipInputStream> {
+
+ @Inject
+ public ToZipStream() {
+ super();
+ }
+
+ @Override
+ public ZipInputStream apply(VPNConfig input) {
+ try {
+
@nacx There's no vagrant API, so it's using the cli under the hood. It's
possible to install a plugin which exposes an API, but since the provider makes
most sense when used locally better not introduce another abstraction layer
(and add extra setup steps for users).
I've updated the dependency
12 matches
Mail list logo