Re: [infinispan-dev] Data format not supported with REST

2017-12-07 Thread Gustavo Fernandes
Looks like a bug in 9.1.x, the rest server is not handling 'Accept */*' properly, so you need to add the header with the "Accept: text/plain" for the GET This does not happen in 9.2.x, I will look to backport it. Thanks, Gustavo On Thu, Dec 7, 2017 at 5:09 PM, Galder Zamarreño

[infinispan-dev] Data format not supported with REST

2017-12-07 Thread Galder Zamarreño
Hey Tristan, I was trying your REST curl example in [1], but I'm getting "Data format not supported" error when doing a get. See output in [2]. I'm using 9.1.0, maybe something has changed? Looking at our docu, we don't seem to have any curl REST examples. Cheers, Galder [1]

Re: [infinispan-dev] Prepending internal cache names with org.infinispan instead of triple underscore

2017-12-07 Thread Galder Zamarreño
Tristan Tarrant writes: Thanks everyone, I've created a JIRA to track this: https://issues.jboss.org/browse/ISPN-8595 > To add to Adrian's history lesson: > > ClusterRegistry (a single, replicated, non-persistent, scoped cache) was > replaced with the InternalCacheRegistry