Generated by
JDiff

Class org.infinispan.client.hotrod.configuration.Configuration

Removed Methods
SslConfiguration ssl()  
 

Added Methods
int maxRetries()  
SecurityConfiguration security()  
boolean tcpKeepAlive()  
 

Changed Methods
Marshaller marshaller() Change in return type from Marshaller to org.infinispan.commons.marshall.Marshaller.
 
Class<Marshaller> marshallerClass() Change in return type from (Class<? extends Marshaller>) to Class<Marshaller>.