summaryrefslogtreecommitdiffstats
path: root/netconf/restconf/restconf-common/src
AgeCommit message (Collapse)AuthorFilesLines
2024-03-21Migrate bierman API to ArgonDan Timoney3-19/+177
Update Biermann API code to work correctly with OpenDaylight Argon release Issue-ID: CCSDK-4001 Change-Id: Ia9b45b05744908b806a22793e7870c613942dfb4 Signed-off-by: Dan Timoney <dtimoney@att.com>
2023-01-31Port Biermann-draft-02 API to ChlorineDan Timoney18-0/+2111
Made changes to get a clean compile under Chlorine. NOTE: changes in Chlorine break the jUnit testing for this feature - mostly due to changes in yangtools making classes sealed, which prevents use of mockito to simulate these classes. There are other changes as well that caused breakage. For now, pom.xml has been changed to disable jUnit, but this should be corrected. Issue-ID: CCSDK-3843 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: Ic53c6d580d644fab069a06f033db515c05dff6f2