]
Gustavo Fernandes updated ISPN-10809:
-------------------------------------
Status: Open (was: New)
Cache with empty persistence configuration not rendered in JSON
---------------------------------------------------------------
Key: ISPN-10809
URL:
https://issues.jboss.org/browse/ISPN-10809
Project: Infinispan
Issue Type: Bug
Components: Core
Affects Versions: 10.0.0.CR3
Reporter: Gustavo Fernandes
Assignee: Gustavo Fernandes
Priority: Major
Fix For: 10.0.0.Final
The following configuration:
{code:xml}
<infinispan>
<cache-container>
<distributed-cache name="fscache">
<encoding>
<key media-type="application/x-protostream"/>
<value media-type="application/x-protostream"/>
</encoding>
<persistence>
<file-store/>
</persistence>
</distributed-cache>
</cache-container>
</infinispan>
{code}
When obtained via REST, with
{code}
GET /rest/v2/caches/{cache}?action=config
{code}
Does not include the {{persistence}} element