From 3bf00ed4aa491222fef73a0dd3b0c551e1f20a6d Mon Sep 17 00:00:00 2001 From: Ling Hengqian Date: Thu, 10 Oct 2024 11:12:43 +0800 Subject: [PATCH] Release v1.5.0 (#11) * Release v1.5.0 * Start preparing for 1.6.0-SNAPSHOT development --- README.md | 8 +++----- doc/CHANGELOG.md | 5 +++++ hive-server2-jdbc-driver-thin/pom.xml | 2 +- hive-server2-jdbc-driver-uber/pom.xml | 2 +- pom.xml | 2 +- 5 files changed, 11 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index ac1e9b0..4aa7d85 100644 --- a/README.md +++ b/README.md @@ -18,9 +18,7 @@ at https://central.sonatype.com/artifact/io.github.linghengqian/hive-server2-jdb ``` -The current project also provides a HiveServer2 JDBC Driver Uber JAR to simplify the steps of specifying the -`classifier`. -The current JAR also contains fixes for missing classes from the master branch of `apache/hive`. +The current project also provides a HiveServer2 JDBC Driver Uber JAR to simplify the steps of specifying the `classifier`. The steps to use directly in Maven are as follows. The latest version is at https://central.sonatype.com/artifact/io.github.linghengqian/hive-server2-jdbc-driver-uber . @@ -39,7 +37,7 @@ The latest version is at https://central.sonatype.com/artifact/io.github.linghen Start a HiveServer2 instance through Docker Engine. ```bash -docker run -d -p 10000:10000 -p 10002:10002 --env SERVICE_NAME=hiveserver2 apache/hive:4.0.0 +docker run -d -p 10000:10000 -p 10002:10002 --env SERVICE_NAME=hiveserver2 apache/hive:4.0.1 ``` Use third-party builds of this project in any Maven project. @@ -49,7 +47,7 @@ Use third-party builds of this project in any Maven project. io.github.linghengqian hive-server2-jdbc-driver-thin - 1.4.0 + 1.5.0 com.zaxxer diff --git a/doc/CHANGELOG.md b/doc/CHANGELOG.md index 2f36ef3..84bcca0 100644 --- a/doc/CHANGELOG.md +++ b/doc/CHANGELOG.md @@ -10,6 +10,11 @@ Build from `apache/hive:rel/release-4.0.1`. +``` +io.github.linghengqian:hive-server2-jdbc-driver-thin:1.5.0 +io.github.linghengqian:hive-server2-jdbc-driver-uber:1.5.0 +``` + ### 1.4.0 Updates Apache-2.0 license header. diff --git a/hive-server2-jdbc-driver-thin/pom.xml b/hive-server2-jdbc-driver-thin/pom.xml index dfd0c76..6c4eaae 100644 --- a/hive-server2-jdbc-driver-thin/pom.xml +++ b/hive-server2-jdbc-driver-thin/pom.xml @@ -22,7 +22,7 @@ io.github.linghengqian hive-parent - 1.5.0-SNAPSHOT + 1.6.0-SNAPSHOT hive-server2-jdbc-driver-thin diff --git a/hive-server2-jdbc-driver-uber/pom.xml b/hive-server2-jdbc-driver-uber/pom.xml index 4a8ab7a..e590060 100644 --- a/hive-server2-jdbc-driver-uber/pom.xml +++ b/hive-server2-jdbc-driver-uber/pom.xml @@ -22,7 +22,7 @@ io.github.linghengqian hive-parent - 1.5.0-SNAPSHOT + 1.6.0-SNAPSHOT hive-server2-jdbc-driver-uber diff --git a/pom.xml b/pom.xml index abb172f..3f13a34 100644 --- a/pom.xml +++ b/pom.xml @@ -21,7 +21,7 @@ 4.0.0 io.github.linghengqian hive-parent - 1.5.0-SNAPSHOT + 1.6.0-SNAPSHOT pom ${project.groupId}:${project.artifactId}