Skip to content

Commit

Permalink
Merge pull request ClickHouse#1854 from ClickHouse/update-clickhouse-…
Browse files Browse the repository at this point in the history
…java-version-0.6.0

Update ClickHouse java version 0.6.0
  • Loading branch information
mzitnik authored Jan 16, 2024
2 parents b9cc34b + 1c132c1 commit 3c4ccf2
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions docs/en/integrations/language-clients/java/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ Provides the most flexible and performant way to integrate your app with ClickHo
### Compatibility with ClickHouse

| Client version | ClickHouse |
| -------------- | ---------- |
| 0.5.0 | 22.8+ |
|----------------| ---------- |
| 0.6.0 | 22.8+ |

### Installation

Expand All @@ -35,7 +35,7 @@ Provides the most flexible and performant way to integrate your app with ClickHo
<groupId>com.clickhouse</groupId>
<!-- or clickhouse-grpc-client if you prefer gRPC -->
<artifactId>clickhouse-http-client</artifactId>
<version>0.5.0</version>
<version>0.6.0</version>
</dependency>
```

Expand Down Expand Up @@ -212,16 +212,16 @@ Other types, such as `Integer`, `UUID`, `Array` and `Enum` will be converted aut
### Compatibility with ClickHouse

| Client version | ClickHouse |
| -------------- | ---------- |
| 0.5.0 | 22.8+ |
|----------------| ---------- |
| 0.6.0 | 22.8+ |

### Installation

```xml
<dependency>
<groupId>com.clickhouse</groupId>
<artifactId>clickhouse-jdbc</artifactId>
<version>0.5.0</version>
<version>0.6.0</version>
<!-- use uber jar with all dependencies included, change classifier to http for smaller jar -->
<classifier>all</classifier>
</dependency>
Expand Down Expand Up @@ -611,8 +611,8 @@ Java client provides configuration options to set up failover and retry behavior
### Compatibility with ClickHouse

| Client version | ClickHouse |
| -------------- | ---------- |
| 0.5.0 | 22.8+ |
|----------------| ---------- |
| 0.6.0 | 22.8+ |

### Installation

Expand All @@ -621,7 +621,7 @@ Java client provides configuration options to set up failover and retry behavior
<groupId>com.clickhouse</groupId>
<!-- change to clickhouse-r2dbc_0.9.1 for SPI 0.9.1.RELEASE -->
<artifactId>clickhouse-r2dbc</artifactId>
<version>0.5.0</version>
<version>0.6.0</version>
<!-- use uber jar with all dependencies included, change classifier to http or grpc for smaller jar -->
<classifier>all</classifier>
<exclusions>
Expand Down

0 comments on commit 3c4ccf2

Please sign in to comment.