Uploaded image for project: 'Infinispan'
  1. Infinispan
  2. ISPN-16293

Get and Entries REST API misses values on org.infinispan.protostream.commons.ArrayList

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Major Major
    • None
    • 15.0.0.Final
    • REST, Server
    • None

      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"
      } 

              ttarrant@redhat.com Tristan Tarrant
              karestig@redhat.com Katia Aresti
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated: