aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
AgeCommit message (Collapse)AuthorFilesLines
2020-07-06Moved sniro and oof clients into their own projectBoslet, Cory1-0/+1
Moved sniro and oof clients into their own project Remove methods that arnt used to avoid comp error Refactored the conductor call to not use the urn property reader so that we dont have to import bpmn core. Replaced the auth method and removed unused import. Issue-ID: SO-3021 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: Ie281ef95fef984890b10297f434b8336e9017921
2020-06-30merged ONAP refactor and fluent builder methodBenjamin, Max1-2/+2
WorkflowAction refactoring merged ONAP refactor and fluent builder method types Issue-ID: SO-3005 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I5c2a7dbcdf645efe408f81c1abbc7bfe8770fe9e
2020-06-18Prepare for java 11Benjamin, Max1-17/+66
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-2/+2
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-20Began adding pluging to lifecycle mappingBoslet, Cory1-0/+37
Began adding pluging to lifecycle mapping metadata to get rid of eclipse workspace pom errors/markers Issue-ID: SO-2948 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I78946c59e6aaf440e014ed06e9ff476bac5c2613
2020-05-15updated aai-schema dependency to 1.7.2Benjamin, Max (mb388a)1-1/+1
Issue-ID: SO-2939 Change-Id: I5e9f47af8d51a0aee8d150e1956ad7ef85206988 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com>
2020-05-14Merge "switch to docker-maven-plugin because that's all"Steve Smokowski1-4/+2
2020-05-14Merge "requestid values have commas audit log"Steve Smokowski1-3/+3
2020-05-14update oof option and slice profilezm3301-1/+1
Issue-ID: SO-2919 Signed-off-by: zm330 <zhangminyj@chinamobile.com> Change-Id: Ia755381b5b7f90ab6bac3ee8002cc87a1cc12c9f
2020-05-13switch to docker-maven-plugin because that's allBenjamin, Max1-4/+2
switch to docker-maven-plugin because that's all we need Issue-ID: SO-2933 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I65783d3a7c172f4ce7fc39d64a3987eeae58feed
2020-05-11requestid values have commas audit logPlummer, Brittany1-3/+3
Removed overwriting header with random uuid Removed setting of duplicate headers, updated SOAP logging Re-added setting non-duplicate header Updated version of logging library to get elapsedTime changes Fixed failing unit tests in MSOCommonBPMN Issue-ID: SO-2916 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I6b30d69daf210dd903e6a1c1d832de49bf8119d5
2020-05-08Added to support to enabling l2 multicastingBoslet, Cory1-12/+9
updated aai dependency Added to support to enabling l2 multicasting for lnterfaces. Issue-ID: SO-2914 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: Idf34a41777e23b7171bd09c174830a4eeeb79e4b
2020-04-28move aai-client into its own projectBenjamin, Max1-0/+1
move aai-client into its own project Issue-ID: SO-2837 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I20b700d160efbdf81ff22c9ca0fab73b28d3649b
2020-04-16Merge "Remove version reference for logging-analytics"Steve Smokowski1-3/+15
2020-04-15Fixing SO buildwaqas.ikram1-0/+1
Change-Id: I99c0aee303c89fb5e25b51f616523e367a59785e Issue-ID: SO-2809 Signed-off-by: waqas.ikram <waqas.ikram@est.tech>
2020-04-14Remove version reference for logging-analyticsBonkur, Venkat1-3/+15
Manage logging-analytics dependency via dependencyManagement Issue-ID: SO-2807 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I37ede45b684435791146cd450d783377afa9c89f
2020-04-09Refactor SOL003 Adapter to organize its moduleswaqas.ikram1-1/+1
based on functions Change-Id: I10b2376a552272ac3b405b2dae718adcb7e1e489 Issue-ID: SO-2771 Signed-off-by: waqas.ikram <waqas.ikram@est.tech>
2020-04-04Update version of so libsSmokowski, Steven1-1/+1
use newer version of so libs Issue-ID: SO-2790 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I5a319d8e49f9d004dcc53692c80dd88e203318a1
2020-04-02update logging dependency to one that existsBenjamin, Max1-3/+3
update logging dependency to one that exists Updated logging library to version 1.6.6 Issue-ID: SO-2780 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I92777cb3391316222dddad7432eb775ec0a0f66d
2020-03-05create custom spring aop annotation for loggingPlummer, Brittany1-3/+3
Added annotation for setting up scheduled tasks logs Added new annotation to scheduledTasks Moved annotation setup to logging-library Issue-ID: SO-2713 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I7080c4bb289e454f14167631e2601c954389c0ef
2020-02-27Merge "enhance openstack library"Steve Smokowski1-1/+1
2020-02-26bump the versions for all the SO to 1.6.0seshukm1-1/+1
Issue-ID: SO-2519 Signed-off-by: seshukm <seshu.kumar.m@huawei.com> Change-Id: Id0993b244b0978375ff8476e4bf8ef79e1bb9e68
2020-02-25enhance openstack librarySmokowski, Steven1-1/+1
Add new methods to NovaClient Issue-ID: SO-2680 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I13fdfcb7052f12ece409a19fbd33abc3f101e2d9
2020-02-24Merge "Updated pom to release version of logging library"Steve Smokowski1-3/+3
2020-02-20Updated pom to release version of logging libraryPlummer, Brittany1-3/+3
Updated pom to release version of logging library Issue-ID: SO-2662 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: Icd29af1993d8baf9be7b490a8c89639771fa93a4
2020-02-19Generic cds payload for vnf/vf-module/service.tragait1-22/+22
Things done- -Fixed review comments. -Added logic to create payload using scope and action. -Populate instance parameters from SO-request to CDS payload for VNF. -Implementation of setting orchestration status after CDS completes its operation based on SO scope. -Make use of ControllerRunnable interface. -Changed actionname to actionName to action.value as per Oscar's suggestion. -Setting orchestration status after CDS completes its operation for VF-Module. -Populate instance paraneters from SO to CDS for VF-Module. Issue-ID: SO-2312 Signed-off-by: prathamesh <prathamesh_morde@yahoo.ca> Change-Id: I026d9f7909e486c68f274b7e56c8bd7c8fdcd521 Signed-off-by: prathamesh <prathamesh_morde@yahoo.ca> Signed-off-by: tragait <rahul.tyagi@est.tech>
2020-02-18Fix Sonar cloud migration coverage issuePriyadharshini1-20/+24
Issue-ID: SO-2663 Signed-off-by: Priyadharshini <priyadharshini.b96@wipro.com> Change-Id: Ia5c91ed109d5b31f86a3b903123a083bc08733b9
2020-02-17Fix so-simulator dependency in docker/pom.xmlRemigiusz Janeczek1-1/+1
Issue-ID: SO-2622 Signed-off-by: Remigiusz Janeczek <remigiusz.janeczek@nokia.com> Change-Id: I30b787bc697e48b4e1b21ec84b8abaeff52a5971
2020-01-22Add fluent setters for BuildingBlocks and ExecuteBuildingBlockkjaniak1-8/+8
Test which check more than one functionallity were separarted. Minor code improvements around BB and EBB. Issue-ID: SO-2582 Change-Id: I318f8ac299f7204fdd6799108182a29e519724d9 Signed-off-by: kjaniak <kornel.janiak@nokia.com>
2020-01-10removed powermock dependecy and added it toBenjamin, Max1-1/+37
removed powermock dependecy and added it to enforcer plugin Issue-ID: SO-2597 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: Ib2dff9818fffaef1b356db03795fdca238dfed75
2019-12-19fix Jenkins so-master-merge-javaLukasz Muszkieta1-1/+1
logging-filter-base version in version 1.6.3 causes compilation error, back to the previous Issue-ID: SO-2581 Signed-off-by: Lukasz Muszkieta <lukasz.muszkieta@nokia.com> Change-Id: I48f3cb89cf8be6720826ee6a4b12022900c05432
2019-12-16update so to use 1.6.3 snapshot from the loggingPlummer, Brittany1-3/+3
Updated snapshot to 1.6.3 and began fixing failing tests Update SOAPLoggingInInterceptor to use new InvocationID value Changed client and server keys to InvocationID BPRestCallback to use ServerInvocationId Removed logging MDC checking from unit tests Began switching bprestcallback to use resttemplate Removed changes to logback replacing invocationIds Updated logic where requestEntity is created on null message Added unit tests for BPRestCallback Set InvocationID in MDC in SOAPLoggingInInterceptor Send in URI to prevent encoding of URI causing % to change to %25 Updated restTemplate to fix issue with interceptors Issue-ID: SO-2571 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I7e0d80eae9036c993414ae96ebd571c89cb9dfa9
2019-12-11Merge "Add so-simulator project"Java-11-upgrade1212masterMax Benjamin1-0/+1
2019-12-11Add so-simulator projectMnushkin, Dmitry1-0/+1
contribute simulator to onap project Issue-ID: SO-2463 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I0a3a71fdeb47cbbd686830045a8bc40769102a29
2019-12-03Update Shedlock to proper version forSmokowski, Steven1-2/+2
Update Shedlock to proper version for compatibility Update Shedlock to proper version for compatibility Update Shedlock to proper version for compatibility Update Shedlock to proper version for compatibility Update Shedlock to proper version for compatibility Issue-ID: SO-2550 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I5378d1e964b5eaa88b9ac33ef3759d6120c76150
2019-11-08removed global configuration of jar pluginBenjamin, Max1-9/+1
removed global configuration of jar plugin to prevent extra artifacts Issue-ID: SO-2518 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I5b25150089f39792452cf67cac1c916ef2069bed
2019-11-04Updated logging library version to 1.6.2-SNAPSHOTPlummer, Brittany1-3/+3
Updated logging library version to 1.6.2-SNAPSHOT Issue-ID: SO-2509 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I59e59dc4998897d96c2966e13f947b695c050a5c
2019-11-04Merge "update the latest oparent version"Steve Smokowski1-1/+1
2019-11-02update the latest oparent versionseshukm1-1/+1
Issue-ID: SO-2391 Signed-off-by: seshukm <seshu.kumar.m@huawei.com> Change-Id: Ic6cd539aa5c04fa267ac19a8b1240eafbcdd4825
2019-10-25update so to use most recent update of loggingPlummer, Brittany1-3/+3
Updated pom to use 1.5.1-SNAPSHOT for logging-analytics Updated pom while fixing branching issues Updated version for logging-slf4j in pom Updated to use release 1.6.1 of logging library Issue-ID: SO-2493 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I79c543c283eeda0a6eb008535ba4488433fbb0ae
2019-10-10Merge "- Increased version to 1.5.1 to get new client"Seshu Kumar M1-1/+1
2019-10-08- Increased version to 1.5.1 to get new clientMerkel, Jeff1-1/+1
- Increased version to 1.5.1 to get new client changes Issue-ID: SO-2402 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I70cf15012547857e10360b1ba2d0cedfeb938e48
2019-10-08VNFM Simulator Removed. Moved to CSIT.AndrewLamb1-1/+0
Change-Id: I6c439615d52751578200ef84aacb20b0263b3846 Issue-ID: SO-1952 Signed-off-by: AndrewLamb <andrew.a.lamb@est.tech>
2019-10-03Update logging version to 1.5.1Marcus G K Williams1-3/+3
This will solve issue where OOF is not a logging component. Issue-ID: SO-2378 Change-Id: If01e7ffc22d712dfd7f5c5e077384423e89b6574 Signed-off-by: Marcus G K Williams <marcus.williams@intel.com>
2019-09-27Unit test cases for SVNFM SimulatorAndrewLamb1-3/+3
Change-Id: Ibc6e4d47007fb14dbcad97b27d47cdd808251c9d Issue-ID: SO-1853 Signed-off-by: AndrewLamb <andrew.a.lamb@est.tech>
2019-09-19Exception string in checkRelationshipRelatedToBhatt, Prema1-5/+5
Exception string in checkRelationshipRelatedTo not being returned properly. Added a new exception - UnassignNetworkException. Added a new unit test to test the exception case as per review comment. Updated UnassignNetworkBBTest.java file to fix the formatting errors. Updated unit test , removed setVariable, it wasn't needed to do as it was performed in the actual method call. Updated pom.xmp file to fix the formatting errors. Updated pom.xml file to fix the formatting errors. Issue-ID: SO-2346 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I617dfbcb07d6080598a3ef8138aad5c7008dcee2
2019-09-10Integrate Logging LibraryPlummer, Brittany1-0/+15
Updated SO to use ONAP provided filters and constants to meet logging standards. Removed redundant classes Updated constant references Issue-ID: SO-2301 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: Ia4e3c2b1a4dcb3881aa34d39885c8b2782880d64
2019-07-26Upgrade springboot.version from 2.0.5 to 2.1.5.Sangalang, Felix1-7/+2
Upgrade springboot.version from 2.0.5 to 2.1.5. Fixed APIHandler junit test cases with expected DB error messages. Issue-ID: SO-2157 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I77ce873018b88268b9221226b95c9c106f93a8d0
2019-07-04fix global-jjb migration issuesarada prasad sahoo1-3/+3
fix global-jjb migration issue - VNFSDK, SO Issue-ID: SO-1992 Signed-off-by: sarada prasad sahoo <sarada.prasad.sahoo@huawei.com> Change-Id: I2e11f0c151c54151e526efdebf92f49621dc0f7f
2019-07-04fix global-jjb migration issuesarada prasad sahoo1-1/+1
fix global-jjb migration issue - VNFSDK, SO Issue-ID: SO-1992 Signed-off-by: sarada prasad sahoo <sarada.prasad.sahoo@huawei.com> Change-Id: Idaee5994614a9264e0b0edc57be6e529a343b807