A bug found with Spring Boot Flux. Flux caches values in protostream as lists. (the results of a given method)
Hotrod works well to read and write entries
However, on the REST API, get or entries endpoints don't retrieve the values of the list
The REST API gets only the type of the value, and no '_value' is mapped
{ "_type": "org.infinispan.protostream.commons.ArrayList" }