When running in microservice mode, updating configuration properties via the management component does not automatically update caches in other services. This change introduces support for distributed cache eviction using Spring Cloud Bus. It listens for remote tenant configuration events and evicts the relevant cache key upon receipt. Signed-off-by: Birk Blechschmidt <birk.blechschmidt@liebherr.com>
hawkBit JPA implementation
JPA implementation of the repository. Based on EclipseLink and Spring Data Jpa.