Skip to content

Add 25.03 to CI/CD #118

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 31, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build-compatability-v1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
matrix:
coherenceVersion:
- 24.09.3
- 24.09.4-SNAPSHOT
- 25.03
go-version:
- 1.23.x
- 1.24.x
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build-compatability.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
matrix:
coherenceVersion:
- 24.09.3
- 25.03
go-version:
- 1.23.x
- 1.24.x
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/build-queues.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/build-v1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/discovery-compatability-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/examples-jakarta-v1.2.2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/examples-jakarta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
coherenceVersion:
- 22.06.11
- 24.09.3
- 25.03
- 14.1.2-0-1
go-version:
- 1.23.x
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/resolver-compatability-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
coherenceVersion:
- 22.06.11
- 24.09.3
- 25.03
- 14.1.2-0-1
go-version:
- 1.23.x
Expand Down
10 changes: 5 additions & 5 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading