Navigation :
Migration notes 3.0.0
This page explains the changes required to migrate to the stated version of the Doctor Pivot tool.
Migrate to 3.0.0-AP6.0
Upgrading from version 2.1.0-AP5.11 or 2.1.0-AP5.10
Overview
- Migrated to Spring REST services : The DoctorPivot REST services are now based on Spring REST services rather than custom ActivePivot services.
Classes
Removed
Class |
Details |
DoctorPivotRestServiceConfig |
Former implementation of the REST service, based on ActivePivot-specific classes. |
Modified
Class |
Details |
CubeGraph |
Converted into a Spring @RestController and renamed DoctorPivotRestService . |
API
Changed
Endpoint |
Details |
/doctorpivot-api/pivot/rest/cubeGraph/ |
Changed to /doctorpivot-api/tree , to simplify the non-AP-specific paths. |