Closed paulgallagher75 closed 6 years ago
I noticed an inconsistency in the schema version in these 2 files, one has 9.0 and the other has 9.1 -
src/main/resources/default-infinispan.xml
<infinispan xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="urn:infinispan:config:9.0 http://www.infinispan.org/schemas/infinispan-config-9.0.xsd" xmlns="urn:infinispan:config:9.0">
src/test/resources/infinispan.xml
<infinispan xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="urn:infinispan:config:9.1 http://www.infinispan.org/schemas/infinispan-config-9.1.xsd" xmlns="urn:infinispan:config:9.1">
@paulgallagher75 thanks!
I noticed an inconsistency in the schema version in these 2 files, one has 9.0 and the other has 9.1 -
src/main/resources/default-infinispan.xml
src/test/resources/infinispan.xml