Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in / Register
Toggle navigation
S
spring-boot
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
DEMO
spring-boot
Commits
fcb5f031
Commit
fcb5f031
authored
Feb 25, 2016
by
Andy Wilkinson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Upgrade to Hazelcast 3.6
Closes gh-5237
parent
dd2edee8
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
5 additions
and
5 deletions
+5
-5
test-hazelcast.xml
...boot-actuator/src/test/resources/cache/test-hazelcast.xml
+1
-1
hazelcast.xml
spring-boot-actuator/src/test/resources/hazelcast.xml
+1
-1
hazelcast.xml
spring-boot-autoconfigure/src/test/resources/hazelcast.xml
+1
-1
pom.xml
spring-boot-dependencies/pom.xml
+1
-1
hazelcast.xml
...spring-boot-sample-cache/src/main/resources/hazelcast.xml
+1
-1
No files found.
spring-boot-actuator/src/test/resources/cache/test-hazelcast.xml
View file @
fcb5f031
<hazelcast
xsi:schemaLocation=
"http://www.hazelcast.com/schema/config hazelcast-config-3.
5
.xsd"
<hazelcast
xsi:schemaLocation=
"http://www.hazelcast.com/schema/config hazelcast-config-3.
6
.xsd"
xmlns=
"http://www.hazelcast.com/schema/config"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
>
...
...
spring-boot-actuator/src/test/resources/hazelcast.xml
View file @
fcb5f031
<hazelcast
xsi:schemaLocation=
"http://www.hazelcast.com/schema/config hazelcast-config-3.
5
.xsd"
xsi:schemaLocation=
"http://www.hazelcast.com/schema/config hazelcast-config-3.
6
.xsd"
xmlns=
"http://www.hazelcast.com/schema/config"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
>
...
...
spring-boot-autoconfigure/src/test/resources/hazelcast.xml
View file @
fcb5f031
<hazelcast
xsi:schemaLocation=
"http://www.hazelcast.com/schema/config hazelcast-config-3.
5
.xsd"
xsi:schemaLocation=
"http://www.hazelcast.com/schema/config hazelcast-config-3.
6
.xsd"
xmlns=
"http://www.hazelcast.com/schema/config"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
>
...
...
spring-boot-dependencies/pom.xml
View file @
fcb5f031
...
...
@@ -74,7 +74,7 @@
<gson.version>
2.6.1
</gson.version>
<h2.version>
1.4.191
</h2.version>
<hamcrest.version>
1.3
</hamcrest.version>
<hazelcast.version>
3.
5.5
</hazelcast.version>
<hazelcast.version>
3.
6
</hazelcast.version>
<hibernate.version>
4.3.11.Final
</hibernate.version>
<hibernate-validator.version>
5.2.4.Final
</hibernate-validator.version>
<hikaricp.version>
2.4.3
</hikaricp.version>
...
...
spring-boot-samples/spring-boot-sample-cache/src/main/resources/hazelcast.xml
View file @
fcb5f031
<hazelcast
xsi:schemaLocation=
"http://www.hazelcast.com/schema/config hazelcast-config-3.
5
.xsd"
<hazelcast
xsi:schemaLocation=
"http://www.hazelcast.com/schema/config hazelcast-config-3.
6
.xsd"
xmlns=
"http://www.hazelcast.com/schema/config"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment