* Refactor AutoAssignExecutor to improve the extensibility. Signed-off-by: Michael Herdt <Michael.Herdt@bosch.io> * introduce protected getters Signed-off-by: Michael Herdt <Michael.Herdt@bosch.io> * Refactor auto assign executor. Create deployment requests based on list of controllerIds. Signed-off-by: Michael Herdt <Michael.Herdt@bosch.io> * Fix review findings Signed-off-by: Michael Herdt <Michael.Herdt@bosch.io> * Surround consumer with a try catch block to continue assignment process for other filter. Execute assignment in user context. Signed-off-by: Michael Herdt <Michael.Herdt@bosch.io>
hawkBit JPA implementation
JPA implementation of the repository. Based on EclipseLink and Spring Data Jpa.