Versions Compared

Key

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

Jira
serverONAP Jira
columnIdsissuekey,summary,issuetype,created,updated,duedate,assignee,reporter,priority,status,resolution
columnskey,summary,type,created,updated,due,assignee,reporter,priority,status,resolution
serverId425b2b0a-557c-3c0c-b515-579789cceedb
keyCPS-1026

Overview

Version : 4.2.x

Hazelcast has 3 license models.

  • Apache License 2.0
  • Hazelcast Community License
  • Hazelcast Enterprise License


Licenses

License Questions (hazelcast.com)



Separate Maven Artifacts



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


Code Block
languagexml
titlehazelcast-enterprise-all
<repositories>
    <!-- You need to define following repository: -->
    <repository>
        <id>Hazelcast Private Release Repository</id>
        <url>https://repository.hazelcast.com/release/</url>
    </repository>
    <!-- Optional repository if you want to use latest snapshots -->
    <repository>
        <id>Hazelcast Private Snapshot Repository</id>
        <url>https://repository.hazelcast.com/snapshot/</url>
    </repository>
</repositories>

<dependencies>
    <!-- You also need to define following dependencies: -->
    <dependency>
        <groupId>com.hazelcast</groupId>
        <artifactId>hazelcast-enterprise-all</artifactId>
        <version>4.2.5</version>
    </dependency>
    <!-- Optional dependency for including JavaDoc -->
    <dependency>
        <groupId>com.hazelcast</groupId>
        <artifactId>hazelcast-enterprise-all</artifactId>
        <version>4.2.5</version>
        <classifier>javadoc</classifier>
    </dependency>
</dependencies>



Hazelcast Community License

The Hazelcast Community License is identical to the Confluent Community License 1.0, which includes an Excluded Purpose designed to prevent service wrapping. 

“Excluded Purpose” is defined in the license as making available any software-as-a-service, platform-as-a-service, infrastructure-as-a-service or other similar online service that competes with Hazelcast products or services that provide the software.

The software remains open, or source available, in the Hazelcast GitHub repository




References

https://github.com/hazelcast/

https://hazelcast.com/blog/announcing-the-hazelcast-community-license/

https://hazelcast.com/community-license-faq/

https://hazelcast.com/open-source-projects/downloads/

https://docs.hazelcast.com/imdg/4.2/installation/installing-using-maven