Skip to content

Commit afc868c

Browse files
[b450547977] zookeeper (#1006)
* update zookeeper * add tcnative deps into lockfiles
1 parent d3b6048 commit afc868c

File tree

5 files changed

+19
-10
lines changed

5 files changed

+19
-10
lines changed

dumper/app/build.gradle

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ dependencies {
7474
implementation libs.netty.handler // explicit version for vulnerabilities update
7575
implementation libs.dnsjava // explicit version for vulnerabilities update
7676
implementation libs.nimbus.jose.jwt // explicit version for vulnerabilities update
77+
implementation libs.zookeeper // explicit version for vulnerabilities update
7778

7879
implementation libs.hadoop.hdfs.client
7980
implementation(libs.harawata.appdirs) {
@@ -292,9 +293,9 @@ distributions {
292293
from(generateLicenseReport) {
293294
into "docs/licenses"
294295
}
295-
from(generateSourceMirror) {
296-
into "docs/sources"
297-
}
296+
// from(generateSourceMirror) {
297+
// into "docs/sources"
298+
// }
298299
}
299300
}
300301
}

dumper/app/gradle.lockfile

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -71,11 +71,11 @@ com.google.errorprone:error_prone_annotations:2.18.0=annotationProcessor,testAnn
7171
com.google.errorprone:error_prone_annotations:2.38.0=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
7272
com.google.flatbuffers:flatbuffers-java:24.3.25=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
7373
com.google.guava:failureaccess:1.0.1=annotationProcessor,testAnnotationProcessor,testFixturesAnnotationProcessor,testFixturesCompileClasspath
74-
com.google.guava:failureaccess:1.0.2=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
74+
com.google.guava:failureaccess:1.0.3=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
7575
com.google.guava:guava-parent:32.1.2-jre=testFixturesCompileClasspath
7676
com.google.guava:guava:32.0.1-jre=annotationProcessor,testAnnotationProcessor,testFixturesAnnotationProcessor
7777
com.google.guava:guava:32.1.2-jre=testFixturesCompileClasspath
78-
com.google.guava:guava:33.4.0-jre=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
78+
com.google.guava:guava:33.4.8-jre=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
7979
com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava=annotationProcessor,compileClasspath,runtimeClasspath,testAnnotationProcessor,testCompileClasspath,testFixturesAnnotationProcessor,testFixturesCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
8080
com.google.http-client:google-http-client-apache-v2:1.47.1=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
8181
com.google.http-client:google-http-client-appengine:1.47.1=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
@@ -87,7 +87,7 @@ com.google.j2objc:j2objc-annotations:3.0.0=compileClasspath,runtimeClasspath,tes
8787
com.google.oauth-client:google-oauth-client:1.39.0=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
8888
com.google.protobuf:protobuf-java-util:3.25.8=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
8989
com.google.protobuf:protobuf-java:3.25.8=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
90-
com.google.re2j:re2j:1.8=runtimeClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath,compileClasspath,testCompileClasspath
90+
com.google.re2j:re2j:1.8=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
9191
com.googlecode.json-simple:json-simple:1.1.1=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
9292
com.jcraft:jsch:0.1.55=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
9393
com.nimbusds:nimbus-jose-jwt:9.37.4=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
@@ -129,6 +129,8 @@ io.netty:netty-codec:4.1.127.Final=compileClasspath,runtimeClasspath,testCompile
129129
io.netty:netty-common:4.1.127.Final=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
130130
io.netty:netty-handler:4.1.127.Final=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
131131
io.netty:netty-resolver:4.1.127.Final=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
132+
io.netty:netty-tcnative-boringssl-static:2.0.70.Final=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
133+
io.netty:netty-tcnative-classes:2.0.70.Final=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
132134
io.netty:netty-transport-classes-epoll:4.1.127.Final=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
133135
io.netty:netty-transport-native-epoll:4.1.127.Final=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
134136
io.netty:netty-transport-native-unix-common:4.1.127.Final=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
@@ -216,8 +218,8 @@ org.apache.kerby:token-provider:2.0.3=compileClasspath,runtimeClasspath,testComp
216218
org.apache.oozie:oozie-client:5.2.1=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
217219
org.apache.thrift:libthrift:0.20.0=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
218220
org.apache.yetus:audience-annotations:0.12.0=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
219-
org.apache.zookeeper:zookeeper-jute:3.8.3=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
220-
org.apache.zookeeper:zookeeper:3.8.3=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
221+
org.apache.zookeeper:zookeeper-jute:3.9.4=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
222+
org.apache.zookeeper:zookeeper:3.9.4=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
221223
org.bouncycastle:bcprov-jdk15on:1.70=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
222224
org.checkerframework:checker-compat-qual:2.5.6=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
223225
org.checkerframework:checker-qual:3.51.0=annotationProcessor,testAnnotationProcessor,testFixturesAnnotationProcessor
@@ -247,6 +249,7 @@ org.jacoco:org.jacoco.core:0.8.11=jacocoAnt
247249
org.jacoco:org.jacoco.report:0.8.11=jacocoAnt
248250
org.jline:jline:3.22.0=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
249251
org.json:json:20250517=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
252+
org.jspecify:jspecify:1.0.0=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
250253
org.junit.jupiter:junit-jupiter-api:5.9.1=testRuntimeClasspath
251254
org.junit.platform:junit-platform-commons:1.9.1=testRuntimeClasspath
252255
org.junit:junit-bom:5.9.1=testRuntimeClasspath

dumper/lib-ext-hive-metastore/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ dependencies {
6262
hive312RuntimeOnly libs.netty.handler // explicit version for vulnerabilities update
6363
hive312RuntimeOnly libs.dnsjava // explicit version for vulnerabilities update
6464
hive312RuntimeOnly libs.nimbus.jose.jwt // explicit version for vulnerabilities update
65+
hive312RuntimeOnly libs.zookeeper // explicit version for vulnerabilities update
6566

6667
// For HiveServer2
6768
hive312RuntimeOnly libs.tez.common

dumper/lib-ext-hive-metastore/gradle.lockfile

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,8 @@ io.netty:netty-transport-native-epoll:4.1.127.Final=hive312RuntimeClasspath
8989
io.netty:netty-transport-native-unix-common:4.1.127.Final=hive312RuntimeClasspath
9090
io.netty:netty-transport:4.1.127.Final=hive312RuntimeClasspath
9191
io.netty:netty:3.10.5.Final=hive312RuntimeClasspath
92+
io.netty:netty-tcnative-boringssl-static:2.0.70.Final=hive312RuntimeClasspath
93+
io.netty:netty-tcnative-classes:2.0.70.Final=hive312RuntimeClasspath
9294
jakarta.activation:jakarta.activation-api:1.2.2=hive312RuntimeClasspath
9395
jakarta.annotation:jakarta.annotation-api:2.1.1=runtimeClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
9496
jakarta.servlet:jakarta.servlet-api:5.0.0=runtimeClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
@@ -239,8 +241,8 @@ org.apache.thrift:libfb303:0.9.3=hive312RuntimeClasspath
239241
org.apache.thrift:libthrift:0.20.0=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
240242
org.apache.thrift:libthrift:0.9.3=hive312RuntimeClasspath
241243
org.apache.yetus:audience-annotations:0.12.0=hive312RuntimeClasspath
242-
org.apache.zookeeper:zookeeper-jute:3.8.3=hive312RuntimeClasspath
243-
org.apache.zookeeper:zookeeper:3.8.3=hive312RuntimeClasspath
244+
org.apache.zookeeper:zookeeper-jute:3.9.4=hive312RuntimeClasspath
245+
org.apache.zookeeper:zookeeper:3.9.4=hive312RuntimeClasspath
244246
org.bouncycastle:bcprov-jdk15on:1.70=hive312RuntimeClasspath
245247
org.checkerframework:checker-qual:2.5.2=hive312RuntimeClasspath
246248
org.checkerframework:checker-qual:3.51.0=annotationProcessor,testAnnotationProcessor,testFixturesAnnotationProcessor

gradle/libs.versions.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ dnsjava = "3.6.3"
7878
nimbus-jose-jwt = "9.37.4"
7979
io-grpc = "1.76.0"
8080
xerces = "2.12.2"
81+
zookeeper = "3.9.4"
8182

8283
[libraries]
8384
apache-avro = { module = "org.apache.avro:avro", version.ref = "apache-avro" }
@@ -185,6 +186,7 @@ parquet = { group = "org.apache.parquet", name = "parquet", version.ref = "parqu
185186
oozie-client = { group = "org.apache.oozie", name = "oozie-client", version.ref = "oozie-client"}
186187
xerces = { module = "xerces:xercesImpl", version.ref = "xerces"}
187188
jna = { group = "net.java.dev.jna", "name" = "jna", version.ref = "jna"}
189+
zookeeper = { module = "org.apache.zookeeper:zookeeper", version.ref = "zookeeper"}
188190

189191
[plugins]
190192
ben-manes-versions = { id = "com.github.ben-manes.versions", version.ref = "ben-manes-versions-plugin" }

0 commit comments

Comments
 (0)