-
Task
-
Resolution: Won't Do
-
Major
-
None
-
None
There are a number of marshallers that are registered to enable remote querying. These classes are currently only enabled via
MarshallerRegistration#registerMarshallers
method. These classes should be public to allow other methods if needed.
The marshallers used are currently:
ctx.registerMarshaller(new QueryRequest.NamedParameter.Marshaller()); ctx.registerMarshaller(new QueryRequest.Marshaller()); ctx.registerMarshaller(new QueryResponse.Marshaller()); ctx.registerMarshaller(new FilterResult.Marshaller()); ctx.registerMarshaller(new ContinuousQueryResult.ResultType.Marshaller()); ctx.registerMarshaller(new ContinuousQueryResult.Marshaller());
Note that the classes that are marshalled by these are all public, so there shouldn't be any harm in changing the visibility.
- is related to
-
ISPN-9862 Split org.infinispan.query.remote.client.MarshallerRegistration.registerMarshallers
-
- Closed
-