Uploaded image for project: 'ProtoStream'
  1. ProtoStream
  2. IPROTO-260

Support BigInteger and BigDecimal properties on auto schema generation

This issue belongs to an archived project. You can view it, but you can't modify it. Learn more

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Done
    • Icon: Major Major
    • 4.6.1.Final
    • None
    • False
    • False
    • None

      The auto schema generation works well with all the property types enumerated here
      org.infinispan.protostream.descriptors.Type.
      The other types, for instance the ones defined in the types module, are not applied by default, so the user needs to add adapters to handle the schema for these types.
      The problem is that the adapters do not reuse the schema definition for these types defined in the module types, this will make these types not indexable correctly.
      We want instead by default reuse the serialization context derived from the common types when we generate the schema.
      This will allow us to not create new prototypes each time that a property of this kind is used and to index correctly server side the values.

              fercoli@redhat.com Fabio Massimo Ercoli
              fercoli@redhat.com Fabio Massimo Ercoli
              Archiver:
              rhn-support-adongare Amol Dongare

                Created:
                Updated:
                Resolved:
                Archived: