diff --git a/.github/workflows/build-compatability-v1.yaml b/.github/workflows/build-compatability-v1.yaml index 77b1059..988ff3e 100644 --- a/.github/workflows/build-compatability-v1.yaml +++ b/.github/workflows/build-compatability-v1.yaml @@ -24,7 +24,7 @@ jobs: matrix: coherenceVersion: - 24.09.3 - - 24.09.4-SNAPSHOT + - 25.03 go-version: - 1.23.x - 1.24.x diff --git a/.github/workflows/build-compatability.yaml b/.github/workflows/build-compatability.yaml index e9be3b4..8c814df 100644 --- a/.github/workflows/build-compatability.yaml +++ b/.github/workflows/build-compatability.yaml @@ -24,6 +24,7 @@ jobs: matrix: coherenceVersion: - 24.09.3 + - 25.03 go-version: - 1.23.x - 1.24.x diff --git a/.github/workflows/build-queues.yaml b/.github/workflows/build-queues.yaml index b921aa8..51f87c2 100644 --- a/.github/workflows/build-queues.yaml +++ b/.github/workflows/build-queues.yaml @@ -24,7 +24,8 @@ jobs: matrix: coherenceVersion: - 24.09.3 - - 24.09.4-SNAPSHOT + - 25.03 + - 25.03.1-SNAPSHOT go-version: - 1.23.x - 1.24.x diff --git a/.github/workflows/build-v1.yaml b/.github/workflows/build-v1.yaml index 59b38a0..a6d30ef 100644 --- a/.github/workflows/build-v1.yaml +++ b/.github/workflows/build-v1.yaml @@ -24,7 +24,8 @@ jobs: - 1.24.x coherence-version: - 24.09.3 - - 24.09.4-SNAPSHOT + - 25.03 + - 25.03.1-SNAPSHOT # Checkout the source, we need a depth of zero to fetch all of the history otherwise # the copyright check cannot work out the date of the files from Git. diff --git a/.github/workflows/discovery-compatability-tests.yaml b/.github/workflows/discovery-compatability-tests.yaml index 8f4b77b..dc1e8a9 100644 --- a/.github/workflows/discovery-compatability-tests.yaml +++ b/.github/workflows/discovery-compatability-tests.yaml @@ -23,7 +23,7 @@ jobs: - 22.06.11 - 22.06.12-SNAPSHOT - 24.09.3 - - 14.1.2-0-0 + - 25.03 - 14.1.2-0-1 - 14.1.2-0-2-SNAPSHOT go-version: diff --git a/.github/workflows/examples-jakarta-v1.2.2.yaml b/.github/workflows/examples-jakarta-v1.2.2.yaml index dcc1a2d..7abf5d0 100644 --- a/.github/workflows/examples-jakarta-v1.2.2.yaml +++ b/.github/workflows/examples-jakarta-v1.2.2.yaml @@ -22,7 +22,8 @@ jobs: matrix: coherenceVersion: - 24.09.3 - - 24.09.4-SNAPSHOT + - 25.03 + - 25.03.1-SNAPSHOT go-version: - 1.19.x - 1.20.x diff --git a/.github/workflows/examples-jakarta.yaml b/.github/workflows/examples-jakarta.yaml index 3e31a04..ec2667d 100644 --- a/.github/workflows/examples-jakarta.yaml +++ b/.github/workflows/examples-jakarta.yaml @@ -21,7 +21,8 @@ jobs: matrix: coherenceVersion: - 24.09.3 - - 24.09.4-SNAPSHOT + - 25.03 + - 25.03.1-SNAPSHOT go-version: - 1.23.x - 1.24.x diff --git a/.github/workflows/resolver-clusters-compatability-tests.yaml b/.github/workflows/resolver-clusters-compatability-tests.yaml index 60f7faa..07b0229 100644 --- a/.github/workflows/resolver-clusters-compatability-tests.yaml +++ b/.github/workflows/resolver-clusters-compatability-tests.yaml @@ -22,6 +22,7 @@ jobs: coherenceVersion: - 22.06.11 - 24.09.3 + - 25.03 - 14.1.2-0-1 go-version: - 1.23.x diff --git a/.github/workflows/resolver-compatability-tests.yaml b/.github/workflows/resolver-compatability-tests.yaml index cf5440e..2b530ee 100644 --- a/.github/workflows/resolver-compatability-tests.yaml +++ b/.github/workflows/resolver-compatability-tests.yaml @@ -22,6 +22,7 @@ jobs: coherenceVersion: - 22.06.11 - 24.09.3 + - 25.03 - 14.1.2-0-1 go-version: - 1.23.x diff --git a/Makefile b/Makefile index d7d57fe..3b4936d 100644 --- a/Makefile +++ b/Makefile @@ -221,11 +221,11 @@ generate-proto: $(TOOLS_BIN)/protoc ## Generate Proto Files .PHONY: generate-proto-v1 generate-proto-v1: $(TOOLS_BIN)/protoc ## Generate Proto Files v1 mkdir -p $(PROTOV1_DIR) || true - curl -o $(PROTOV1_DIR)/proxy_service_messages_v1.proto https://raw.githubusercontent.com/oracle/coherence/24.09.3/prj/coherence-grpc/src/main/proto/proxy_service_messages_v1.proto - curl -o $(PROTOV1_DIR)/proxy_service_v1.proto https://raw.githubusercontent.com/oracle/coherence/24.09.3/prj/coherence-grpc/src/main/proto/proxy_service_v1.proto - curl -o $(PROTOV1_DIR)/common_messages_v1.proto https://raw.githubusercontent.com/oracle/coherence/24.09.3/prj/coherence-grpc/src/main/proto/common_messages_v1.proto - curl -o $(PROTOV1_DIR)/cache_service_messages_v1.proto https://raw.githubusercontent.com/oracle/coherence/24.09.3/prj/coherence-grpc/src/main/proto/cache_service_messages_v1.proto - curl -o $(PROTOV1_DIR)/queue_service_messages_v1.proto https://raw.githubusercontent.com/oracle/coherence/24.09.3/prj/coherence-grpc/src/main/proto/queue_service_messages_v1.proto + curl -o $(PROTOV1_DIR)/proxy_service_messages_v1.proto https://raw.githubusercontent.com/oracle/coherence/25.03/prj/coherence-grpc/src/main/proto/proxy_service_messages_v1.proto + curl -o $(PROTOV1_DIR)/proxy_service_v1.proto https://raw.githubusercontent.com/oracle/coherence/25.03/prj/coherence-grpc/src/main/proto/proxy_service_v1.proto + curl -o $(PROTOV1_DIR)/common_messages_v1.proto https://raw.githubusercontent.com/oracle/coherence/25.03/prj/coherence-grpc/src/main/proto/common_messages_v1.proto + curl -o $(PROTOV1_DIR)/cache_service_messages_v1.proto https://raw.githubusercontent.com/oracle/coherence/25.03/prj/coherence-grpc/src/main/proto/cache_service_messages_v1.proto + curl -o $(PROTOV1_DIR)/queue_service_messages_v1.proto https://raw.githubusercontent.com/oracle/coherence/25.03/prj/coherence-grpc/src/main/proto/queue_service_messages_v1.proto echo "" >> $(PROTOV1_DIR)/proxy_service_messages_v1.proto echo "" >> $(PROTOV1_DIR)/proxy_service_v1.proto echo "" >> $(PROTOV1_DIR)/common_messages_v1.proto