Skip to content

Releases: sedouard/hazelcast-azure

You can really use it!

Pre-release

Choose a tag to compare

@sedouard sedouard released this 02 Feb 01:25

This is the initial (preview) release!

Here are the release details:

  • Discover VMs via tagging using the cluster-id property
  • Use maven to add dependency
  • Returns public IP addresses, in addition to private IPs for discovered nodes
  • Will not return any stopped/deallocated VMs
  • Tested to work with Hazelcast 3.6-EA on Microsoft Azure with Virtual Machines & VNets
  • Discovery will return all nodes, which match your cluster-id regardless of VNet/subnet association

In addition we have a full test suite with great unit, mocked and integration coverage. We'll be working soon with Hazelcast to get those up and running in CI.

To get this version just add this to your maven pom.xml:

<dependency>
    <groupId>com.hazelcast.azure</groupId>
    <artifactId>hazelcast-azure</artifactId>
    <version>1.0-RC</version>
</dependency>

Or using Gradle:

compile 'com.hazelcast.azure:hazelcast-azure:1.0-RC1'

Checkout the README on how to get started!