Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v1.2.0 #7

Merged
merged 2 commits into from
Aug 17, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 1 addition & 22 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,28 +61,7 @@ More background at https://lists.apache.org/thread/63lr45kyh78s64spwsjxjy8zdyzpr

## Release Note

### 1.1.0

Provides built-in GraalVM Reachability Metadata.
Build from `apache/hive:rel/release-4.0.0`.

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

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

### 1.0.0

This is the first `Thin JAR` build and an accompanying, intuitive `Uber JAR` build for the HiveServer2 JDBC driver from
`apache/hive:rel/release-4.0.0`.
Fixed all class conflicts.

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

io.github.linghengqian:hive-server2-jdbc-driver-uber:1.0.0
```
Refer to [CHANGELOG](./doc/CHANGELOG.md) .

## Contributing

Expand Down
34 changes: 34 additions & 0 deletions doc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
# Release Note

### 1.2.0

Keep in sync with the Zookeeper Client version of `org.apache.hive.shims:hive-shims-common:4.0.0`.
Tip: `apache/hive:master` is using `org.apache.zookeeper:zookeeper:3.8.4`,
while `apache/hive:rel/release-4.0.0` is using `org.apache.zookeeper:zookeeper:3.8.3`.
Build from `apache/hive:rel/release-4.0.0`.

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

### 1.1.0

Provides built-in GraalVM Reachability Metadata.
Build from `apache/hive:rel/release-4.0.0`.

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

### 1.0.0

This is the first `Thin JAR` build and an accompanying, intuitive `Uber JAR` build for the HiveServer2 JDBC driver from
`apache/hive:rel/release-4.0.0`.
Fixed all class conflicts.

```
io.github.linghengqian:hive-server2-jdbc-driver-thin:1.0.0
io.github.linghengqian:hive-server2-jdbc-driver-uber:1.0.0
```
2 changes: 2 additions & 0 deletions doc/CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Contributing

Take Ubuntu WSL 22.04.4 as an example.
It is assumed that `Git` is configured, and `SDKMAN!` and `Docker Engine` are installed.

Expand Down
14 changes: 3 additions & 11 deletions hive-server2-jdbc-driver-thin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.github.linghengqian</groupId>
<artifactId>hive-parent</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.0</version>
</parent>

<artifactId>hive-server2-jdbc-driver-thin</artifactId>
Expand Down Expand Up @@ -231,14 +231,6 @@
<groupId>com.google.code.findbugs</groupId>
<artifactId>*</artifactId>
</exclusion>
<!--
TODO Fix class conflicts in master branch of apache/hive .
Refer to https://github.com/apache/hive/commit/b09d76e68bfba6be19733d864b3207f95265d11f .
-->
<exclusion>
<groupId>org.apache.zookeeper</groupId>
<artifactId>zookeeper</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
Expand Down Expand Up @@ -495,7 +487,7 @@
<artifactId>zookeeper</artifactId>
</exclusion>
<!--
TODO Fix class conflicts in master branch of apache/hadoop .
TODO Fix class conflicts in trunk branch of apache/hadoop .
Refer to https://github.com/apache/hadoop/blob/release-3.3.6-RC1/hadoop-project/pom.xml#L1244 .
-->
<exclusion>
Expand Down Expand Up @@ -675,7 +667,7 @@
<version>${commons-text.version}</version>
</dependency>
<!--
TODO Fix class conflicts in master branch of apache/hadoop .
TODO Fix class conflicts in trunk branch of apache/hadoop .
Refer to https://github.com/apache/hadoop/blob/release-3.3.6-RC1/hadoop-project/pom.xml#L1244 .
-->
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions hive-server2-jdbc-driver-uber/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.github.linghengqian</groupId>
<artifactId>hive-parent</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.0</version>
</parent>

<artifactId>hive-server2-jdbc-driver-uber</artifactId>
Expand Down Expand Up @@ -249,7 +249,7 @@
<version>${commons-text.version}</version>
</dependency>
<!--
TODO Fix class conflicts in master branch of apache/hadoop .
TODO Fix class conflicts in trunk branch of apache/hadoop .
Refer to https://github.com/apache/hadoop/blob/release-3.3.6-RC1/hadoop-project/pom.xml#L1244 .
-->
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.github.linghengqian</groupId>
<artifactId>hive-parent</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.0</version>

<packaging>pom</packaging>
<name>${project.groupId}:${project.artifactId}</name>
Expand Down Expand Up @@ -54,7 +54,7 @@
<slf4j.version>1.7.30</slf4j.version>

<!--
TODO Fix class conflicts in master branch of apache/hadoop .
TODO Fix class conflicts in trunk branch of apache/hadoop .
Refer to https://github.com/apache/hadoop/blob/release-3.3.6-RC1/hadoop-project/pom.xml#L1244 .
-->
<stax2-api.version>4.2.1</stax2-api.version>
Expand Down