Branch: refs/heads/master
Home:
https://github.com/resteasy/Resteasy
Commit: d112a8bd7774d203c1ed580ed3379a6ec87b6637
https://github.com/resteasy/Resteasy/commit/d112a8bd7774d203c1ed580ed3379...
Author: Georgios Andrianakis <geoand(a)gmail.com>
Date: 2020-06-05 (Fri, 05 Jun 2020)
Changed paths:
M
resteasy-client-microprofile/src/main/java/org/jboss/resteasy/microprofile/client/RestClientBuilderImpl.java
R
resteasy-client-microprofile/src/test/java/org/jboss/resteasy/microprofile/client/SslTest.java
Log Message:
-----------
[RESTEASY-2605] Remove the fallback to URLConnection when SSL is disabled for REST
Client (#2431)
The fallback was originally added to get around limitation in Apache HTTP Client
when SSL is completely disabled in native binaries.
However we can get around these limitations in a more elegant manner in Quarkus
(see
https://github.com/quarkusio/quarkus/pull/9773).
By defaulting to Apache HTTP Client, things like HTTP Patch can be supported
OOTB (see
https://github.com/quarkusio/quarkus/issues/9342).