aboutsummaryrefslogtreecommitdiffstats
path: root/adapters/etsi-sol003-adapter
AgeCommit message (Collapse)AuthorFilesLines
2021-01-08sonar fixLukasz Muszkieta3-35/+48
- improving logging - avoid null pointer exception - sonar bug related to return statement Issue-ID: SO-3428 Signed-off-by: Lukasz Muszkieta <lukasz.muszkieta@nokia.com> Change-Id: I7f80fbbb1ea1db19d893599691a9b582ed3cf14d
2020-10-13Updating code to use pkgId from request if setwaqas.ikram1-3/+3
Change-Id: I09b19c2e2f75a03a7536caac0dd277d7d0eacfc5 Issue-ID: SO-3299 Signed-off-by: waqas.ikram <waqas.ikram@est.tech>
2020-10-12Updating code to read aai version from overridewaqas.ikram1-1/+8
Change-Id: Id813516286829a114a61d729cd584f88e8cec6ef Issue-ID: SO-3297 Signed-off-by: waqas.ikram <waqas.ikram@est.tech>
2020-10-09Adding nullable values to columnswaqas.ikram2-10/+0
and removing duplicate dependencies Change-Id: Iddd8ed1e405c1f348b42b39e8c93504ba527864b Issue-ID: SO-3159 Signed-off-by: waqas.ikram <waqas.ikram@est.tech>
2020-09-29[SO] SOL003 VNF Instantiation is throwing exception with Certificate Expired ↵MukeshKumar2-0/+0
exception Issue-ID: SO-3272 Change-Id: Ib93d62e9e462e1afed03c229090a1d2152eeb83f Signed-off-by: Mukesh <mukeshsharma@est.tech>
2020-09-23removed references to AAIObjectTypeBenjamin, Max5-39/+48
removed references to AAIObjectType and AAIObjectPlurals additional corrections for removal of aai object type corrected additional java files updated groovy files to match aai fluent builder style Issue-ID: SO-3259 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: Ifdf12fcacb34cc648548eb18b638afd06dad67a9
2020-09-07Adding logic to communicate with SOL003 Adpaterwaqas.ikram1-2/+1
Change-Id: I130df6c2977b73beb3f4afd0d09791b58f93a945 Issue-ID: SO-3221 Signed-off-by: waqas.ikram <waqas.ikram@est.tech>
2020-09-07Add support for Create Vnf Request with Package IdAndrewLamb2-6/+20
Issue-ID: SO-3218 Change-Id: If5ca57ce94c0a735c5abf0a77db0e7d725763121 Signed-off-by: AndrewLamb <andrew.a.lamb@est.tech>
2020-09-05Get SOl003 pkg from ETSI Catalog mgrMukeshKumar8-65/+100
Issue-ID: SO-3207 Change-Id: Ib20176e1b0cd572933d45944cdd1e2ac3d036b6c Signed-off-by: Mukesh <mukeshsharma@est.tech>
2020-08-06bump the master to 1.7.1seshukm11-11/+11
Issue-ID: SO-2940 Signed-off-by: seshukm <seshu.kumar.m@huawei.com> Change-Id: I888677f7d32ff35619be0f5bb2b677f56215f2e0
2020-07-29Fix SO Security vulnerabilitiesdeepikasatheesh1-1/+1
Issue-ID: SO-3047 Signed-off-by: deepikasatheesh <deepika.s84@wipro.com> Change-Id: I63ab8670e90b78d6049eafff7e139a84bfbf6784
2020-06-18Prepare for java 11Benjamin, Max1-2/+2
final changes for java11 groovy compatibility removed unnecessary dependencies and cleaned up poms added missing jaxws-api dependency to pom.xml java8 profile is now active by default in parent pom update beans to have RemoteResource annotation always use the compiler plugin from parent pom Update external task timeout to longer value to hold lock update remote resource annotation to match catalog db client add remote resource annotation to bean for bowman completely remove bowman from requests db client Issue-ID: SO-2059 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: If6f0df36e8077ccd703abce9f64290daed63955b
2020-06-02make sure maven plugins only run when we wantBenjamin, Max1-1/+1
make sure maven plugins only run when we want Issue-ID: SO-2972 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I5fe1b4836f597cf6bda5fee02ca6c234c7917f33
2020-05-29SOL003 Adapter removing duplicate codewaqas.ikram5-82/+38
Change-Id: Ibf6f2163516b852318b94510a793e25306a638b9 Issue-ID: SO-2771 Signed-off-by: waqas.ikram <waqas.ikram@est.tech>
2020-05-01Refactor SOL003 Adapter to organize its moduleswaqas.ikram60-38/+37
Change-Id: Iffa86178559a3bdd541e72c2d134e05dba2bd569 Issue-ID: SO-2771 Signed-off-by: waqas.ikram <waqas.ikram@est.tech>
2020-05-01Refactor SOL003 Adapter to organize its moduleswaqas.ikram92-501/+501
Change-Id: I6025f6b1975ead19284edcea76607b62a3bcbc17 Issue-ID: SO-2771 Signed-off-by: waqas.ikram <waqas.ikram@est.tech>
2020-04-30Fix for SO-2855waqas.ikram5-41/+63
Change-Id: Ic60becb234f43a086bec5e594885422ceeda210f Issue-ID: SO-2855 Signed-off-by: waqas.ikram <waqas.ikram@est.tech>
2020-04-30Merge "Fix Parsing Of Etsi Catalog Notifications"Byung-Woo Jun6-78/+110
2020-04-30Fix Parsing Of Etsi Catalog NotificationsAndrewLamb6-78/+110
Change-Id: I18290572d7569d8260d185284546db491ae78768 Issue-ID: SO-2825 Signed-off-by: AndrewLamb <andrew.a.lamb@est.tech>
2020-04-29rename package for external useBenjamin, Max6-13/+13
rename package for external use Issue-ID: SO-2852 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: Id883f0c847c24a260dbf8c63ce5e1330c045d6de
2020-04-15Refactor SOL003 Adapter to organize its moduleswaqas.ikram101-801/+487
based on functions Change-Id: I7a1c172974ab5910b0c6b069dcf8c48f9893de37 Issue-ID: SO-2771 Signed-off-by: waqas.ikram <waqas.ikram@est.tech>
2020-04-09Refactor SOL003 Adapter to organize its moduleswaqas.ikram124-0/+38522
based on functions Change-Id: I10b2376a552272ac3b405b2dae718adcb7e1e489 Issue-ID: SO-2771 Signed-off-by: waqas.ikram <waqas.ikram@est.tech>