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
Simplify SslContextFactory usage when configuring JettyClientHttpConnector
This commit simplify SslContextFactory usage when configuring JettyClientHttpConnector since it provides a constructor that takes a HttpClient and a JettyResourceFactory as parameters.
Closesgh-16994
Copy file name to clipboardExpand all lines: spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/web/reactive/function/client/ClientHttpConnectorConfiguration.java
+1-4Lines changed: 1 addition & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -78,10 +78,7 @@ public JettyClientHttpConnector jettyClientHttpConnector(
0 commit comments