Files
hawkbit/hawkbit-repository/hawkbit-repository-jpa
Birk Blechschmidt f249544f5d Support cache eviction in microservice mode (#2503)
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>
2025-07-11 09:16:37 +03:00
..

hawkBit JPA implementation

JPA implementation of the repository. Based on EclipseLink and Spring Data Jpa.