Skip to content

Commit

Permalink
Release v1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
linghengqian committed Nov 24, 2024
1 parent 4d7eebf commit eb9bce7
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 5 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Use third-party builds of this project in any Maven project.
<dependency>
<groupId>io.github.linghengqian</groupId>
<artifactId>hive-server2-jdbc-driver-thin</artifactId>
<version>1.5.0</version>
<version>1.6.0</version>
</dependency>
<dependency>
<groupId>com.zaxxer</groupId>
Expand Down Expand Up @@ -106,6 +106,8 @@ Refer to [CHANGELOG](./doc/CHANGELOG.md).

Refer to [CONTRIBUTING](./doc/CONTRIBUTING.md).

## LICENSE
## License

Refer to [LICENSE](./LICENSE) and [NOTICE](./NOTICE).

The license applies to both the source code and the final JAR distributed on Maven Central.
11 changes: 11 additions & 0 deletions doc/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

## v1

### 1.6.0

1. Support connecting to HiveServer2 with ZooKeeper Service Discovery enabled in GraalVM Native Image.

Build from `apache/hive:rel/release-4.0.1`.

```
io.github.linghengqian:hive-server2-jdbc-driver-thin:1.6.0
io.github.linghengqian:hive-server2-jdbc-driver-uber:1.6.0
```

### 1.5.0

1. Bump base HiveServer2 JDBC Driver version to `4.0.1`.
Expand Down
2 changes: 1 addition & 1 deletion hive-server2-jdbc-driver-thin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>io.github.linghengqian</groupId>
<artifactId>hive-parent</artifactId>
<version>1.6.0-SNAPSHOT</version>
<version>1.6.0</version>
</parent>

<artifactId>hive-server2-jdbc-driver-thin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion hive-server2-jdbc-driver-uber/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>io.github.linghengqian</groupId>
<artifactId>hive-parent</artifactId>
<version>1.6.0-SNAPSHOT</version>
<version>1.6.0</version>
</parent>

<artifactId>hive-server2-jdbc-driver-uber</artifactId>
Expand Down
5 changes: 4 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.github.linghengqian</groupId>
<artifactId>hive-parent</artifactId>
<version>1.6.0-SNAPSHOT</version>
<version>1.6.0</version>

<packaging>pom</packaging>
<name>${project.groupId}:${project.artifactId}</name>
Expand Down Expand Up @@ -266,6 +266,9 @@
<extensions>true</extensions>
<configuration>
<quickBuild>true</quickBuild>
<metadataRepository>
<version>0.3.14</version>
</metadataRepository>
</configuration>
<executions>
<execution>
Expand Down

0 comments on commit eb9bce7

Please sign in to comment.