Skip to content

Commit 8a64125

Browse files
author
Tim Middleton
authored
Update CI/CD for 24.09 (#230)
* Update CI/CD for 24.09 * Update jline version and coherence deps
1 parent 5996f4c commit 8a64125

9 files changed

+10
-6
lines changed

.github/workflows/build-snapshots.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
fail-fast: false
2424
matrix:
2525
coherenceVersion:
26-
- 24.03.2-SNAPSHOT
26+
- 24.09.1-SNAPSHOT
2727
- 22.06.10-SNAPSHOT
2828

2929
# Checkout the source, we need a depth of zero to fetch all of the history otherwise

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ jobs:
2222
matrix:
2323
coherenceVersion:
2424
- 24.03.1
25+
- 24.09
2526
javaVersion:
2627
- 21
2728

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- 22.06.9
2626
- 22.06.10-SNAPSHOT
2727
- 24.03.1
28-
- 23.03.2-SNAPSHOT
28+
- 24.09
2929
javaVersion:
3030
- 17
3131

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
coherenceVersion:
2424
- 22.06.9
2525
- 24.03.1
26+
- 24.09
2627
javaVersion:
2728
- 21
2829

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
coherenceVersion:
2424
- 22.06.9
2525
- 24.03.1
26+
- 24.09
2627
javaVersion:
2728
- 21
2829

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ jobs:
2626
- 24.03.2-SNAPSHOT
2727
- 22.06.10-SNAPSHOT
2828
- 24.03.1
29+
- 24.09
2930

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
matrix:
2323
coherenceVersion:
2424
- 24.03.1
25-
- 24.03.2-SNAPSHOT
25+
- 24.09
2626
- 22.06.9
2727
- 22.06.10-SNAPSHOT
2828
javaImage:

.github/workflows/compatability-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
matrix:
2323
coherenceVersion:
2424
- 24.03.1
25-
- 24.03.2-SNAPSHOT
25+
- 24.09
2626
- 22.06.9
2727
- 22.06.10-SNAPSHOT
2828
javaImage:

pkg/cmd/cluster_utils.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,14 +69,14 @@ var (
6969
defaultJars = []*config.DefaultDependency{
7070
{GroupID: ceGroupID, Artifact: "coherence", IsCoherence: true},
7171
{GroupID: ceGroupID, Artifact: "coherence-json", IsCoherence: true},
72-
{GroupID: "org.jline", Artifact: "jline", IsCoherence: false, Version: "3.25.0"},
72+
{GroupID: "org.jline", Artifact: "jline", IsCoherence: false, Version: "3.26.3"},
7373
}
7474

7575
// list of additional coherence artifacts
7676
validCoherenceArtifacts = []string{"coherence-cdi-server", "coherence-cdi", "coherence-concurrent", "coherence-grpc-proxy",
7777
"coherence-grpc", "coherence-helidon-client", "coherence-helidon-grpc-proxy", "coherence-http-netty", "coherence-java-client",
7878
"coherence-jcache", "coherence-jpa", "coherence-management", "coherence-micrometer", "coherence-mp-config", "coherence-metrics",
79-
"coherence-mp-metrics", "coherence-rest"}
79+
"coherence-mp-metrics", "coherence-rest", "coherence-hnsw", "coherence-mp-health"}
8080
)
8181

8282
// checkCreateRequirements validates that all the necessary requirements are fulfilled

0 commit comments

Comments
 (0)