From ddcc79f9968f65f34bb049e469acfafe0a0aa2e9 Mon Sep 17 00:00:00 2001 From: "Singal, Kapil (ks220y)" Date: Wed, 26 Apr 2023 12:14:16 -0400 Subject: Adding some minor features * Adding proxy and ssl context to CloseableHttpClient * Adding paged capability to ResourceDictionary GET API, and adding POST APi to bulk load resource definitions * Adding more packages to swagger-maven-plugin to get more RestCOntroller generating swagger doc * Fixing maven artifact versions all places Issue-ID: CCSDK-3895 Signed-off-by: Singal, Kapil (ks220y) Change-Id: I096f80a2326cd00068029330b241da209e46e31d (cherry picked from commit 2f4cc180555b1891fb749443449bd969db408d9c) --- ms/blueprintsprocessor/application/pom.xml | 5 +- .../utils/ResourceAssignmentUtilsTest.kt | 12 ++-- .../rest/BluePrintRestLibData.kt | 1 + .../rest/service/BaseBlueprintWebClientService.kt | 22 ++++++- .../designer/api/ResourceDictionaryController.kt | 62 ++++++++++++++++--- .../api/handler/ResourceDictionaryHandler.kt | 71 +++++++++++++++------- .../designer/api/utils/BlueprintSortByOption.kt | 16 +++++ .../designer/api/utils/DictionarySortByOption.kt | 21 +++++++ .../resource/api/TemplateController.kt | 2 +- .../selfservice/api/ExecutionServiceController.kt | 4 +- 10 files changed, 172 insertions(+), 44 deletions(-) create mode 100644 ms/blueprintsprocessor/modules/inbounds/designer-api/src/main/kotlin/org/onap/ccsdk/cds/blueprintsprocessor/designer/api/utils/DictionarySortByOption.kt (limited to 'ms') diff --git a/ms/blueprintsprocessor/application/pom.xml b/ms/blueprintsprocessor/application/pom.xml index acaa09bc2..3942ac74c 100755 --- a/ms/blueprintsprocessor/application/pom.xml +++ b/ms/blueprintsprocessor/application/pom.xml @@ -336,9 +336,8 @@ true - org.onap.ccsdk.cds.blueprintsprocessor.designer.api.BlueprintModelController - org.onap.ccsdk.cds.blueprintsprocessor.designer.api.ResourceDictionaryController - org.onap.ccsdk.cds.blueprintsprocessor.designer.api.ModelTypeController + org.onap.ccsdk.cds.blueprintsprocessor.designer.api + org.onap.ccsdk.cds.blueprintsprocessor.selfservice.api org.onap.ccsdk.cds.blueprintsprocessor.resource.api org.onap.ccsdk.cds.blueprintsprocessor.configs.api