Here is another one: In version 4, I could conveniently say:

HttpClientBuilder.create().setSSLContext(createSslContext()).build();

But there is no  setSSLContext(SSLContext) in version 5, so that's
inconvenient.

Gary


On Mon, Jul 9, 2018 at 6:43 PM Gary Gregory <[email protected]> wrote:

> HI All:
>
> I have a lot of code like:
>
> final HttpUriRequest request =
> RequestBuilder.post(uri).setEntity(entity).build();
>
> Which in version 5 gives me a compile error since build
> returns ClassicHttpRequest.
>
> Version 5 has a  HttpUriRequest but I cannot find an implementation for
> it.
>
> What am I missing?
>
> Thank you,
> Gary
>

Reply via email to