File tree Expand file tree Collapse file tree 6 files changed +18
-11
lines changed Expand file tree Collapse file tree 6 files changed +18
-11
lines changed Original file line number Diff line number Diff line change @@ -46,8 +46,8 @@ OPERATOR_SDK = $(CURRDIR)/hack/sdk/$(UNAME_S)-$(UNAME_M)/operator-sdk
4646MAVEN_OPTIONS ?= -Dmaven.wagon.httpconnectionManager.ttlSeconds=25 -Dmaven.wagon.http.retryHandler.count=3
4747
4848# The Coherence image to use for deployments that do not specify an image
49- COHERENCE_VERSION ?= 20.12.1
50- COHERENCE_IMAGE ?= oraclecoherence/coherence-ce:20.12.1
49+ COHERENCE_VERSION ?= 21.06
50+ COHERENCE_IMAGE ?= oraclecoherence/coherence-ce:21.06
5151# This is the Coherence image that will be used in tests.
5252# Changing this variable will allow test builds to be run against different Coherence versions
5353# without altering the default image name.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 2020 <maven .compiler.target>11</maven .compiler.target>
2121
2222 <coherence .group.id>com.oracle.coherence.ce</coherence .group.id>
23- <coherence .version>20.12.1 </coherence .version>
23+ <coherence .version>21.06 </coherence .version>
2424
2525 <jib .version>2.8.0</jib .version>
2626
Original file line number Diff line number Diff line change 1616
1717 <properties >
1818 <coherence .group.id>com.oracle.coherence.ce</coherence .group.id>
19- <coherence .version>20.12.1 </coherence .version>
19+ <coherence .version>21.06 </coherence .version>
2020
2121 <helidon .version>1.3.1</helidon .version>
2222
Original file line number Diff line number Diff line change @@ -610,7 +610,7 @@ We will see json something like this:
610610 "refreshTime": "2021-03-07T12:27:20.193Z",
611611 "licenseMode": "Development",
612612 "localMemberId": 1,
613- "version": "20.12.1 ",
613+ "version": "21.06 ",
614614 "running": true,
615615 "clusterName": "test-cluster",
616616 "membersDepartureCount": 0,
@@ -888,7 +888,7 @@ kubectl -n coherence-test logs client
888888
889889[source]
890890----
891- 2021-03-07 12:53:13.481/1.992 Oracle Coherence CE 20.12.1 <Error> (thread=main, member=n/a): Error while starting service "Proxy": com.tangosol.net.messaging.ConnectionException: could not establish a connection to one of the following addresses: []
891+ 2021-03-07 12:53:13.481/1.992 Oracle Coherence CE 21.06 <Error> (thread=main, member=n/a): Error while starting service "Proxy": com.tangosol.net.messaging.ConnectionException: could not establish a connection to one of the following addresses: []
892892----
893893This tells us that the client failed to connect to the cluster, because the client is not using TLS.
894894
Original file line number Diff line number Diff line change 3939 <maven .compiler.target>8</maven .compiler.target>
4040
4141 <!-- The Coherence jar version (compile time dependency) -->
42- <coherence .version>20.12.1 </coherence .version>
42+ <coherence .version>21.06 </coherence .version>
4343 <!-- The version of Coherence to use in the test images -->
4444 <coherence .test.groupId>com.oracle.coherence.ce</coherence .test.groupId>
4545 <coherence .test.version>${coherence.version} </coherence .test.version>
640640 <repository >
641641 <id >ossrh-staging</id >
642642 <name >OSS Sonatype Snapshots</name >
643+ <url >https://oss.sonatype.org/content/groups/staging</url >
644+ <snapshots >
645+ <enabled >false</enabled >
646+ </snapshots >
647+ <releases >
648+ <enabled >true</enabled >
649+ </releases >
650+ </repository >
651+ <repository >
652+ <id >ossrh-snapshots</id >
653+ <name >OSS Sonatype Snapshots</name >
643654 <url >https://oss.sonatype.org/content/repositories/snapshots</url >
644655 <snapshots >
645656 <enabled >true</enabled >
You can’t perform that action at this time.
0 commit comments