11#! /bin/bash
22
33#
4- # Copyright (c) 2022, 2024 Oracle and/or its affiliates.
4+ # Copyright (c) 2022, 2025 Oracle and/or its affiliates.
55# Licensed under the Universal Permissive License v 1.0 as shown at
66# https://oss.oracle.com/licenses/upl.
77#
@@ -12,40 +12,40 @@ set -e
1212# Set the following to include long running streaming tests
1313# INCLUDE_LONG_RUNNING=true
1414
15- echo " Coherence CE 22.06.12 "
16- COHERENCE_VERSION=22.06.12 PROFILES=,-jakarta,javax make clean generate-proto build-test-images test-e2e-standalone
15+ echo " Coherence CE 22.06.13 "
16+ COHERENCE_VERSION=22.06.13 PROFILES=,-jakarta,javax make clean generate-proto build-test-images test-e2e-standalone
1717
18- echo " Coherence CE 14.1.2-0-2 "
19- COHERENCE_BASE_IMAGE=gcr.io/distroless/java17-debian12 COHERENCE_VERSION=14.1.2-0-2 PROFILES=,-jakarta,javax make clean generate-proto build-test-images test-e2e-standalone
18+ echo " Coherence CE 14.1.2-0-3 "
19+ COHERENCE_BASE_IMAGE=gcr.io/distroless/java17-debian12 COHERENCE_VERSION=14.1.2-0-3 PROFILES=,-jakarta,javax make clean generate-proto build-test-images test-e2e-standalone
2020
21- echo " Coherence CE 14.1.2-0-2 Streaming"
22- COHERENCE_BASE_IMAGE=gcr.io/distroless/java17-debian12 COHERENCE_VERSION=14.1.2-0-2 PROFILES=,-jakarta,javax make clean generate-proto build-test-images test-e2e-streaming
21+ echo " Coherence CE 14.1.2-0-3 Streaming"
22+ COHERENCE_BASE_IMAGE=gcr.io/distroless/java17-debian12 COHERENCE_VERSION=14.1.2-0-3 PROFILES=,-jakarta,javax make clean generate-proto build-test-images test-e2e-streaming
2323
24- echo " Coherence CE 22.06.12 with scope"
25- COHERENCE_VERSION=22.06.12 PROFILES=,-jakarta,javax,scope make clean generate-proto build-test-images test-e2e-standalone-scope
24+ echo " Coherence CE 22.06.13 with scope"
25+ COHERENCE_VERSION=22.06.13 PROFILES=,-jakarta,javax,scope make clean generate-proto build-test-images test-e2e-standalone-scope
2626
27- echo " Coherence CE 22.06.12 with SSL using env"
27+ echo " Coherence CE 22.06.13 with SSL using env"
2828SECURE=env COHERENCE_IGNORE_INVALID_CERTS=true \
2929 COHERENCE_TLS_CERTS_PATH=` pwd` /test/utils/certs/guardians-ca.crt \
3030 COHERENCE_TLS_CLIENT_CERT=` pwd` /test/utils/certs/star-lord.crt \
3131 COHERENCE_TLS_CLIENT_KEY=` pwd` /test/utils/certs/star-lord.key \
32- COHERENCE_VERSION=22.06.7 PROFILES=,secure make clean certs generate-proto build-test-images test-e2e-standalone
32+ COHERENCE_VERSION=22.06.3 PROFILES=,secure make clean certs generate-proto build-test-images test-e2e-standalone
3333
34- echo " Coherence CE 22.06.12 with SSL using options"
34+ echo " Coherence CE 22.06.13 with SSL using options"
3535# suite_test.go takes the below env vars and then populates the session options
3636SECURE=options COHERENCE_IGNORE_INVALID_CERTS_OPTION=true \
3737 COHERENCE_TLS_CERTS_PATH_OPTION=` pwd` /test/utils/certs/guardians-ca.crt \
3838 COHERENCE_TLS_CLIENT_CERT_OPTION=` pwd` /test/utils/certs/star-lord.crt \
3939 COHERENCE_TLS_CLIENT_KEY_OPTION=` pwd` /test/utils/certs/star-lord.key \
40- COHERENCE_VERSION=22.06.7 PROFILES=,secure make clean certs generate-proto build-test-images test-e2e-standalone
40+ COHERENCE_VERSION=22.06.13 PROFILES=,secure make clean certs generate-proto build-test-images test-e2e-standalone
4141
42- echo " Coherence CE 22.06.12 with SSL using tlsConfig"
42+ echo " Coherence CE 22.06.13 with SSL using tlsConfig"
4343# suite_test.go takes the below env vars and then creates a tls.Config and passes to the WithTLSConfig
4444SECURE=tlsConfig COHERENCE_IGNORE_INVALID_CERTS_OPTION=true \
4545 COHERENCE_TLS_CERTS_PATH_OPTION=` pwd` /test/utils/certs/guardians-ca.crt \
4646 COHERENCE_TLS_CLIENT_CERT_OPTION=` pwd` /test/utils/certs/star-lord.crt \
4747 COHERENCE_TLS_CLIENT_KEY_OPTION=` pwd` /test/utils/certs/star-lord.key \
48- COHERENCE_VERSION=22.06.7 PROFILES=,secure make clean certs generate-proto build-test-images test-e2e-standalone
48+ COHERENCE_VERSION=22.06.13 PROFILES=,secure make clean certs generate-proto build-test-images test-e2e-standalone
4949
5050echo " Coherence CE 25.03.1"
5151COHERENCE_BASE_IMAGE=gcr.io/distroless/java17-debian12 PROFILES=,jakarta,-javax COHERENCE_VERSION=25.03.1 make clean generate-proto generate-proto-v1 build-test-images test-e2e-standalone
0 commit comments