[infinispan-issues] [JBoss JIRA] (IPROTO-99) Ability to define an empty proto message via Pojo annotations

Ryan Emerson (Jira) issues at jboss.org
Thu Jun 27 09:54:00 EDT 2019


Ryan Emerson created IPROTO-99:
----------------------------------

             Summary: Ability to define an empty proto message via Pojo annotations
                 Key: IPROTO-99
                 URL: https://issues.jboss.org/browse/IPROTO-99
             Project: Infinispan ProtoStream
          Issue Type: Feature Request
            Reporter: Ryan Emerson


In some cases it's useful for a empty protobuf message to be sent, for example formalising an implementation type.

Currently when trying to define an empty proto message by annotating a class with just {{ProtoName}} annotation, the following error is thrown at compile time:


{code:java}
Error:(71, 8) java: Class org.infinispan.notifications.cachelistener.cluster.AbstractClusterListenerUtilTest.StringAppender does not have any @ProtoField annotated fields. The class should be either annotated or it should have a custom marshaller.
{code}




--
This message was sent by Atlassian Jira
(v7.12.1#712002)


More information about the infinispan-issues mailing list