Skip to content

Commit ec7d839

Browse files
authored
Update with latest CE releases (#110)
1 parent ea0261a commit ec7d839

17 files changed

+51
-31
lines changed

.github/workflows/build-compatability-1412.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2021, 2024 Oracle Corporation and/or its affiliates.
1+
# Copyright 2021, 2025 Oracle Corporation and/or its affiliates.
22
# Licensed under the Universal Permissive License v 1.0 as shown at
33
# https://oss.oracle.com/licenses/upl.
44

@@ -24,6 +24,7 @@ jobs:
2424
matrix:
2525
coherenceVersion:
2626
- 14.1.2-0-0
27+
- 14.1.2-0-1
2728
- 14.1.2-0-1-SNAPSHOT
2829
go-version:
2930
- 1.19.x

.github/workflows/build-compatability-2206.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2021, 2024 Oracle Corporation and/or its affiliates.
1+
# Copyright 2021, 2025 Oracle Corporation and/or its affiliates.
22
# Licensed under the Universal Permissive License v 1.0 as shown at
33
# https://oss.oracle.com/licenses/upl.
44

@@ -24,6 +24,7 @@ jobs:
2424
matrix:
2525
coherenceVersion:
2626
- 22.06.10
27+
- 22.06.11
2728
- 22.06.11-SNAPSHOT
2829
go-version:
2930
- 1.19.x

.github/workflows/build-compatability-v1-1412.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 024 Oracle Corporation and/or its affiliates.
1+
# Copyright 2024, 2025 Oracle Corporation and/or its affiliates.
22
# Licensed under the Universal Permissive License v 1.0 as shown at
33
# https://oss.oracle.com/licenses/upl.
44

@@ -24,6 +24,7 @@ jobs:
2424
matrix:
2525
coherenceVersion:
2626
- 14.1.2-0-0
27+
- 14.1.2-0-1
2728
- 14.1.2-0-1-SNAPSHOT
2829
go-version:
2930
- 1.19.x

.github/workflows/build-compatability-v1.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 024 Oracle Corporation and/or its affiliates.
1+
# Copyright 2024,2025 Oracle Corporation and/or its affiliates.
22
# Licensed under the Universal Permissive License v 1.0 as shown at
33
# https://oss.oracle.com/licenses/upl.
44

@@ -24,6 +24,7 @@ jobs:
2424
matrix:
2525
coherenceVersion:
2626
- 24.09
27+
- 24.09.2
2728
- 24.09.1-SNAPSHOT
2829
go-version:
2930
- 1.19.x

.github/workflows/build-compatability.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2022, 2024 Oracle Corporation and/or its affiliates.
1+
# Copyright 2022, 2025 Oracle Corporation and/or its affiliates.
22
# Licensed under the Universal Permissive License v 1.0 as shown at
33
# https://oss.oracle.com/licenses/upl.
44

@@ -24,6 +24,7 @@ jobs:
2424
matrix:
2525
coherenceVersion:
2626
- 24.09
27+
- 24.09.2
2728
go-version:
2829
- 1.19.x
2930
- 1.20.x

.github/workflows/build-queues-1412.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2024 Oracle Corporation and/or its affiliates.
1+
# Copyright 2024, 2025 Oracle Corporation and/or its affiliates.
22
# Licensed under the Universal Permissive License v 1.0 as shown at
33
# https://oss.oracle.com/licenses/upl.
44

@@ -24,6 +24,7 @@ jobs:
2424
matrix:
2525
coherenceVersion:
2626
- 14.1.2-0-0
27+
- 14.1.2-0-1
2728
- 14.1.2-0-1-SNAPSHOT
2829
go-version:
2930
- 1.19.x

.github/workflows/build-queues.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2024 Oracle Corporation and/or its affiliates.
1+
# Copyright 2024, 2025 Oracle Corporation and/or its affiliates.
22
# Licensed under the Universal Permissive License v 1.0 as shown at
33
# https://oss.oracle.com/licenses/upl.
44

@@ -24,6 +24,7 @@ jobs:
2424
matrix:
2525
coherenceVersion:
2626
- 24.09
27+
- 24.09.2
2728
- 24.09.1-SNAPSHOT
2829
go-version:
2930
- 1.19.x

.github/workflows/build-v1.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2022, 2024 Oracle Corporation and/or its affiliates.
1+
# Copyright 2022, 2025 Oracle Corporation and/or its affiliates.
22
# Licensed under the Universal Permissive License v 1.0 as shown at
33
# https://oss.oracle.com/licenses/upl.
44

@@ -27,6 +27,7 @@ jobs:
2727
- 1.23.x
2828
coherence-version:
2929
- 24.09
30+
- 24.09.2
3031
- 24.09.1-SNAPSHOT
3132

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

.github/workflows/build.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2022, 2024 Oracle Corporation and/or its affiliates.
1+
# Copyright 2022, 2025 Oracle Corporation and/or its affiliates.
22
# Licensed under the Universal Permissive License v 1.0 as shown at
33
# https://oss.oracle.com/licenses/upl.
44

@@ -69,7 +69,7 @@ jobs:
6969
shell: bash
7070
run: |
7171
go get google.golang.org/grpc/cmd/[email protected]
72-
INCLUDE_LONG_RUNNING=true PROFILES=,-jakarta,javax COHERENCE_VERSION=22.06.9 make clean generate-proto build-test-images test-e2e-standalone
72+
INCLUDE_LONG_RUNNING=true PROFILES=,-jakarta,javax COHERENCE_VERSION=22.06.11 make clean generate-proto build-test-images test-e2e-standalone
7373
7474
- name: Profile Near Cache
7575
shell: bash
@@ -86,7 +86,7 @@ jobs:
8686
shell: bash
8787
run: |
8888
go get google.golang.org/grpc/cmd/[email protected]
89-
COHERENCE_VERSION=22.06.9 PROFILES=,-jakarta,javax,scope make clean generate-proto build-test-images test-e2e-standalone-scope
89+
COHERENCE_VERSION=22.06.11 PROFILES=,-jakarta,javax,scope make clean generate-proto build-test-images test-e2e-standalone-scope
9090
9191
- uses: actions/upload-artifact@v4
9292
if: failure()
@@ -101,7 +101,7 @@ jobs:
101101
COHERENCE_TLS_CERTS_PATH=`pwd`/test/utils/certs/guardians-ca.crt \
102102
COHERENCE_TLS_CLIENT_CERT=`pwd`/test/utils/certs/star-lord.crt \
103103
COHERENCE_TLS_CLIENT_KEY=`pwd`/test/utils/certs/star-lord.key \
104-
COHERENCE_VERSION=22.06.9 PROFILES=,secure,-jakarta,javax make clean certs generate-proto build-test-images test-e2e-standalone
104+
COHERENCE_VERSION=22.06.11 PROFILES=,secure,-jakarta,javax make clean certs generate-proto build-test-images test-e2e-standalone
105105
106106
- name: E2E Local Tests SSL (options)
107107
shell: bash
@@ -110,7 +110,7 @@ jobs:
110110
COHERENCE_TLS_CERTS_PATH_OPTION=`pwd`/test/utils/certs/guardians-ca.crt \
111111
COHERENCE_TLS_CLIENT_CERT_OPTION=`pwd`/test/utils/certs/star-lord.crt \
112112
COHERENCE_TLS_CLIENT_KEY_OPTION=`pwd`/test/utils/certs/star-lord.key \
113-
COHERENCE_VERSION=22.06.9 PROFILES=,secure,-jakarta,javax,scope make clean certs generate-proto build-test-images test-e2e-standalone-scope
113+
COHERENCE_VERSION=22.06.11 PROFILES=,secure,-jakarta,javax,scope make clean certs generate-proto build-test-images test-e2e-standalone-scope
114114
115115
- name: E2E Local Tests SSL (tlsConfig)
116116
shell: bash
@@ -119,7 +119,7 @@ jobs:
119119
COHERENCE_TLS_CERTS_PATH_OPTION=`pwd`/test/utils/certs/guardians-ca.crt \
120120
COHERENCE_TLS_CLIENT_CERT_OPTION=`pwd`/test/utils/certs/star-lord.crt \
121121
COHERENCE_TLS_CLIENT_KEY_OPTION=`pwd`/test/utils/certs/star-lord.key \
122-
COHERENCE_VERSION=22.06.9 PROFILES=,secure,-jakarta,javax,scope make clean certs generate-proto build-test-images test-e2e-standalone-scope
122+
COHERENCE_VERSION=22.06.11 PROFILES=,secure,-jakarta,javax,scope make clean certs generate-proto build-test-images test-e2e-standalone-scope
123123
124124
- uses: actions/upload-artifact@v4
125125
if: failure()

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2022, 2024 Oracle Corporation and/or its affiliates.
1+
# Copyright 2022, 2025 Oracle Corporation and/or its affiliates.
22
# Licensed under the Universal Permissive License v 1.0 as shown at
33
# https://oss.oracle.com/licenses/upl.
44

@@ -21,10 +21,12 @@ jobs:
2121
matrix:
2222
coherenceVersion:
2323
- 22.06.10
24+
- 22.06.11
2425
- 22.06.11-SNAPSHOT
2526
- 24.09
26-
- 24.09.1-SNAPSHOT
27+
- 24.09.2
2728
- 14.1.2-0-0
29+
- 14.1.2-0-1
2830
- 14.1.2-0-1-SNAPSHOT
2931
go-version:
3032
- 1.19.x

.github/workflows/examples-jakarta-v1.2.2.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.09
25+
- 24.09.2
2526
- 24.09.1-SNAPSHOT
2627
go-version:
2728
- 1.19.x

.github/workflows/examples-jakarta.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2023, 2024 Oracle Corporation and/or its affiliates.
1+
# Copyright 2023, 2025 Oracle Corporation and/or its affiliates.
22
# Licensed under the Universal Permissive License v 1.0 as shown at
33
# https://oss.oracle.com/licenses/upl.
44

@@ -21,6 +21,7 @@ jobs:
2121
matrix:
2222
coherenceVersion:
2323
- 24.09
24+
- 24.09.2
2425
- 24.09.1-SNAPSHOT
2526
go-version:
2627
- 1.19.x

.github/workflows/examples-v1.2.2.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2022, 2024 Oracle Corporation and/or its affiliates.
1+
# Copyright 2022, 2025 Oracle Corporation and/or its affiliates.
22
# Licensed under the Universal Permissive License v 1.0 as shown at
33
# https://oss.oracle.com/licenses/upl.
44

@@ -23,6 +23,7 @@ jobs:
2323
coherenceVersion:
2424
- 22.06.11-SNAPSHOT
2525
- 22.06.10
26+
- 22.06.11
2627
go-version:
2728
- 1.19.x
2829
- 1.20.x

.github/workflows/examples.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2022, 2024 Oracle Corporation and/or its affiliates.
1+
# Copyright 2022, 2025 Oracle Corporation and/or its affiliates.
22
# Licensed under the Universal Permissive License v 1.0 as shown at
33
# https://oss.oracle.com/licenses/upl.
44

@@ -22,7 +22,9 @@ jobs:
2222
coherenceVersion:
2323
- 22.06.11-SNAPSHOT
2424
- 22.06.10
25+
- 22.06.11
2526
- 14.1.2-0-0
27+
- 14.1.2-0-1
2628
- 14.1.2-0-1-SNAPSHOT
2729
go-version:
2830
- 1.19.x

.github/workflows/resolver-clusters-compatability-tests.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,10 @@ jobs:
2020
fail-fast: false
2121
matrix:
2222
coherenceVersion:
23-
- 22.06.9
23+
- 22.06.10
24+
- 22.06.11
2425
- 24.09
26+
- 24.09.2
2527
- 14.1.2-0-0
2628
go-version:
2729
- 1.19.x

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

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2022, 2024 Oracle Corporation and/or its affiliates.
1+
# Copyright 2022, 2025 Oracle Corporation and/or its affiliates.
22
# Licensed under the Universal Permissive License v 1.0 as shown at
33
# https://oss.oracle.com/licenses/upl.
44

@@ -20,9 +20,12 @@ jobs:
2020
fail-fast: false
2121
matrix:
2222
coherenceVersion:
23-
- 22.06.9
23+
- 22.06.10
24+
- 22.06.11
2425
- 24.09
26+
- 24.09.2
2527
- 14.1.2-0-0
28+
- 14.1.2-0-1
2629
go-version:
2730
- 1.19.x
2831
- 1.20.x

Makefile

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# ----------------------------------------------------------------------------------------------------------------------
2-
# Copyright (c) 2021, 2024 Oracle and/or its affiliates.
2+
# Copyright (c) 2021, 2025 Oracle and/or its affiliates.
33
# Licensed under the Universal Permissive License v 1.0 as shown at
44
# https://oss.oracle.com/licenses/upl.
55
#
@@ -34,7 +34,7 @@ MVN_VERSION ?= 1.0.0
3434
SHELL := /bin/bash
3535

3636
# Coherence CE version to run base tests against
37-
COHERENCE_VERSION ?= 22.06.9
37+
COHERENCE_VERSION ?= 22.06.11
3838
COHERENCE_GROUP_ID ?= com.oracle.coherence.ce
3939
COHERENCE_WKA1 ?= server1
4040
COHERENCE_WKA2 ?= server1
@@ -207,8 +207,8 @@ golangci: $(TOOLS_BIN)/golangci-lint ## Go code review
207207
.PHONY: generate-proto
208208
generate-proto: $(TOOLS_BIN)/protoc ## Generate Proto Files
209209
mkdir -p $(PROTO_DIR) || true
210-
curl -o $(PROTO_DIR)/services.proto https://raw.githubusercontent.com/oracle/coherence/22.06.10/prj/coherence-grpc/src/main/proto/services.proto
211-
curl -o $(PROTO_DIR)/messages.proto https://raw.githubusercontent.com/oracle/coherence/22.06.10/prj/coherence-grpc/src/main/proto/messages.proto
210+
curl -o $(PROTO_DIR)/services.proto https://raw.githubusercontent.com/oracle/coherence/22.06.11/prj/coherence-grpc/src/main/proto/services.proto
211+
curl -o $(PROTO_DIR)/messages.proto https://raw.githubusercontent.com/oracle/coherence/22.06.11/prj/coherence-grpc/src/main/proto/messages.proto
212212
echo "" >> $(PROTO_DIR)/services.proto
213213
echo "" >> $(PROTO_DIR)/messages.proto
214214
echo 'option go_package = "github.com/oracle/coherence-go-client/proto";' >> $(PROTO_DIR)/services.proto
@@ -221,11 +221,11 @@ generate-proto: $(TOOLS_BIN)/protoc ## Generate Proto Files
221221
.PHONY: generate-proto-v1
222222
generate-proto-v1: $(TOOLS_BIN)/protoc ## Generate Proto Files v1
223223
mkdir -p $(PROTOV1_DIR) || true
224-
curl -o $(PROTOV1_DIR)/proxy_service_messages_v1.proto https://raw.githubusercontent.com/oracle/coherence/24.09/prj/coherence-grpc/src/main/proto/proxy_service_messages_v1.proto
225-
curl -o $(PROTOV1_DIR)/proxy_service_v1.proto https://raw.githubusercontent.com/oracle/coherence/24.09/prj/coherence-grpc/src/main/proto/proxy_service_v1.proto
226-
curl -o $(PROTOV1_DIR)/common_messages_v1.proto https://raw.githubusercontent.com/oracle/coherence/24.09/prj/coherence-grpc/src/main/proto/common_messages_v1.proto
227-
curl -o $(PROTOV1_DIR)/cache_service_messages_v1.proto https://raw.githubusercontent.com/oracle/coherence/24.09/prj/coherence-grpc/src/main/proto/cache_service_messages_v1.proto
228-
curl -o $(PROTOV1_DIR)/queue_service_messages_v1.proto https://raw.githubusercontent.com/oracle/coherence/24.09/prj/coherence-grpc/src/main/proto/queue_service_messages_v1.proto
224+
curl -o $(PROTOV1_DIR)/proxy_service_messages_v1.proto https://raw.githubusercontent.com/oracle/coherence/24.09.2/prj/coherence-grpc/src/main/proto/proxy_service_messages_v1.proto
225+
curl -o $(PROTOV1_DIR)/proxy_service_v1.proto https://raw.githubusercontent.com/oracle/coherence/24.09.2/prj/coherence-grpc/src/main/proto/proxy_service_v1.proto
226+
curl -o $(PROTOV1_DIR)/common_messages_v1.proto https://raw.githubusercontent.com/oracle/coherence/24.09.2/prj/coherence-grpc/src/main/proto/common_messages_v1.proto
227+
curl -o $(PROTOV1_DIR)/cache_service_messages_v1.proto https://raw.githubusercontent.com/oracle/coherence/24.09.2/prj/coherence-grpc/src/main/proto/cache_service_messages_v1.proto
228+
curl -o $(PROTOV1_DIR)/queue_service_messages_v1.proto https://raw.githubusercontent.com/oracle/coherence/24.09.2/prj/coherence-grpc/src/main/proto/queue_service_messages_v1.proto
229229
echo "" >> $(PROTOV1_DIR)/proxy_service_messages_v1.proto
230230
echo "" >> $(PROTOV1_DIR)/proxy_service_v1.proto
231231
echo "" >> $(PROTOV1_DIR)/common_messages_v1.proto

0 commit comments

Comments
 (0)