From c4aa78679a2a293af708f7f53223142454d8b0e3 Mon Sep 17 00:00:00 2001 From: Vedran Pavic Date: Thu, 18 Aug 2016 09:54:54 +0200 Subject: [PATCH] Upgrade Hazelcast to 3.7.1 In addition, dependency management for `hazelcast-hibernate5` module has been added, and a separate dependency version was introduced for `hazelcast-hibernate4` module. Closes gh-7023 --- .../src/test/resources/cache/test-hazelcast.xml | 2 +- spring-boot-actuator/src/test/resources/hazelcast.xml | 2 +- .../src/test/resources/hazelcast.xml | 2 +- .../boot/autoconfigure/cache/hazelcast-specific.xml | 2 +- .../autoconfigure/hazelcast/hazelcast-specific.xml | 2 +- spring-boot-dependencies/pom.xml | 11 +++++++++-- .../src/main/resources/hazelcast.xml | 2 +- 7 files changed, 15 insertions(+), 8 deletions(-) diff --git a/spring-boot-actuator/src/test/resources/cache/test-hazelcast.xml b/spring-boot-actuator/src/test/resources/cache/test-hazelcast.xml index edcdb8de6e0..b1ef4ab3edf 100644 --- a/spring-boot-actuator/src/test/resources/cache/test-hazelcast.xml +++ b/spring-boot-actuator/src/test/resources/cache/test-hazelcast.xml @@ -1,4 +1,4 @@ - diff --git a/spring-boot-actuator/src/test/resources/hazelcast.xml b/spring-boot-actuator/src/test/resources/hazelcast.xml index c07092f0d1e..a7a0f452f46 100644 --- a/spring-boot-actuator/src/test/resources/hazelcast.xml +++ b/spring-boot-actuator/src/test/resources/hazelcast.xml @@ -1,5 +1,5 @@ diff --git a/spring-boot-autoconfigure/src/test/resources/hazelcast.xml b/spring-boot-autoconfigure/src/test/resources/hazelcast.xml index c07092f0d1e..a7a0f452f46 100644 --- a/spring-boot-autoconfigure/src/test/resources/hazelcast.xml +++ b/spring-boot-autoconfigure/src/test/resources/hazelcast.xml @@ -1,5 +1,5 @@ diff --git a/spring-boot-autoconfigure/src/test/resources/org/springframework/boot/autoconfigure/cache/hazelcast-specific.xml b/spring-boot-autoconfigure/src/test/resources/org/springframework/boot/autoconfigure/cache/hazelcast-specific.xml index 63d7ebb2de8..bff6302c65f 100644 --- a/spring-boot-autoconfigure/src/test/resources/org/springframework/boot/autoconfigure/cache/hazelcast-specific.xml +++ b/spring-boot-autoconfigure/src/test/resources/org/springframework/boot/autoconfigure/cache/hazelcast-specific.xml @@ -1,4 +1,4 @@ - diff --git a/spring-boot-autoconfigure/src/test/resources/org/springframework/boot/autoconfigure/hazelcast/hazelcast-specific.xml b/spring-boot-autoconfigure/src/test/resources/org/springframework/boot/autoconfigure/hazelcast/hazelcast-specific.xml index 3794a67b30a..2e0cf474b16 100644 --- a/spring-boot-autoconfigure/src/test/resources/org/springframework/boot/autoconfigure/hazelcast/hazelcast-specific.xml +++ b/spring-boot-autoconfigure/src/test/resources/org/springframework/boot/autoconfigure/hazelcast/hazelcast-specific.xml @@ -1,4 +1,4 @@ - diff --git a/spring-boot-dependencies/pom.xml b/spring-boot-dependencies/pom.xml index 44f6ede095e..1243b7ca06b 100644 --- a/spring-boot-dependencies/pom.xml +++ b/spring-boot-dependencies/pom.xml @@ -81,7 +81,9 @@ 2.7 1.4.192 1.3 - 3.6.5 + 3.7.1 + 3.6.5 + 1.0.1 5.0.11.Final 5.2.4.Final 2.4.7 @@ -730,7 +732,12 @@ com.hazelcast hazelcast-hibernate4 - ${hazelcast.version} + ${hazelcast-hibernate4.version} + + + com.hazelcast + hazelcast-hibernate5 + ${hazelcast-hibernate5.version} com.hazelcast diff --git a/spring-boot-samples/spring-boot-sample-cache/src/main/resources/hazelcast.xml b/spring-boot-samples/spring-boot-sample-cache/src/main/resources/hazelcast.xml index 4f008364081..d8d254ef246 100644 --- a/spring-boot-samples/spring-boot-sample-cache/src/main/resources/hazelcast.xml +++ b/spring-boot-samples/spring-boot-sample-cache/src/main/resources/hazelcast.xml @@ -1,4 +1,4 @@ -