Skip to content

Commit

Permalink
Extend migration guide
Browse files Browse the repository at this point in the history
Signed-off-by: SirWayne <dennis.melzer@bosch-si.com>
  • Loading branch information
MelleD committed May 18, 2016
1 parent 96af492 commit f024851
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions MIGRATION.md
Expand Up @@ -11,3 +11,10 @@
### 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)

### 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

0 comments on commit f024851

Please sign in to comment.