Skip to content

Commit d32a27e

Browse files
authored
Remove obsolete Beta warning (#2007)
1 parent ff57d1b commit d32a27e

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

docs-java/features/connectivity/005-http-client.mdx

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -52,12 +52,6 @@ HttpClient client = HttpClientAccessor.getHttpClient(destination);
5252
</TabItem>
5353
<TabItem value="v5">
5454

55-
:::caution BETA API
56-
57-
All APIs related to the Apache version 5 `HttpClient` are currently in `Beta`, i.e. they are experimental and might be changed at any time.
58-
59-
:::
60-
6155
To use the `ApacheHttpClient5Accessor`, make sure to include the [cloudplatform-connectivity](https://central.sonatype.com/atifrtifact/com.sap.cloud.sdk.cloudplatform/cloudplatform-connectivity) **and** the [connectivity-apache-httpclient5](https://central.sonatype.com/artifact/com.sap.cloud.sdk.cloudplatform/connectivity-apache-httpclient5) dependencies in your project.
6256

6357
```java

0 commit comments

Comments
 (0)