* SecurityManagedConfiguration is moved to hawkbit-rest-core with commons for mgmt and ddi only * Configurations for DDI and Management API are moved to respective starters * hawkbit-http-security is removed - DosFilter (as common) is moved in hawkbit-rest-security, rest to the ddi starter as used only there * some classes are moved into different packages - it is a bad practice to have same packet into multiple artifacts _release_notes_ Signed-off-by: Avgustin Marinov <Avgustin.Marinov@bosch.com>
hawkBit Runtime
| Folder | Description |
|---|---|
.sandbox/ |
Content of the hawkBit sandbox installation running on hawkbit.eclipseprojects.io. |
docker/ |
Docker related files, such es Dockerfiles, compose and stack files to quickly start up an hawkBit. |
docker/docker_build/ |
Docker images build related files, such es Dockerfiles and build shell scripts. |
Note: micro service setup requires all services using DB to use same shared DB. So, they don't work with default in memory H2 database. Docker compose with mysql shows an example setup.