Skip to content

Commit 89af6d1

Browse files
committed
Additionally add deprecation to HttpClientContext
1 parent 3826b47 commit 89af6d1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

client/src/main/java/io/avaje/http/client/HttpClientContext.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@
1212
import java.util.concurrent.Executor;
1313

1414
/**
15+
* Deprecated in favor of {@link io.avaje.http.client.HttpClient}.
16+
* Migrate to using {@link io.avaje.http.client.HttpClient#builder()}.
17+
* <p>
1518
* The HTTP client context that we use to build and process requests.
1619
*
1720
* <pre>{@code
@@ -30,6 +33,7 @@
3033
*
3134
* }</pre>
3235
*/
36+
@Deprecated
3337
public interface HttpClientContext extends io.avaje.http.client.HttpClient {
3438

3539
/**

0 commit comments

Comments
 (0)