Commit fa71051e authored by Stephane Nicoll's avatar Stephane Nicoll

Polish "Upgrade to Infinispan 9.0.3.Final"

Closes gh-9688
parent 3f9dcbdc
<?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>
......
<?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>
......
<?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"/>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment