Skip to content

Commit 858fb9a

Browse files
author
Tim Middleton
authored
Update with latest CE versions (#293)
* Update with latest CE versions * update springboot version
1 parent caf2e3c commit 858fb9a

15 files changed

+35
-37
lines changed

.github/workflows/build-test-create-cluster-jdk21.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ jobs:
2121
fail-fast: false
2222
matrix:
2323
coherenceVersion:
24-
- 25.03
25-
- 14.1.2-0-0
24+
- 25.03.1
2625
- 14.1.2-0-1
26+
- 14.1.2-0-2
2727
javaVersion:
2828
- 21
2929

.github/workflows/build-test-create-cluster.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@ jobs:
2121
fail-fast: false
2222
matrix:
2323
coherenceVersion:
24-
- 22.06.11
25-
- 22.06.12-SNAPSHOT
26-
- 14.1.2-0-1
27-
- 14.1.2-0-2-SNAPSHOT
28-
- 25.03
24+
- 22.06.12
25+
# - 22.06.12-SNAPSHOT
26+
- 14.1.2-0-2
27+
# - 14.1.2-0-2-SNAPSHOT
28+
- 25.03.1
2929
javaVersion:
3030
- 17
3131

.github/workflows/build-test-monitor-cluster-jdk21.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@ jobs:
2121
fail-fast: false
2222
matrix:
2323
coherenceVersion:
24-
- 22.06.11
25-
- 24.09.3
24+
- 22.06.12
2625
- 25.03
27-
- 14.1.2-0-0
26+
- 25.03.1
2827
- 14.1.2-0-1
28+
- 14.1.2-0-2
2929
javaVersion:
3030
- 21
3131

.github/workflows/build-test-monitor-health-jdk21.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@ jobs:
2121
fail-fast: false
2222
matrix:
2323
coherenceVersion:
24-
- 22.06.11
25-
- 24.09.3
24+
- 22.06.12
2625
- 25.03
27-
- 14.1.2-0-0
26+
- 25.03.1
2827
- 14.1.2-0-1
28+
- 14.1.2-0-2
2929
javaVersion:
3030
- 21
3131

.github/workflows/build-tls.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
export COHERENCE_TLS_CERTS_PATH=`pwd`/test/test_utils/certs/guardians-ca.crt
6262
export COHERENCE_TLS_CLIENT_CERT=`pwd`/test/test_utils/certs/star-lord.crt
6363
export COHERENCE_TLS_CLIENT_KEY=`pwd`/test/test_utils/certs/star-lord.key
64-
COHERENCE_BASE_IMAGE=gcr.io/distroless/java17 COHERENCE_VERSION=24.09.2 PROFILES=,secure make clean certs build-test-images test-cluster-startup
64+
COHERENCE_BASE_IMAGE=gcr.io/distroless/java17 COHERENCE_VERSION=14.1.2-0-2 PROFILES=,secure make clean certs build-test-images test-cluster-startup
6565
echo "Sleeping 30..."
6666
sleep 30
6767
export PATH=`pwd`/bin:$PATH

.github/workflows/build-view-cache.yaml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,11 @@ jobs:
2323
fail-fast: false
2424
matrix:
2525
coherenceVersion:
26-
- 22.06.12-SNAPSHOT
27-
- 22.06.11
28-
- 24.09.3
29-
- 25.03
30-
- 14.1.2-0-1
31-
- 14.1.2-0-2-SNAPSHOT
26+
# - 22.06.12-SNAPSHOT
27+
- 22.06.12
28+
- 25.03.1
29+
- 14.1.2-0-2
30+
# - 14.1.2-0-2-SNAPSHOT
3231

3332
# Checkout the source, we need a depth of zero to fetch all of the history otherwise
3433
# the copyright check cannot work out the date of the files from Git.

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
- name: E2E Local Tests
7373
shell: bash
7474
run: |
75-
COHERENCE_BASE_IMAGE=gcr.io/distroless/java17 PROFILES=,executor COHERENCE_VERSION=22.06.11 make clean build-test-images test-e2e-standalone
75+
COHERENCE_BASE_IMAGE=gcr.io/distroless/java17 PROFILES=,executor COHERENCE_VERSION=14.1.2-0-2 make clean build-test-images test-e2e-standalone
7676
7777
- name: Discovery Tests
7878
shell: bash

.github/workflows/compatability-tests-released.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@ jobs:
2121
fail-fast: false
2222
matrix:
2323
coherenceVersion:
24-
- 24.09.3
2524
- 25.03
26-
- 22.06.11
25+
- 25.03.1
26+
- 22.06.12
2727
- 22.06.12-SNAPSHOT
28-
- 14.1.2-0-1
28+
- 14.1.2-0-2
2929
- 14.1.2-0-2-SNAPSHOT
3030
javaImage:
3131
- gcr.io/distroless/java17

.github/workflows/compatability-tests.yaml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,11 @@ jobs:
2121
fail-fast: false
2222
matrix:
2323
coherenceVersion:
24-
- 24.09.3
25-
- 25.03
26-
- 22.06.11
27-
- 22.06.12-SNAPSHOT
28-
- 14.1.2-0-1
29-
- 14.1.2-0-2-SNAPSHOT
24+
- 25.03.1
25+
- 22.06.12
26+
# - 22.06.12-SNAPSHOT
27+
- 14.1.2-0-2
28+
# - 14.1.2-0-2-SNAPSHOT
3029
javaImage:
3130
- gcr.io/distroless/java17
3231

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252

5353
- name: E2E Local Tests
5454
shell: bash
55-
run: COHERENCE_BASE_IMAGE=gcr.io/distroless/java17 COHERENCE_VERSION=22.06.11 make clean build-test-images test-e2e-standalone
55+
run: COHERENCE_BASE_IMAGE=gcr.io/distroless/java17 COHERENCE_VERSION=14.1.2-0-2 make clean build-test-images test-e2e-standalone
5656

5757
- name: Discovery Tests
5858
shell: bash

0 commit comments

Comments
 (0)