]
Galder Zamarreño updated ISPN-6163:
-----------------------------------
Fix Version/s: 9.0.0.Final
Remove deprecated RemoteCacheManager constructors
-------------------------------------------------
Key: ISPN-6163
URL:
https://issues.jboss.org/browse/ISPN-6163
Project: Infinispan
Issue Type: Task
Components: Remote Protocols
Reporter: Tristan Tarrant
Assignee: Galder Zamarreño
Fix For: 9.0.0.Final
Remove RemoteCacheManager constructors? Deprecated since 5.3 (also getProperties method).
Leave in the ability to configure a ConfigurationBuilder via props (withProperties()). For
generating a property file from a Configuration we can have a ConfigurationSerializer
class without overloading the RCM with methods.