Files
hawkbit/hawkbit-repository/hawkbit-repository-jpa
Avgustin Marinov 4cfd90b745 Fix dynamic rollout override behavior (#2447)
Since static assigments of dynamic rollouts always override the oldest rollouts
it seems more consistent if this is the case also with dynamic assigments. I.e.
all older are overriden and if there are actions of newer rollouts - won't be assigned.

Signed-off-by: Avgustin Marinov <Avgustin.Marinov@bosch.com>
2025-06-11 15:24:48 +03:00
..

hawkBit JPA implementation

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