Skip to content

Commit 11c6e7c

Browse files
committed
rc4
1 parent 9b003c5 commit 11c6e7c

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ This is beta code, tested against Hazelcast 3.6-EA+ through 3.6 Stable releases.
2626

2727
* MASTER - in progress, this README refers to what is in the master tag. Switch to relevant RELEASE tag above to see that versions README
2828

29+
* [1.0-RC4](https://github.com/bitsofinfo/hazelcast-consul-discovery-spi/releases/tag/1.0-RC4): Adds support for TCP/HTTP checks [#3](https://github.com/bitsofinfo/hazelcast-consul-discovery-spi/issues/3) Tested against Hazelcast 3.6-EA+ through 3.6 Stable releases
30+
2931
* [1.0-RC3](https://github.com/bitsofinfo/hazelcast-consul-discovery-spi/releases/tag/1.0-RC3): Adds support for TLS [#2](https://github.com/bitsofinfo/hazelcast-consul-discovery-spi/issues/2) and Consul ACLs [#4](https://github.com/bitsofinfo/hazelcast-consul-discovery-spi/issues/4) Tested against Hazelcast 3.6-EA+ through 3.6 Stable releases
3032

3133
* [1.0-RC2](https://github.com/bitsofinfo/hazelcast-consul-discovery-spi/releases/tag/1.0-RC2): Tested against Hazelcast 3.6-EA+ through 3.6 Stable releases
@@ -50,7 +52,7 @@ repositories {
5052
}
5153
5254
dependencies {
53-
compile 'org.bitsofinfo:hazelcast-consul-discovery-spi:1.0-RC3'
55+
compile 'org.bitsofinfo:hazelcast-consul-discovery-spi:1.0-RC4'
5456
5557
// include your preferred javax.ws.rs-api implementation
5658
// (for the OrbitzWorldwide/consul-client dependency)
@@ -67,7 +69,7 @@ dependencies {
6769
<dependency>
6870
<groupId>org.bitsofinfo</groupId>
6971
<artifactId>hazelcast-consul-discovery-spi</artifactId>
70-
<version>1.0-RC3</version>
72+
<version>1.0-RC4</version>
7173
</dependency>
7274
7375
<!-- include your preferred javax.ws.rs-api

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
version=1.0-RC3
1+
version=1.0-RC4
22
description=hazelcast-consul-discovery-spi - Consul based discovery strategy SPI for Hazelcast enabled applications

src/main/resources/hazelcast-consul-discovery-spi-example.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,14 +192,16 @@
192192
Properties consumed by: org.bitsofinfo.hazelcast.discovery.consul.HttpHealthCheckBuilder
193193
194194
- healthCheckHttp: valid hostname and port to use for health check. You can provide optional
195-
path to a specific script.
195+
path to a specific script. Variables #MYIP/#MYPORT will be replaced with
196+
this node's IP/PORT
196197
197198
- healthCheckHttpIntervalSeconds: self explanatory
198199
199200
200201
Properties consumed by: org.bitsofinfo.hazelcast.discovery.consul.TcpHealthCheckBuilder
201202
202203
- healthCheckTcp: valid IP and port to use for health check.
204+
Variables #MYIP/#MYPORT will be replaced with this node's IP/PORT
203205
204206
- healthCheckTcpIntervalSeconds: self explanatory
205207
-->

0 commit comments

Comments
 (0)