From 4402b8799a2d878bd55e80713fcb921bd688a632 Mon Sep 17 00:00:00 2001 From: Clint Wylie Date: Wed, 3 Dec 2025 02:54:54 -0800 Subject: [PATCH 1/5] update lz4-java to 1.8.1 --- licenses.yaml | 2 +- pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/licenses.yaml b/licenses.yaml index a3ecd1342330..495394d1eca6 100644 --- a/licenses.yaml +++ b/licenses.yaml @@ -2464,7 +2464,7 @@ name: LZ4 Java license_category: binary module: java-core license_name: Apache License version 2.0 -version: 1.8.0 +version: 1.8.1 libraries: - org.lz4: lz4-java diff --git a/pom.xml b/pom.xml index 781ce4bc3e49..f479d4643890 100644 --- a/pom.xml +++ b/pom.xml @@ -895,7 +895,7 @@ org.lz4 lz4-java - 1.8.0 + 1.8.1 org.xerial.snappy From 1f266ed3cee7c5e5d88b77c9361826f9a79e3b44 Mon Sep 17 00:00:00 2001 From: Clint Wylie Date: Wed, 3 Dec 2025 04:12:17 -0800 Subject: [PATCH 2/5] alias --- licenses.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/licenses.yaml b/licenses.yaml index 495394d1eca6..16b0743737a9 100644 --- a/licenses.yaml +++ b/licenses.yaml @@ -2466,7 +2466,7 @@ module: java-core license_name: Apache License version 2.0 version: 1.8.1 libraries: - - org.lz4: lz4-java + - at.yawk.lz4: lz4-java --- From 3aa2911c1005627c8fbe66bd5fc0c57fb72ce951 Mon Sep 17 00:00:00 2001 From: Clint Wylie Date: Wed, 3 Dec 2025 11:27:23 -0800 Subject: [PATCH 3/5] make license stuff happy probably --- licenses.yaml | 4 ++-- multi-stage-query/pom.xml | 2 +- pom.xml | 2 +- processing/pom.xml | 2 +- server/pom.xml | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/licenses.yaml b/licenses.yaml index 16b0743737a9..8e7e6cfcf7f6 100644 --- a/licenses.yaml +++ b/licenses.yaml @@ -1455,7 +1455,7 @@ notice: | * LICENSE: * license/LICENSE.lz4.txt (Apache License 2.0) * HOMEPAGE: - * https://github.com/jpountz/lz4-java + * https://github.com/yawkat/lz4-java This product optionally depends on 'lzma-java', a LZMA Java compression and decompression library, which can be obtained at: @@ -4584,7 +4584,7 @@ notice: | * LICENSE: * license/LICENSE.lz4.txt (Apache License 2.0) * HOMEPAGE: - * https://github.com/jpountz/lz4-java + * https://github.com/yawkat/lz4-java This product optionally depends on 'lzma-java', a LZMA Java compression and decompression library, which can be obtained at: diff --git a/multi-stage-query/pom.xml b/multi-stage-query/pom.xml index c3f2f64103ed..3384aceb8452 100644 --- a/multi-stage-query/pom.xml +++ b/multi-stage-query/pom.xml @@ -165,7 +165,7 @@ provided - org.lz4 + at.yawk.lz4 lz4-java provided diff --git a/pom.xml b/pom.xml index f479d4643890..b34cbdcccee6 100644 --- a/pom.xml +++ b/pom.xml @@ -893,7 +893,7 @@ 2.0.1 - org.lz4 + at.yawk.lz4 lz4-java 1.8.1 diff --git a/processing/pom.xml b/processing/pom.xml index a525c8a6dfb8..73ffcab6d7bc 100644 --- a/processing/pom.xml +++ b/processing/pom.xml @@ -247,7 +247,7 @@ compress-lzf - org.lz4 + at.yawk.lz4 lz4-java diff --git a/server/pom.xml b/server/pom.xml index c9a996443a75..6bd9320190a8 100644 --- a/server/pom.xml +++ b/server/pom.xml @@ -156,7 +156,7 @@ elasticache-java-cluster-client - org.lz4 + at.yawk.lz4 lz4-java From 36f1c8e1cd1a3e27b60e764f0c8c0ad3770f6287 Mon Sep 17 00:00:00 2001 From: Clint Wylie Date: Wed, 3 Dec 2025 14:48:36 -0800 Subject: [PATCH 4/5] try again --- licenses.yaml | 1 + multi-stage-query/pom.xml | 2 +- pom.xml | 2 +- processing/pom.xml | 2 +- server/pom.xml | 2 +- 5 files changed, 5 insertions(+), 4 deletions(-) diff --git a/licenses.yaml b/licenses.yaml index 8e7e6cfcf7f6..92e2359f6f0f 100644 --- a/licenses.yaml +++ b/licenses.yaml @@ -2467,6 +2467,7 @@ license_name: Apache License version 2.0 version: 1.8.1 libraries: - at.yawk.lz4: lz4-java + - org.lz4: lz4-java --- diff --git a/multi-stage-query/pom.xml b/multi-stage-query/pom.xml index 3384aceb8452..c3f2f64103ed 100644 --- a/multi-stage-query/pom.xml +++ b/multi-stage-query/pom.xml @@ -165,7 +165,7 @@ provided - at.yawk.lz4 + org.lz4 lz4-java provided diff --git a/pom.xml b/pom.xml index b34cbdcccee6..f479d4643890 100644 --- a/pom.xml +++ b/pom.xml @@ -893,7 +893,7 @@ 2.0.1 - at.yawk.lz4 + org.lz4 lz4-java 1.8.1 diff --git a/processing/pom.xml b/processing/pom.xml index 73ffcab6d7bc..a525c8a6dfb8 100644 --- a/processing/pom.xml +++ b/processing/pom.xml @@ -247,7 +247,7 @@ compress-lzf - at.yawk.lz4 + org.lz4 lz4-java diff --git a/server/pom.xml b/server/pom.xml index 6bd9320190a8..c9a996443a75 100644 --- a/server/pom.xml +++ b/server/pom.xml @@ -156,7 +156,7 @@ elasticache-java-cluster-client - at.yawk.lz4 + org.lz4 lz4-java From 5415665539fb3df6530647847939bc35ac8980f0 Mon Sep 17 00:00:00 2001 From: Clint Wylie Date: Wed, 3 Dec 2025 20:15:47 -0800 Subject: [PATCH 5/5] try this --- multi-stage-query/pom.xml | 2 +- pom.xml | 11 +++++++++++ processing/pom.xml | 2 +- server/pom.xml | 2 +- 4 files changed, 14 insertions(+), 3 deletions(-) diff --git a/multi-stage-query/pom.xml b/multi-stage-query/pom.xml index c3f2f64103ed..3384aceb8452 100644 --- a/multi-stage-query/pom.xml +++ b/multi-stage-query/pom.xml @@ -165,7 +165,7 @@ provided - org.lz4 + at.yawk.lz4 lz4-java provided diff --git a/pom.xml b/pom.xml index f479d4643890..13ce80b8f2ab 100644 --- a/pom.xml +++ b/pom.xml @@ -892,11 +892,22 @@ commons-dbcp2 2.0.1 + org.lz4 lz4-java 1.8.1 + + + at.yawk.lz4 + lz4-java + 1.8.1 + org.xerial.snappy snappy-java diff --git a/processing/pom.xml b/processing/pom.xml index a525c8a6dfb8..73ffcab6d7bc 100644 --- a/processing/pom.xml +++ b/processing/pom.xml @@ -247,7 +247,7 @@ compress-lzf - org.lz4 + at.yawk.lz4 lz4-java diff --git a/server/pom.xml b/server/pom.xml index c9a996443a75..6bd9320190a8 100644 --- a/server/pom.xml +++ b/server/pom.xml @@ -156,7 +156,7 @@ elasticache-java-cluster-client - org.lz4 + at.yawk.lz4 lz4-java