mirror of
https://github.com/jlengrand/vert.x.git
synced 2026-03-10 08:51:19 +00:00
Upgrade to HZ 3.5
This commit is contained in:
@@ -25,7 +25,7 @@ title=vert.x
|
||||
group=io.vertx
|
||||
|
||||
# dependency versions
|
||||
hazelcastVersion=3.4.2
|
||||
hazelcastVersion=3.5
|
||||
jacksonCoreVersion=2.2.2
|
||||
jacksonDatabindVersion=2.2.2
|
||||
nettyVersion=4.0.21.Final
|
||||
|
||||
@@ -163,7 +163,7 @@ class HazelcastAsyncMultiMap<K, V> implements AsyncMultiMap<K, V>, EntryListener
|
||||
|
||||
@Override
|
||||
public void entryRemoved(EntryEvent<K, V> entry) {
|
||||
removeEntry(entry.getKey(), entry.getValue());
|
||||
removeEntry(entry.getKey(), entry.getOldValue());
|
||||
}
|
||||
|
||||
public void mapCleared(MapEvent event) {
|
||||
|
||||
Reference in New Issue
Block a user