You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove the fallback to URLConnection when SSL is disabled for REST Client
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 quarkusio/quarkus#9773).
By defaulting to Apache HTTP Client, things like HTTP Patch can be supported
OOTB (see quarkusio/quarkus#9342).
Copy file name to clipboardExpand all lines: resteasy-client-microprofile/src/main/java/org/jboss/resteasy/microprofile/client/RestClientBuilderImpl.java
+15-7Lines changed: 15 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -67,13 +67,8 @@ public class RestClientBuilderImpl implements RestClientBuilder {
0 commit comments