From e3c5b124e61e2a34e4391dc262f8d4361371e278 Mon Sep 17 00:00:00 2001 From: Bilal Al Date: Wed, 27 Nov 2024 08:26:14 -0800 Subject: [PATCH 1/5] upgrade apache httpclient5 --- client/pom.xml | 2 +- okhttp-modules/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/client/pom.xml b/client/pom.xml index 2c1892ca..c539c90b 100644 --- a/client/pom.xml +++ b/client/pom.xml @@ -166,7 +166,7 @@ org.apache.httpcomponents.client5 httpclient5 - 5.0.3 + 5.4.1 com.google.code.gson diff --git a/okhttp-modules/pom.xml b/okhttp-modules/pom.xml index 52986930..465a5210 100644 --- a/okhttp-modules/pom.xml +++ b/okhttp-modules/pom.xml @@ -52,7 +52,7 @@ org.apache.httpcomponents.client5 httpclient5 - 5.0.3 + 5.4.1 From 6a30f03f078086052457546a22e073538775605a Mon Sep 17 00:00:00 2001 From: Bilal Al Date: Wed, 27 Nov 2024 09:26:47 -0800 Subject: [PATCH 2/5] upgraded jedis --- redis-wrapper/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/redis-wrapper/pom.xml b/redis-wrapper/pom.xml index 6a25062e..cd60cd2d 100644 --- a/redis-wrapper/pom.xml +++ b/redis-wrapper/pom.xml @@ -28,7 +28,7 @@ redis.clients jedis - 4.3.0 + 5.2.0 junit From ea19581d6e5d1fd8d39ef1611ba61f960b996023 Mon Sep 17 00:00:00 2001 From: Bilal Al Date: Wed, 27 Nov 2024 10:11:36 -0800 Subject: [PATCH 3/5] downgrade jedis to support all redis versions --- redis-wrapper/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/redis-wrapper/pom.xml b/redis-wrapper/pom.xml index cd60cd2d..c73f6adc 100644 --- a/redis-wrapper/pom.xml +++ b/redis-wrapper/pom.xml @@ -28,7 +28,7 @@ redis.clients jedis - 5.2.0 + 4.4.8 junit From 80fe04f63dca679ba12168b9367518aca3874083 Mon Sep 17 00:00:00 2001 From: Bilal Al Date: Wed, 27 Nov 2024 11:07:39 -0800 Subject: [PATCH 4/5] updated version to 4.13.1.rc1 --- client/pom.xml | 3 ++- okhttp-modules/pom.xml | 6 +++--- pluggable-storage/pom.xml | 2 +- pom.xml | 2 +- redis-wrapper/pom.xml | 4 ++-- testing/pom.xml | 2 +- 6 files changed, 10 insertions(+), 9 deletions(-) diff --git a/client/pom.xml b/client/pom.xml index c539c90b..85def340 100644 --- a/client/pom.xml +++ b/client/pom.xml @@ -5,8 +5,9 @@ io.split.client java-client-parent - 4.13.0 + 4.13.1.rc1 + 4.13.1.rc1 java-client jar Java Client diff --git a/okhttp-modules/pom.xml b/okhttp-modules/pom.xml index 465a5210..d3dc8347 100644 --- a/okhttp-modules/pom.xml +++ b/okhttp-modules/pom.xml @@ -5,10 +5,10 @@ java-client-parent io.split.client - 4.13.0 + 4.13.1.rc1 4.0.0 - 4.13.0 + 4.13.1.rc1 okhttp-modules jar http-modules @@ -46,7 +46,7 @@ io.split.client java-client - 4.13.0 + 4.13.1.rc1 compile diff --git a/pluggable-storage/pom.xml b/pluggable-storage/pom.xml index 2e502e35..ffec152f 100644 --- a/pluggable-storage/pom.xml +++ b/pluggable-storage/pom.xml @@ -6,7 +6,7 @@ java-client-parent io.split.client - 4.13.0 + 4.13.1.rc1 2.1.0 diff --git a/pom.xml b/pom.xml index a7c51ff3..b001ae36 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ 4.0.0 io.split.client java-client-parent - 4.13.0 + 4.13.1.rc1 diff --git a/redis-wrapper/pom.xml b/redis-wrapper/pom.xml index c73f6adc..2bd4b6a3 100644 --- a/redis-wrapper/pom.xml +++ b/redis-wrapper/pom.xml @@ -6,10 +6,10 @@ java-client-parent io.split.client - 4.13.0 + 4.13.1.rc1 redis-wrapper - 3.1.0 + 4.13.1.rc1 jar Package for Redis Wrapper Implementation Implements Redis Pluggable Storage diff --git a/testing/pom.xml b/testing/pom.xml index adbffc99..269b0a91 100644 --- a/testing/pom.xml +++ b/testing/pom.xml @@ -5,7 +5,7 @@ io.split.client java-client-parent - 4.13.0 + 4.13.1.rc1 java-client-testing jar From 526806686f3ce67072704cf35f61a8b0b4d93017 Mon Sep 17 00:00:00 2001 From: Bilal Al Date: Wed, 27 Nov 2024 11:12:03 -0800 Subject: [PATCH 5/5] enabled release for redis module --- pluggable-storage/pom.xml | 2 +- redis-wrapper/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pluggable-storage/pom.xml b/pluggable-storage/pom.xml index ffec152f..bccbdb18 100644 --- a/pluggable-storage/pom.xml +++ b/pluggable-storage/pom.xml @@ -29,7 +29,7 @@ ossrh https://oss.sonatype.org/ true - true + false diff --git a/redis-wrapper/pom.xml b/redis-wrapper/pom.xml index 2bd4b6a3..66200d20 100644 --- a/redis-wrapper/pom.xml +++ b/redis-wrapper/pom.xml @@ -51,7 +51,7 @@ ossrh https://oss.sonatype.org/ true - true + false