Propose SDK Refactor (#1821)

* Propose SDK Refactor

* Added ExecutorService for DMF Devices

* After review, Created MgmtApi inside sdk-mgmt

* Removed direct dependency to halkbit-mgmt-api all mgmt related calls now goes through hawkbit-sdk-mgmt

* Added copyright header

* Removed redundant paramters for deleteController

* Fixed File Copyright Headers
This commit is contained in:
Vasil Ilchev
2024-08-19 15:34:29 +03:00
committed by GitHub
parent d958d8e82c
commit ac34b952d9
15 changed files with 215 additions and 131 deletions

View File

@@ -22,8 +22,14 @@
<artifactId>hawkbit-sdk</artifactId>
<packaging>pom</packaging>
<properties>
<spring-cloud-starter-openfeign.version>4.1.0</spring-cloud-starter-openfeign.version>
<openfeign-hc5.version>13.2.1</openfeign-hc5.version>
</properties>
<modules>
<module>hawkbit-sdk-commons</module>
<module>hawkbit-sdk-mgmt</module>
<module>hawkbit-sdk-device</module>
<module>hawkbit-sdk-dmf</module>
<module>hawkbit-sdk-demo</module>