Add support for Hazelcast 4

Closes gh-1584
This commit is contained in:
Eleftheria Stein
2020-09-14 17:50:03 +02:00
parent c0c672b9f8
commit 2b6489c2bd
18 changed files with 2050 additions and 5 deletions

View File

@@ -5,6 +5,8 @@ include 'spring-session-data-redis'
include 'spring-session-docs'
include 'spring-session-hazelcast'
include 'spring-session-jdbc'
include 'hazelcast4'
project(':hazelcast4').projectDir = file('spring-session-hazelcast/hazelcast4')
file('spring-session-samples').eachDirMatch(~/spring-session-sample-.*/) { dir ->
include dir.name