aboutsummaryrefslogtreecommitdiffstats
path: root/appc-outbound/appc-network-inventory-client
AgeCommit message (Collapse)AuthorFilesLines
2019-03-15Revert "upgrade databind artifact"Patrick Brady3-35/+0
Fasterxml databind is being brought in to karaf by opendaylight and trying to force a different version for the appc components is causing class errors. This reverts commit 52cf1a81d591efb2b1ee4b8c5a70b137dfb6c212. Change-Id: I6d0da2ed081e4abd4b83e8b11935ba43bee0e1aa Signed-off-by: Patrick Brady <patrick.brady@att.com> Issue-ID: APPC-1533
2019-03-13upgrade databind artifactTaka Cho3-0/+35
upgrade jackson's databind from 2.8.11.2 to 2.8.11.3 Change-Id: I9bf3ab8021f91f6ed36bdffdacbaeeac78d2e87c Issue-ID: APPC-1533 Signed-off-by: Taka Cho <takamune.cho@att.com>
2019-02-27Fix failing powermock testsPatrick Brady2-1/+160
The version of javassist coming from opendaylight is not working correctly with powermock. Adding a test scoped dependency for a working version of javassist. Test classes added in this commit are not new, they were temporarily removed as part of https://gerrit.onap.org/r/#/c/79046/ Change-Id: I193873c0d4abd7b11592a95bff9a6b07cf2d7191 Signed-off-by: Patrick Brady <patrick.brady@att.com> Issue-ID: APPC-1277
2019-02-25Changes for new odl versionPatrick Brady1-153/+0
Changes required to update to latest opendaylight version. Some powermock tests have been temporarily removed due to an powermock incompatibility. They will be fixed and re-added. Change-Id: I418d44913fcd42423d2d9bd37b189f6301eaab81 Signed-off-by: Patrick Brady <patrick.brady@att.com> Issue-ID: APPC-1370
2019-02-14Added test cases for DME2 ClientLathishbabu Ganesan3-22/+142
Increased the coverage from 0% to 90% Issue-ID: APPC-1395 Change-Id: I9651ab4326e500559e5bd9b99abdff84d93cfa1d Signed-off-by: Lathishbabu Ganesan <lathishbabu.ganesan@ericsson.com>
2019-02-07Added test coverage aaiinterfaceruleshandlerLathishbabu Ganesan1-0/+150
Increase from 31% to 87% Issue-ID: APPC-1366 Change-Id: Ib9d643c128e3dd76f658577fd8d25763e8d8dd25 Signed-off-by: Lathishbabu Ganesan <lathishbabu.ganesan@ericsson.com>
2019-02-07Added unit test cases for Instar client classLathishbabu Ganesan1-0/+70
Increased Test coverage from 0% to 100% Issue-ID: APPC-1401 Change-Id: I4b1151d63b2aadf9a98cb147ec9fb4725e817ca2 Signed-off-by: Lathishbabu Ganesan <lathishbabu.ganesan@ericsson.com>
2019-01-30added test file to cover AaiVnfInfo.javaSandeep J1-0/+72
to increase code coverage Issue-ID: APPC-1086 Change-Id: Iafee5909c1ab1a10ff031563dd9502e09cfe11a4 Signed-off-by: Sandeep J <sandeejh@in.ibm.com>
2019-01-30added test file to cover AaiVmInfo.javaSandeep J1-0/+64
to increase code coverage Issue-ID: APPC-1086 Change-Id: Ia2ac99d527475e3612296d42c0ebe5fc8cc16c04 Signed-off-by: Sandeep J <sandeejh@in.ibm.com>
2019-01-30added test file for AaiVnfcInfo.javaSandeep J1-0/+66
to increase code coverage Issue-ID: APPC-1086 Change-Id: I52f403259d7c8e2d7222f5e4769751cd4907b279 Signed-off-by: Sandeep J <sandeejh@in.ibm.com>
2019-01-21Network Inventory Cient Platform HardeningBalaji, Ramya (rb111y)7-176/+190
Renamed class files to be more meaningful and synched up directories Issue-ID: APPC-1338 Change-Id: I5eee7c96013e8733fb14e4b0a1de88d4c9611a0f Signed-off-by: Balaji, Ramya (rb111y) <rb111y@att.com>
2019-01-18Update install-feature for pre-installPatrick Brady1-3/+1
Since the feature zip files will be extracted during docker build, the install-features scripts need to be modified so that the script will not fail when the zip file does not exist, since the zip file will have already been unzipped. Change-Id: I441064226db956addae5c2f238114ce3965c13ef Signed-off-by: Patrick Brady <patrick.brady@att.com> Issue-ID: APPC-1337
2019-01-08Change parent version to appc snapshotPatrick Brady6-6/+6
Changing to the current release snapshot version of the appc parents instead of the previous release version. This allows updated changes to parents to be in builds. Change-Id: I6cec484012c2cb48ee1ea7f10fd058d017f00947 Signed-off-by: Patrick Brady <patrick.brady@att.com> Issue-ID: APPC-1304
2019-01-07Update parent pom versionPatrick Brady6-6/+6
Update the parent version to appc parent 1.4.1 Change-Id: I185d086595bed6410f7fd6b8c139cc6300e4467e Signed-off-by: Patrick Brady <patrick.brady@att.com> Issue-ID: APPC-1304
2018-12-06Unit test fixes for APPC-1267Joss Armstrong7-242/+98
Removed code smell for <65% branch coverage - now 86%. Test cases now cover success scenarios for all methods. Coverage increased to 97%. Removed classloader code and unnecessary resource files Moved construction of objects to protected methods to facilitate testing. Issue-ID: APPC-1267 Change-Id: I07656a5464410ca5ca3cca55cefd54c03a711385 Signed-off-by: Joss Armstrong <joss.armstrong@ericsson.com>
2018-11-12Increment version numberPatrick Brady6-6/+6
Changing to version 1.5.0-SNAPSHOT Change-Id: I1e0773d16cb058ac2fb96718581cfbf8d716a2e0 Signed-off-by: Patrick Brady <patrick.brady@att.com> Issue-ID: APPC-1212
2018-10-11Roll to next version after releasePatrick Brady6-6/+6
Change to version 1.4.1-SNAPSHOT Change-Id: Ie6238743cbe2bebeb122ce3985fb2488d9a6c62e Signed-off-by: Patrick Brady <patrick.brady@att.com> Issue-ID: APPC-1212
2018-10-09Change to released parent pomsPatrick Brady6-6/+6
Change-Id: I298b1ac52c849320b67c649017b3604490a5063b Signed-off-by: Patrick Brady <patrick.brady@att.com> Issue-ID: APPC-1212
2018-09-24Add version to pom filesPatrick Brady2-0/+2
Change-Id: Ia7eaffdb1391b0b836a2911395c2b768b4926ef3 Signed-off-by: Patrick Brady <pb071s@att.com> Issue-ID: APPC-1208
2018-09-21Remove logback 1.1.3 security issuePatrick Brady1-0/+11
cdp-pal and eelf are the dependencies using logback-classic 1.1.3. Need to use exclusions option in pom file Change-Id: Id8f5817ec955e2b7b486bc0215c35541086606aa Signed-off-by: Patrick Brady <pb071s@att.com> Issue-ID: APPC-1018
2018-09-11Misplaced shebangs and missing exec flagsNicolas Edel1-2/+2
patch description: Restore of valid shebang lines and exec flags Change-Id: Id44c9d4ac9f2243f478213b34f61a30576ca2235 Issue-ID: APPC-1203 Signed-off-by: Nicolas Edel <nicolas.edel@orange.com>
2018-08-31Remove excess feature filesPatrick Brady1-27/+0
These feature stub files were accidently created, they should not be in these projects. Change-Id: Ib710d4d9be3d2f323ba2e4cfca31b2951777825f Signed-off-by: Patrick Brady <pb071s@att.com> Issue-ID: APPC-1185
2018-08-21Revert "resolving logback-classic 1.13"Patrick Brady1-11/+0
Temporary revert to fix failing bundles. This reverts commit 76b6ff1ce84d4c2ab4518dd5f154083b91680245. Change-Id: Ibce5eee91ad8f1bec9b458a52a7f5d25ada85da9 Signed-off-by: Patrick Brady <pb071s@att.com> Issue-ID: APPC-1018 Signed-off-by: Patrick Brady <pb071s@att.com>
2018-08-20resolving logback-classic 1.13 from security issueTaka Cho1-0/+11
cdp-pal and eelf are the jar using logback-classic 1.1.3. need to use exclusions option in pom file Issue-ID: APPC-1018 Change-Id: I00b41f9c366a5ead3f4205cd6fa6b9eb74599767 Signed-off-by: Taka Cho <tc012c@att.com>
2018-08-19fixing common-collection 3.2.1 security issueTaka Cho1-1/+1
changed pom.xml and features.xml to keep common-collection to 3.2.2 Change-Id: I3ccd44d61f2e58edae9de6d7042cdb752bbd73cb Issue-ID: APPC-1018 Signed-off-by: Taka Cho <tc012c@att.com>
2018-08-13Karaf 4 for appc outboundPatrick Brady9-122/+238
Change-Id: I4aceffe33748a8e157bc1cac118de1e6b431378b Issue-ID: APPC-1146 Signed-off-by: Patrick Brady <pb071s@att.com>
2018-06-14Update license header in appc xml filesJohn McClung5-10/+5
More license header changes to miscellaneous appc xml files to reflect the 2018 changes. Change-Id: Ia71a0711235ab56bf2cd83719964bc12d7aa420b Issue-ID: APPC-1004 Signed-off-by: John McClung <jm1364@att.com>
2018-06-13Update lic header in misc appc properties filesJohn McClung2-4/+2
Modify license header in miscellaneous appc properties files to reflect 2018 changes. Change-Id: I21eb99f680ab4cbddbd7f8abe65720c87e2dbb33 Issue-ID: APPC-998 Signed-off-by: John McClung <jm1364@att.com>
2018-06-11Update license header in misc appc filesJohn McClung1-2/+1
More license header updates to miscellaneous appc files to reflect 2018 changes. Change-Id: I1d1d020792942ffe2d3bbda6eae05c43831ffce1 Issue-ID: APPC-994 Signed-off-by: John McClung <jm1364@att.com>
2018-06-08Update license header in appc oam and outboundJohn McClung21-42/+21
Modify license header in appc-oam and appc-outbound java files to reflect 2018 changes. Change-Id: Icac084b8dd1e20387a298e568d1c5e44bbe851f6 Issue-ID: APPC-988 Signed-off-by: John McClung <jm1364@att.com>
2018-05-22Increment version for new branchPatrick Brady4-5/+5
Change from version 1.3.0-SNAPSHOT to 1.4.0-SNAPSHOT and update version file. Change-Id: I6b54c3e3b97c3ef0a554fb173d0dd261ca2107d3 Signed-off-by: Patrick Brady <pb071s@att.com> Issue-ID: APPC-916
2018-05-01Fixes for the two features that were not installedPatrick Brady3-5/+16
These features relied on exports that didn't exist. Also versions had to be removed from feature files. Change-Id: I1860ae6c46354061943223ac6a201518871d3608 Signed-off-by: Patrick Brady <pb071s@att.com> Issue-ID: APPC-871
2018-04-30upgrade logback to 1.2.0Taka Cho1-1/+0
remove logback from two pom files, pick up from top of pom file Change-Id: Ibdb98d99fffe8c3ab471955a27f9dc02f0875313 Issue-ID: APPC-784 Signed-off-by: Taka Cho <tc012c@att.com>
2018-04-11ODL Upgrade Method 2Patrick Brady3-14/+16
Changes necessary to support upgrade to ODL Nitrogen, while continuing to use Karaf 3 style features Change-Id: I2edf619e0b889420c32793b958c0926b0311e71d Signed-off-by: Patrick Brady <pb071s@att.com> Issue-ID: APPC-403
2018-03-26fix eelf and logback nexus iq issueTaka Cho1-50/+45
Change-Id: Id42f77fc86cbbfff28bfde404181938d358515b9 Issue-ID: APPC-784 Signed-off-by: Taka Cho <tc012c@att.com>
2018-02-28roll back the logback versionTaka Cho1-1/+1
Change-Id: I34661e29c605b7731c92412d9c0c57c91583e8a4 Issue-ID: APPC-684 Signed-off-by: Taka Cho <tc012c@att.com>
2018-02-27security issue: commons-collectionsTaka Cho1-1/+1
Change-Id: I74a56640065ae6c6a470835ab1022ed0f266fc09 Issue-ID: APPC-665 Signed-off-by: Taka Cho <tc012c@att.com>
2018-02-26appc-network-client-provider sonar fixes part 2Jakub Dudycz14-145/+169
Sonar fixes in whole module Change-Id: If36f6b7762c0caa1ccd4f5c9efa57c08f97a2c87 Issue-ID: APPC-672 Signed-off-by: Jakub Dudycz <jakub.dudycz@nokia.com>
2018-02-26appc-network-client-provider sonar fixes part 1Jakub Dudycz13-250/+227
Initial code reformat and imports rearrangement Change-Id: Iacc8f3b4313415da2fb7215dd4a529c1f06de039 Issue-ID: APPC-672 Signed-off-by: Jakub Dudycz <jakub.dudycz@nokia.com>
2018-02-23fix logback jar security issueTaka Cho1-1/+1
Change-Id: I51e0fec8131db5f5283182c1fc70a4f5b023dbb1 Issue-ID: APPC-652 Signed-off-by: Taka Cho <tc012c@att.com>
2018-02-22Dme2Client sonar fixesJakub Dudycz1-99/+96
Change-Id: I0617290c2674398f3c483f2e0df7f74702bc62cf Issue-ID: APPC-662 Signed-off-by: Jakub Dudycz <jakub.dudycz@nokia.com>
2018-02-22InstarClientNode sonar fixesJakub Dudycz1-76/+68
Change-Id: I3c61219c989fc2fdb17719babd06487da0f7032b Issue-ID: APPC-663 Signed-off-by: Jakub Dudycz <jakub.dudycz@nokia.com>
2018-02-21Update license text part 3Skip Wonnell4-0/+84
Issue-ID: APPC-637 Change-Id: I361c457acd27099294365f8ee3aeb167cd7fcafd Signed-off-by: Skip Wonnell <skip@att.com>
2018-02-20Update .gitignore with license textSkip Wonnell4-0/+92
Update .gitignore with license text Remove IDE generated files from repository Update .gitignore to ignore IDE Generated files Issue-ID: APPC-637 Change-Id: Ie650e2c6d46d55d06dcc54877533cb3e14be66d6 Signed-off-by: Skip Wonnell <skip@att.com>
2018-01-30Fix in AppcAaiClientConstantburdziak1-1/+2
Change-Id: I5bf38c641da0b67f41ff19c0a38f11309e0a5933 Issue-ID: APPC-547 Signed-off-by: burdziak <olaf.burdziakowski@nokia.com>
2018-01-30Fixes in AaiInterfaceRulesHandlerburdziak1-83/+129
Change-Id: Ie3b4b8520dfeb01bcffeb7faa44c493947d4c3cf Issue-ID: APPC-546 Signed-off-by: burdziak <olaf.burdziakowski@nokia.com>
2018-01-25Fixes in AaiInterfaceRulesHandlerburdziak1-5/+5
Issue-ID: APPC-488 Signed-off-by: burdziak <olaf.burdziakowski@nokia.com> Change-Id: Id4976f1d8ef1ec44cdb460f1a6cd65476ba5c0f5
2018-01-25AaiVnInfo refactorJakub Dudycz1-8/+7
Change-Id: I00d50d3970eba6325fffaaa73aab87b7f692fab0 Issue-ID: APPC-512 Signed-off-by: Jakub Dudycz <jakub.dudycz@nokia.com>
2018-01-25AaiVnfcInfo refactorJakub Dudycz1-4/+7
Change-Id: I653d19395a083cc27e955f48d3ff5df5d3be9816 Issue-ID: APPC-513 Signed-off-by: Jakub Dudycz <jakub.dudycz@nokia.com>
2018-01-25Fixed type-related errors in AaiVmInfoJakub Dudycz1-4/+4
Change-Id: Ia940e4a6af6267cd822a954e2cee1f3245841bf9 Issue-ID: APPC-507 Signed-off-by: Jakub Dudycz <jakub.dudycz@nokia.com>