Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

License Questions (hazelcast.com)


What we will need


FeatureLicenseComment
Hazelcast ClientApache 2.0 Licensepresent in hazelcast-all maven artifact
IMDGApache 2.0 LicenseIn memory embedded data grid
K8S and Docker IntegrationApache 2.0 Licenseto be able to run in k8s env.
Spring ModuleApache 2.0 Licenseto be able to integrate with Spring Boot
Cloud Discovery PluginHazelcast Community Pluginto be able to use k8s discovery feature to identify other Hazelcast members


Separate Maven Artifacts

We have separate maven artifacts for hazelcast open source and enterprise features. Below are the artifacts for the same.

Code Block
languagexml
titlehazelcast-all
  <dependencies>
    <dependency>
        <groupId>com.hazelcast</groupId>
        <artifactId>hazelcast-all</artifactId>
        <version>4.2.5</version>
    </dependency>
</dependencies>

...