Service import - Import unknown capability types 52/131052/6
authorfranciscovila <javier.paradela.vila@est.tech>
Wed, 21 Sep 2022 14:39:47 +0000 (15:39 +0100)
committerMichael Morris <michael.morris@est.tech>
Mon, 26 Sep 2022 15:57:27 +0000 (15:57 +0000)
commit467338ad23721809b1f95cb9d2920740b83acb5f
tree762c7d8501c5d49d0d4d30408f3a96533095526b
parent02b910764f71ce7ad64a582e91bcb92c73fd33a6
Service import - Import unknown capability types

When an unknown capability is found in the csar
used to import a service, this capability will
be added to the model to which the service is
being imported

Issue-ID: SDC-4187
Signed-off-by: franciscovila <javier.paradela.vila@est.tech>
Change-Id: If43b14008e18195bff237c35c5fc1154e57239ff
catalog-be/src/main/java/org/openecomp/sdc/be/components/csar/CsarInfo.java
catalog-be/src/main/java/org/openecomp/sdc/be/components/csar/OnboardedCsarInfo.java
catalog-be/src/main/java/org/openecomp/sdc/be/components/csar/ServiceCsarInfo.java
catalog-be/src/main/java/org/openecomp/sdc/be/components/impl/ServiceImportBusinessLogic.java
catalog-be/src/test/java/org/openecomp/sdc/be/components/impl/ServiceImportBusinessLogicTest.java
catalog-be/src/test/resources/csars/service-Ser09080002-csar.csar
common-be/src/main/java/org/openecomp/sdc/be/utils/TypeUtils.java