infinispan / infinispan-images

Infinispan is an open source data grid platform and highly scalable NoSQL cloud data store.
https://infinispan.org
Apache License 2.0
32 stars 21 forks source link

Updated endpoints xml for Infinispan 13.0 #148

Closed ryanemerson closed 3 years ago

ryanemerson commented 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.

The infinispan.xml should be updated so that instead of using two <endpoints> elements, the xml format should be:

<endpoints>
  <!-- User -->
  <endpoint />
  <!-- Admin -->
  <endpoint />
</endpoints>