Skip to content

Commit

Permalink
rc4
Browse files Browse the repository at this point in the history
  • Loading branch information
bitsofinfo committed Mar 1, 2016
1 parent 9b003c5 commit 11c6e7c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ This is beta code, tested against Hazelcast 3.6-EA+ through 3.6 Stable releases.

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

* [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

* [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

* [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
Expand All @@ -50,7 +52,7 @@ repositories {
}
dependencies {
compile 'org.bitsofinfo:hazelcast-consul-discovery-spi:1.0-RC3'
compile 'org.bitsofinfo:hazelcast-consul-discovery-spi:1.0-RC4'
// include your preferred javax.ws.rs-api implementation
// (for the OrbitzWorldwide/consul-client dependency)
Expand All @@ -67,7 +69,7 @@ dependencies {
<dependency>
<groupId>org.bitsofinfo</groupId>
<artifactId>hazelcast-consul-discovery-spi</artifactId>
<version>1.0-RC3</version>
<version>1.0-RC4</version>
</dependency>
<!-- include your preferred javax.ws.rs-api
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version=1.0-RC3
version=1.0-RC4
description=hazelcast-consul-discovery-spi - Consul based discovery strategy SPI for Hazelcast enabled applications
Original file line number Diff line number Diff line change
Expand Up @@ -192,14 +192,16 @@
Properties consumed by: org.bitsofinfo.hazelcast.discovery.consul.HttpHealthCheckBuilder
- healthCheckHttp: valid hostname and port to use for health check. You can provide optional
path to a specific script.
path to a specific script. Variables #MYIP/#MYPORT will be replaced with
this node's IP/PORT
- healthCheckHttpIntervalSeconds: self explanatory
Properties consumed by: org.bitsofinfo.hazelcast.discovery.consul.TcpHealthCheckBuilder
- healthCheckTcp: valid IP and port to use for health check.
Variables #MYIP/#MYPORT will be replaced with this node's IP/PORT
- healthCheckTcpIntervalSeconds: self explanatory
-->
Expand Down

0 comments on commit 11c6e7c

Please sign in to comment.