mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-22 22:19:03 +00:00
Add since declarations for JettyClientHttpConnector constructor change
Closes gh-23128
This commit is contained in:
+2
-1
@@ -57,7 +57,7 @@ public class JettyClientHttpConnector implements ClientHttpConnector {
|
||||
* Constructor with an {@link JettyResourceFactory} that will manage shared resources.
|
||||
* @param resourceFactory the {@link JettyResourceFactory} to use
|
||||
* @param customizer the lambda used to customize the {@link HttpClient}
|
||||
* @deprecated in favor of {@link JettyClientHttpConnector#JettyClientHttpConnector(HttpClient, JettyResourceFactory)}
|
||||
* @deprecated as of 5.2, in favor of {@link JettyClientHttpConnector#JettyClientHttpConnector(HttpClient, JettyResourceFactory)}
|
||||
*/
|
||||
@Deprecated
|
||||
public JettyClientHttpConnector(
|
||||
@@ -80,6 +80,7 @@ public class JettyClientHttpConnector implements ClientHttpConnector {
|
||||
* with the given {@link JettyResourceFactory}.
|
||||
* @param httpClient the {@link HttpClient} to use
|
||||
* @param resourceFactory the {@link JettyResourceFactory} to use
|
||||
* @since 5.2
|
||||
*/
|
||||
public JettyClientHttpConnector(HttpClient httpClient,
|
||||
@Nullable JettyResourceFactory resourceFactory) {
|
||||
|
||||
Reference in New Issue
Block a user