[infinispan-issues] [JBoss JIRA] (ISPN-9184) Remove compat mode from Remote Listener
Gustavo Fernandes (JIRA)
issues at jboss.org
Fri May 18 12:30:00 EDT 2018
Gustavo Fernandes created ISPN-9184:
---------------------------------------
Summary: Remove compat mode from Remote Listener
Key: ISPN-9184
URL: https://issues.jboss.org/browse/ISPN-9184
Project: Infinispan
Issue Type: Sub-task
Reporter: Gustavo Fernandes
Remote Listeners uses compat mode checks in plenty of places to convert between storage and pojo format, and apart from that have a cache manager wide "event marshaller" used to unmarshal params for filters used in events, falling back to GenericJbossMarshaller when the marshaller is not set.
It should not use a global marshaller and should not hardcode JbossMarshaller, instead the remote listener themselves should have a mechanism of choosing the format of the data, similar to "useRawData" (where one can choose to receive events in a marshalled or unmarshaled way). One way of doing it is to supply a MediaType in the listener with the desired format.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
More information about the infinispan-issues
mailing list