forked from hazelcast/hazelcast
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NOTICE
50 lines (34 loc) · 1.86 KB
/
NOTICE
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
The packages:
com.hazelcast.internal.util.collection
com.hazelcast.internal.util.concurrent
and the classes:
com.hazelcast.internal.util.QuickMath
com.hazelcast.client.impl.protocol.util.UnsafeBuffer
com.hazelcast.client.impl.protocol.util.BufferBuilder
contain code originating from the Agrona project
(https://github.com/real-logic/Agrona).
The class com.hazelcast.internal.util.HashUtil contains code originating
from the Koloboke project (https://github.com/OpenHFT/Koloboke).
The class classloading.ThreadLocalLeakTestUtils contains code originating
from the Tomcat project (https://github.com/apache/tomcat).
com.hazelcast.internal.cluster.fd.PhiAccrualFailureDetector contains code originating
from the Akka project (https://github.com/akka/akka/).
The package com.hazelcast.internal.json contains code originating
from minimal-json project (https://github.com/ralfstx/minimal-json).
The class com.hazelcast.instance.impl.MobyNames contains code originating
from The Moby Project (https://github.com/moby/moby).
The class com.hazelcast.internal.util.graph.BronKerboschCliqueFinder contains code
originating from The JGraphT Project (https://github.com/jgrapht/jgrapht).
The packages:
com.hazelcast.sql
com.hazelcast.jet.sql
contain code originating from the Apache Calcite (https://github.com/apache/calcite)
The class com.hazelcast.jet.kafka.impl.ResumeTransactionUtil contains
code derived from the Apache Flink project.
The class com.hazelcast.internal.util.ConcurrentReferenceHashMap contains code written by Doug Lea
and updated within the WildFly project (https://github.com/wildfly/wildfly).
The classes:
com.hazelcast.cp.internal.raft.impl.state.FollowerState
com.hazelcast.cp.internal.raft.impl.state.FollowerStateTest
com.hazelcast.cp.internal.raft.impl.SlowFollowerBackoffTest
contain code originating from the MicroRaft project (https://github.com/MicroRaft/MicroRaft)