- hawkbit.server.controller._ have changed to hawkbit.server.ddi._
- info.build._ have changed to hawkbit.server.build._
- hawkbit.server.demo._ have changed to hawkbit.server.ui.demo._
- hawkbit.server.email.support has changed to hawkbit.server.ui.links.support
- hawkbit.server.email.request.account has changed to hawkbit.server.ui.links.requestAccount
- hawkbit.server.im.login.url has changed to hawkbit.server.ui.links.userManagement
- ENTITYPagedList classes have been removed; generic PagedList used instead (e.g. PagedList instead of TargetPagedList).
- ENTITYsrest classes have been removed; List used instead (e.g. List instead of TargetsRest)
- Annotation
org.eclipse.hawkbit.rest.resource.EnableRestResources
has changed toorg.eclipse.hawkbit.mgmt.annotation.EnableMgmtApi
- Annotation
org.eclipse.hawkbit.ddi.resource.EnableDirectDeviceApi
has changed toorg.eclipse.hawkbit.ddi.annotation.EnableDdiApi
- Module hawkbit-mgmt-api-client has changed to hawkbit-example-mgmt-simulator
- hawkbit.server.security.dos.maxTargetsPerManualAssignment has changed to hawkbit.server.security.dos.maxTargetDistributionSetAssignmentsPerManualAssignment