2016-02-25 17:59:46 +01:00
|
|
|
# hawkBit Migration Guides
|
|
|
|
|
## Release 0.2
|
|
|
|
|
### Configuration Property changes
|
|
|
|
|
- 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
|
2016-03-23 16:12:56 +01:00
|
|
|
|
|
|
|
|
### REST API model changes for clients
|
|
|
|
|
- ENTITYPagedList classes have been removed; generic PagedList used instead (e.g. PagedList<TargetRest> instead of TargetPagedList).
|
|
|
|
|
- ENTITYsrest classes have been removed; List<ENTITYrest> used instead (e.g. List<TargetRest> instead of TargetsRest)
|
2016-05-18 15:24:28 +02:00
|
|
|
|
|
|
|
|
### Renamed api annotations
|
|
|
|
|
- Annotation `org.eclipse.hawkbit.rest.resource.EnableRestResources` have changed to `org.eclipse.hawkbit.mgmt.annotation.EnableMgmtApi`
|
|
|
|
|
- Annotation `org.eclipse.hawkbit.ddi.resource.EnableDirectDeviceApi` have changed to `org.eclipse.hawkbit.ddi.annotation.EnableDdiApi`
|
|
|
|
|
|
|
|
|
|
### Renamed maven modules
|
|
|
|
|
- Module hawkbit-mgmt-api-client have changed to hawkbit-example-mgmt-simulator
|