Skip to content

Commit 5b20db6

Browse files
committed
Update to Coherence 22.06 for testing and protobuf definitions.
1 parent 99c9a40 commit 5b20db6

File tree

3 files changed

+242
-242
lines changed

3 files changed

+242
-242
lines changed

bin/docker-utils.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ set -e
99

1010
declare -r ROOT="${PWD}"
1111
declare -r CONTAINER_NAME="coherence-js-test-container"
12-
declare -r IMAGE_NAME="oraclecoherence/coherence-ce:21.12.1"
12+
declare -r IMAGE_NAME="oraclecoherence/coherence-ce:22.06"
1313

1414
function coh_up() {
1515
declare -r CONTAINER_ID=$(docker ps -a -q -f name="${CONTAINER_NAME}")

bin/npm-post-install.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ declare -r ROOT="${PWD}"
1111

1212
# Grabs the proto files from the Coherence project.
1313
function grab_proto_files() {
14-
declare -r BASE_URL="https://raw.githubusercontent.com/oracle/coherence/v21.12/prj/coherence-grpc/src/main/proto/"
14+
declare -r BASE_URL="https://raw.githubusercontent.com/oracle/coherence/v22.06/prj/coherence-grpc/src/main/proto/"
1515
declare -r PROTO_FILES=("messages.proto" "services.proto")
1616
declare -r PROTO_DIR="${ROOT}/etc/proto"
1717

0 commit comments

Comments
 (0)