>        private final HostnameVerifier verifier;
>        private final Supplier<SSLContext> untrustedSSLContextProvider;
>        private final HttpUtils utils;
> +      private final List<ConnectionSpec> connectionSpecs;
> +
> +      @Inject(optional = true)
> +      private Supplier<SSLContext> sslContextSupplier;

Recalling @adriancole's recent comments on optional injection, is there any way 
we can get rid of this?

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/619/files#r21065198

Reply via email to