]
Tristan Tarrant updated ISPN-9398:
----------------------------------
Status: Pull Request Sent (was: Open)
Git Pull Request:
Hot Rod configuration properties should have setters to ease Spring
Boot configurator
-------------------------------------------------------------------------------------
Key: ISPN-9398
URL:
https://issues.jboss.org/browse/ISPN-9398
Project: Infinispan
Issue Type: Enhancement
Components: Hot Rod, Spring Integration
Affects Versions: 9.3.1.Final
Reporter: Tristan Tarrant
Assignee: Tristan Tarrant
Fix For: 9.4.0.Final
https://github.com/infinispan/infinispan-spring-boot/issues/48
n order to reduce the amount of boilerplate code and centralize this kind of thing I
think we should enhance the
https://github.com/infinispan/infinispan/blob/master/client/hotrod-client...
class with setters for all properties. At this point,
https://github.com/infinispan/infinispan-spring-boot/blob/master/infinisp...
can just extend it while adding the @ConfigurationProperties annotation