This is an automated email from the ASF dual-hosted git repository.
chengpan pushed a change to branch branch-0.1
in repository https://gitbox.apache.org/repos/asf/kyuubi-shaded.git
from 3d6a786 [KYUUBI-SHADED #8] Use Curator 2.12 w/ Zookeeper 3.4
add 0607b16 [KYUUBI-SHADED #5] Surgical for ZOOKEEPER-3779 to allow ZK
3.4 client work on JDK 17
add a9ddfe6 [KYUUBI-SHADED #11] [KYUUBI-SHADED #8][FOLLOWUP] Correct
curator version in NOTICE
add 12bc606 [KYUUBI-SHADED #10] Zookeeper 3.6 requires snappy classes to
bootstrap
add e472d7a [KYUUBI-SHADED #12] Pin flatten-maven-plugin 1.5.0
add fc69f88 [KYUUBI-SHADED #9] Add scripts for Apache release
add 9ecf893 [KYUUBI-SHADED #13] Exclude Netty from Zookeeper 3.6
new 3d9a106 Bump 0.1.0
new 6e5652a Bump 0.1.1-SNAPSHOT
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
dev/reformat => .gitattributes | 13 +-
LICENSE | 201 +++++++++++++++++++++
NOTICE | 7 +
build/release/create-package.sh | 73 ++++++++
build/release/release.sh | 123 +++++++++++++
build/release/script/announce.sh | 68 +++++++
build/release/script/dev_kyuubi_vote.sh | 116 ++++++++++++
.../release/tmpl/dev_kyuubi_cancel_vote.tmpl | 14 +-
.../tmpl/dev_kyuubi_vote_result.tmpl} | 47 ++---
kyuubi-shaded-force-shading/pom.xml | 2 +-
.../kyuubi-shaded-zookeeper-34/pom.xml | 2 +-
.../zookeeper/client/StaticHostProvider.java | 3 +-
.../src/main/resources/META-INF/NOTICE | 8 +-
.../kyuubi-shaded-zookeeper-36/pom.xml | 13 +-
.../src/main/resources/META-INF/NOTICE | 10 +-
kyuubi-shaded-zookeeper-parent/pom.xml | 6 +-
pom.xml | 9 +-
17 files changed, 665 insertions(+), 50 deletions(-)
copy dev/reformat => .gitattributes (85%)
mode change 100755 => 100644
create mode 100644 LICENSE
create mode 100644 NOTICE
create mode 100755 build/release/create-package.sh
create mode 100755 build/release/release.sh
create mode 100755 build/release/script/announce.sh
create mode 100755 build/release/script/dev_kyuubi_vote.sh
copy dev/reformat => build/release/tmpl/dev_kyuubi_cancel_vote.tmpl (68%)
mode change 100755 => 100644
copy build/{util.sh => release/tmpl/dev_kyuubi_vote_result.tmpl} (63%)
mode change 100755 => 100644