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
fa71051e
Commit
fa71051e
authored
Jul 08, 2017
by
Stephane Nicoll
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Polish "Upgrade to Infinispan 9.0.3.Final"
Closes gh-9688
parent
3f9dcbdc
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
5 deletions
+5
-5
test-infinispan.xml
...oot-actuator/src/test/resources/cache/test-infinispan.xml
+2
-1
infinispan.xml
spring-boot-autoconfigure/src/test/resources/infinispan.xml
+2
-3
infinispan.xml
...pring-boot-sample-cache/src/main/resources/infinispan.xml
+1
-1
No files found.
spring-boot-actuator/src/test/resources/cache/test-infinispan.xml
View file @
fa71051e
<?xml version="1.0" encoding="UTF-8"?>
<?xml version="1.0" encoding="UTF-8"?>
<infinispan
xmlns=
"urn:infinispan:config:7.2"
>
<infinispan>
<cache-container
default-cache=
"default"
>
<cache-container
default-cache=
"default"
>
<local-cache
name=
"default"
/>
<local-cache
name=
"books"
statistics=
"true"
/>
<local-cache
name=
"books"
statistics=
"true"
/>
<local-cache
name=
"players"
statistics=
"true"
/>
<local-cache
name=
"players"
statistics=
"true"
/>
</cache-container>
</cache-container>
...
...
spring-boot-autoconfigure/src/test/resources/infinispan.xml
View file @
fa71051e
<?xml version="1.0" encoding="UTF-8"?>
<?xml version="1.0" encoding="UTF-8"?>
<infinispan
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
<infinispan>
xsi:schemaLocation=
"urn:infinispan:config:7.1 http://www.infinispan.org/schemas/infinispan-config-7.1.xsd"
xmlns=
"urn:infinispan:config:7.1"
>
<!-- ************************************** -->
<!-- ************************************** -->
<!-- Corresponds to @Cacheable("cache-name") -->
<!-- Corresponds to @Cacheable("cache-name") -->
<!-- ************************************** -->
<!-- ************************************** -->
<cache-container
default-cache=
"default"
>
<cache-container
default-cache=
"default"
>
<local-cache
name=
"default"
/>
<local-cache
name=
"foo"
/>
<local-cache
name=
"foo"
/>
<local-cache
name=
"bar"
/>
<local-cache
name=
"bar"
/>
</cache-container>
</cache-container>
...
...
spring-boot-samples/spring-boot-sample-cache/src/main/resources/infinispan.xml
View file @
fa71051e
<?xml version="1.0" encoding="UTF-8"?>
<?xml version="1.0" encoding="UTF-8"?>
<infinispan
xmlns=
"urn:infinispan:config:8.2"
>
<infinispan>
<cache-container
default-cache=
"default"
>
<cache-container
default-cache=
"default"
>
<local-cache
name=
"default"
/>
<local-cache
name=
"default"
/>
...
...
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