Adding new fields without server restart

2018-02-12 Thread Tim Newman
Hi, I have a POJO that I am caching written like: public class Person implements Serializable { private static final long serialVersionUID = 1537032807962869676L; @QuerySqlField(index = true) private final Long personId; @QuerySqlField private final String firstName; ...

RE: Adding new fields without server restart

2018-02-14 Thread Tim Newman
Hi Val, Thanks for the response. We will destroy the cache this time around. We will look to upgrade our environments to 2.3 (currently on 2.1) so we can dynamically update the cache configuration next time. Thanks again! -Original Message- From: vkulichenko [mailto:valentin.kuliche..