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
Copy file name to clipboardExpand all lines: docs/en/integrations/language-clients/java/client-v1.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,12 +2,12 @@ import Tabs from '@theme/Tabs';
2
2
import TabItem from '@theme/TabItem';
3
3
import CodeBlock from '@theme/CodeBlock';
4
4
5
-
# Client (V1)
5
+
# Client (0.7.x and earlier)
6
6
7
7
Java client library to communicate with a DB server thru its protocols. Current implementation supports only [HTTP interface](/docs/en/interfaces/http). The library provides own API to send requests to a server.
8
8
9
9
:::warning Deprecation
10
-
This library will be deprecated soon. Use Client-v2 for new projects
10
+
This library will be deprecated soon. Use the latest [Java Client](/docs/en/integrations/language-clients/java/client-v2.md) for new projects
0 commit comments