-
Enhancement
-
Resolution: Done
-
Major
-
12.0.1.Final, 12.1.0.Final
-
None
RemoteCacheConfiguration should allow supplying a dataformat/marshaller config without requiring the user to subsequently call RemoteCache#withDataFormat(DataFormat dataFormat).
This should also be available through properties:
infinispan.client.hotrod.cache.mycache.dataformat.key_type=... infinispan.client.hotrod.cache.mycache.dataformat.key_marshaller=... infinispan.client.hotrod.cache.mycache.dataformat.value_type=... infinispan.client.hotrod.cache.mycache.dataformat.value_marshaller=...