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

Deprecate org.infinispan.protostream.Message interface and introduce a more sensible way of handling unknown fields

    XMLWordPrintable

Details

    • Enhancement
    • Resolution: Done
    • Major
    • 7.1.0.Beta1
    • None
    • Remote Querying
    • None

    Description

      org.infinispan.protostream.Message mechanism for supporting unknown fields is a bit too intrusive because it forces users to implement our interface in their domain model classes.

      A better approach would be to have a similar interface implemented by the marshaller object instead.

      public interface UnknownFieldSetHandler<T> {
      
         UnknownFieldSet getUnknownFieldSet(T message);
      
         void setUnknownFieldSet(T message, UnknownFieldSet unknownFieldSet);
      }
      
      

      Attachments

        Activity

          People

            anistor Adrian Nistor (Inactive)
            anistor Adrian Nistor (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: