From 88271c10e5f4a40507b3475b0ec917ed72da1cdb Mon Sep 17 00:00:00 2001 From: mikereiche Date: Wed, 14 Sep 2022 13:37:48 -0700 Subject: [PATCH 1/3] Bump Couchbase Java SDK to 3_3_4 in 4_4_x. Closes #1558. --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 70d6e3590..d916ff5c9 100644 --- a/pom.xml +++ b/pom.xml @@ -18,8 +18,8 @@ - 3.3.2 - 3.3.2 + 3.3.4 + 3.3.4 2.7.3-SNAPSHOT spring.data.couchbase 1.1.3 From 416a1e53b15acb60742589baf5eba7cc3e3705e4 Mon Sep 17 00:00:00 2001 From: mikereiche Date: Wed, 14 Sep 2022 13:39:12 -0700 Subject: [PATCH 2/3] Bump Couchbase Java SDK to 3_3_4 in 4_4_x Closes #1558. --- src/test/resources/integration.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/resources/integration.properties b/src/test/resources/integration.properties index a4c5e6f41..fcb8ed488 100644 --- a/src/test/resources/integration.properties +++ b/src/test/resources/integration.properties @@ -2,7 +2,7 @@ # If set to false, it is assumed that the host is managing the cluster and # as a result no containers or anything will be spun up. # Options: containerized, mocked, unmanaged -cluster.type=mocked +cluster.type=unmanaged # Default configs for both cases # Default configs for the mocked environment cluster.mocked.numNodes=1 From 94571baf40f66be6d3b454803bbaea2e0e216073 Mon Sep 17 00:00:00 2001 From: mikereiche Date: Wed, 14 Sep 2022 13:44:40 -0700 Subject: [PATCH 3/3] Revert "Bump Couchbase Java SDK to 3_3_4 in 4_4_x" This reverts commit 416a1e53b15acb60742589baf5eba7cc3e3705e4. --- src/test/resources/integration.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/resources/integration.properties b/src/test/resources/integration.properties index fcb8ed488..a4c5e6f41 100644 --- a/src/test/resources/integration.properties +++ b/src/test/resources/integration.properties @@ -2,7 +2,7 @@ # If set to false, it is assumed that the host is managing the cluster and # as a result no containers or anything will be spun up. # Options: containerized, mocked, unmanaged -cluster.type=unmanaged +cluster.type=mocked # Default configs for both cases # Default configs for the mocked environment cluster.mocked.numNodes=1