Closed ryanemerson closed 3 years ago
Infinispan 13.0 changes the xml format for endpoints elements from 12.0 due to the changes introduced in https://github.com/infinispan/infinispan/pull/9273.
endpoints
The infinispan.xml should be updated so that instead of using two <endpoints> elements, the xml format should be:
infinispan.xml
<endpoints>
<endpoints> <!-- User --> <endpoint /> <!-- Admin --> <endpoint /> </endpoints>
Infinispan 13.0 changes the xml format for
endpoints
elements from 12.0 due to the changes introduced in https://github.com/infinispan/infinispan/pull/9273.The
infinispan.xml
should be updated so that instead of using two<endpoints>
elements, the xml format should be: