aboutsummaryrefslogtreecommitdiffstats
path: root/ms/sliboot
AgeCommit message (Collapse)AuthorFilesLines
2020-11-12Release version 1.0.2 dockersguilinDan Timoney1-1/+1
Release version 1.0.2 of docker images for ccsdk/apps repository. Change-Id: I378131e7e8ef3e8b72336fca084b3dcca4349aeb Issue-ID: CCSDK-2978 Signed-off-by: Dan Timoney <dtimoney@att.com>
2020-11-09Update parent versionDan Timoney1-1/+1
Update to latest released Guilin parent poms Change-Id: I2a48732d41577cef3b381303e6a74c57b86e1421 Issue-ID: CCSDK-2973 Signed-off-by: Dan Timoney <dtimoney@att.com>
2020-10-16Use released version of parent pomDan Timoney1-1/+1
Update guilin branch of ccsdk/apps to use released version 2.0.1 of parent poms. Change-Id: I95e151b9d42b57e77b0ae74b6d87474c60b687a7 Issue-ID: CCSDK-2917 Signed-off-by: Dan Timoney <dtimoney@att.com>
2020-09-10Roll to next Guilin snapshotDan Timoney1-2/+2
Roll to next Guilin snapshot version Change-Id: I7fc185fec7e1df2f5bc42b134a445ed1194497f9 Issue-ID: CCSDK-2742 Signed-off-by: Dan Timoney <dtimoney@att.com>
2020-09-03Add spring-boot-starter-validation dependencyDan Timoney1-0/+4
Springboot starter version 2.3 no longer includes spring-boot-starter-validation which now needs to be added as a separate dependency Change-Id: I11b5dd40d96f3c1692bc23c75d508d5a39bcbbd7 Issue-ID: CCSDK-2633 Signed-off-by: Dan Timoney <dtimoney@att.com>
2020-08-21Roll to next snapshotDan Timoney1-4/+3
Roll to next Guilin snapshot release Change-Id: I00617e1f532302077a5576115f8c4e91007e9428 Issue-ID: CCSDK-2635 Signed-off-by: Dan Timoney <dtimoney@att.com>
2020-06-29Add RFC 8040 compliant error handlerDan Timoney8-22/+169
Add a new error handler that formats error responses consistent with RFC 8040 (RESTCONF) standards. Change-Id: I67a6ab626d943115570f2e74d0a8132933726bc8 Issue-ID: CCSDK-2482 Signed-off-by: Dan Timoney <dtimoney@att.com>
2020-06-09Export SvcLogicFactory as serviceDan Timoney3-150/+6
Expose SvcLogicFactory bean as a service so it can be reused in other microservices. Change-Id: I55a6e08ad2a4fa81a91151a3b437514fab70c96a Issue-ID: CCSDK-2096 Signed-off-by: Dan Timoney <dtimoney@att.com>
2020-06-09Refactor sliapi springbootDan Timoney44-0/+10714
Moved sli-api springboot microservice from ccsdk/sli/core to ccsdk/apps Change-Id: Ibecae568cf90b71575403052111e7be9ff543376 Issue-ID: CCSDK-2096 Signed-off-by: Dan Timoney <dtimoney@att.com>