From f3d75c1a7a2784fe35b4511cfac043202d613e15 Mon Sep 17 00:00:00 2001 From: David O'Sullivan <31728678+pivotal-david-osullivan@users.noreply.github.com> Date: Mon, 7 Jul 2025 11:49:54 +0100 Subject: [PATCH 1/6] Update system-test.sh --- ci/system-test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/system-test.sh b/ci/system-test.sh index 17c6bd4..0a93f71 100755 --- a/ci/system-test.sh +++ b/ci/system-test.sh @@ -7,7 +7,7 @@ source "$(dirname "$0")"/common.sh CREDENTIALS=$(cat "${ROOT}"/environment/credentials.json) -TEST_HOST=$(jq -n -r --argjson credentials "${CREDENTIALS}" '"api.sys.\($credentials.name).cf-app.com"') +TEST_HOST=$(jq -n -r --argjson credentials "${CREDENTIALS}" '"api.sys.\($credentials.api_url).cf-app.com"') export TEST_HOST TEST_PASSWORD=$(jq -n -r --argjson credentials "${CREDENTIALS}" '$credentials.password') From 196b005d24d1153e1640030ab992a6de6213e70c Mon Sep 17 00:00:00 2001 From: David O'Sullivan <31728678+pivotal-david-osullivan@users.noreply.github.com> Date: Mon, 7 Jul 2025 11:53:12 +0100 Subject: [PATCH 2/6] Update system-test.sh --- ci/system-test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/system-test.sh b/ci/system-test.sh index 0a93f71..c7ad6f8 100755 --- a/ci/system-test.sh +++ b/ci/system-test.sh @@ -7,7 +7,7 @@ source "$(dirname "$0")"/common.sh CREDENTIALS=$(cat "${ROOT}"/environment/credentials.json) -TEST_HOST=$(jq -n -r --argjson credentials "${CREDENTIALS}" '"api.sys.\($credentials.api_url).cf-app.com"') +TEST_HOST=$(jq -n -r --argjson credentials "${CREDENTIALS}" 'api.sys.\($credentials.api_url).cf-app.com') export TEST_HOST TEST_PASSWORD=$(jq -n -r --argjson credentials "${CREDENTIALS}" '$credentials.password') From a43769f0a4e28fc4b972e0ee032c1fe35a83b992 Mon Sep 17 00:00:00 2001 From: David O'Sullivan <31728678+pivotal-david-osullivan@users.noreply.github.com> Date: Mon, 7 Jul 2025 12:09:49 +0100 Subject: [PATCH 3/6] Update system-test.sh --- ci/system-test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/system-test.sh b/ci/system-test.sh index c7ad6f8..33fbae2 100755 --- a/ci/system-test.sh +++ b/ci/system-test.sh @@ -7,7 +7,7 @@ source "$(dirname "$0")"/common.sh CREDENTIALS=$(cat "${ROOT}"/environment/credentials.json) -TEST_HOST=$(jq -n -r --argjson credentials "${CREDENTIALS}" 'api.sys.\($credentials.api_url).cf-app.com') +TEST_HOST=$(jq -n -r --argjson credentials "${CREDENTIALS}" '"api.sys.\($credentials.api_url)"') export TEST_HOST TEST_PASSWORD=$(jq -n -r --argjson credentials "${CREDENTIALS}" '$credentials.password') From c2665739b34a4b536b303a68bdc9d4aed2992c55 Mon Sep 17 00:00:00 2001 From: David O'Sullivan <31728678+pivotal-david-osullivan@users.noreply.github.com> Date: Mon, 7 Jul 2025 12:19:25 +0100 Subject: [PATCH 4/6] Update system-test.sh --- ci/system-test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/system-test.sh b/ci/system-test.sh index 33fbae2..e7432e0 100755 --- a/ci/system-test.sh +++ b/ci/system-test.sh @@ -7,7 +7,7 @@ source "$(dirname "$0")"/common.sh CREDENTIALS=$(cat "${ROOT}"/environment/credentials.json) -TEST_HOST=$(jq -n -r --argjson credentials "${CREDENTIALS}" '"api.sys.\($credentials.api_url)"') +TEST_HOST=$(jq -n -r --argjson credentials "${CREDENTIALS}" 'api.sys.$credentials.api_url') export TEST_HOST TEST_PASSWORD=$(jq -n -r --argjson credentials "${CREDENTIALS}" '$credentials.password') From 54a18ddeacbf6294f6480f64fecb21df68b12c84 Mon Sep 17 00:00:00 2001 From: David O'Sullivan <31728678+pivotal-david-osullivan@users.noreply.github.com> Date: Mon, 7 Jul 2025 12:38:23 +0100 Subject: [PATCH 5/6] Update system-test.sh --- ci/system-test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/system-test.sh b/ci/system-test.sh index e7432e0..b83efdb 100755 --- a/ci/system-test.sh +++ b/ci/system-test.sh @@ -7,7 +7,7 @@ source "$(dirname "$0")"/common.sh CREDENTIALS=$(cat "${ROOT}"/environment/credentials.json) -TEST_HOST=$(jq -n -r --argjson credentials "${CREDENTIALS}" 'api.sys.$credentials.api_url') +TEST_HOST=$(jq -n -r --argjson credentials "${CREDENTIALS}" '$credentials.api_url') export TEST_HOST TEST_PASSWORD=$(jq -n -r --argjson credentials "${CREDENTIALS}" '$credentials.password') From 21e3ac5b88b1b0c6f4df1507c000d06bbf203d11 Mon Sep 17 00:00:00 2001 From: David O'Sullivan Date: Mon, 11 Aug 2025 13:45:11 +0100 Subject: [PATCH 6/6] upgrade to Boot 2.7 --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 759aed5..ac83bf6 100644 --- a/pom.xml +++ b/pom.xml @@ -23,7 +23,7 @@ org.springframework.boot spring-boot-dependencies - 2.6.7 + 2.7.17 org.cloudfoundry @@ -39,7 +39,7 @@ - 5.8.0.RELEASE + 5.14.0.RELEASE UTF-8 @@ -82,4 +82,4 @@ - \ No newline at end of file +