aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2019-10-16[CCSDK] adding vnfc|cp paths to aai-path.properties5.0.2-ONAPelaltostark, steven1-0/+4
Issue-ID: CCSDK-1814 Signed-off-by: stark, steven <steven.stark@att.com> Change-Id: Ia5437d6361884448e2894c5d899ab2265e59a232
2019-10-14Roll version to 0.6.4Timoney, Dan (dt5972)72-136/+136
Roll version to 0.6.4-SNAPSHOT Change-Id: I6f236b1be42a954e2b7b2a7e648198218921ea03 Issue-ID: CCSDK-1827 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-09-19Release 0.6.3 CCSDK artifactsTimoney, Dan (dt5972)1-0/+5
Release version 0.6.3 CCSDK maven artifacts Change-Id: Ie3bbce5e900cbbfeaae7b1e84a481971a360e5a0 Issue-ID: SDNC-917 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-09-17Roll to next snapshotTimoney, Dan (dt5972)72-136/+136
Roll to next snapshot version Change-Id: I3a04d92d514f07bca0d1a7a719e0f6d74676d940 Issue-ID: CCSDK-1701 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-09-12Release version 0.6.2Timoney, Dan (dt5972)1-0/+5
Release version 0.6.2 Change-Id: I393ab329f8610c93cbc635752d5c8fa4f71eea05 Issue-ID: CCSDK-1701 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-09-12Roll version for El Alto releaseTimoney, Dan (dt5972)72-136/+136
Roll version in elalto branch to next El Alto version (0.6.2-SNAPSHOT) Change-Id: Iecff6d79e22942fedaa312fa82aba7c3b0bab5c7 Issue-ID: CCSDK-1701 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-09-06Fix errors in INFO.yamlTimoney, Dan (dt5972)1-17/+5
Fix errors in INFO.yaml file Change-Id: I1bade5e13a39893f5b0d8bb60141720bd3b7f7de Issue-ID: CCSDK-1696 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-09-05Add junit coverageTimoney, Dan (dt5972)1-0/+45
Add junit test coverage for sli/adaptors Change-Id: Ia487abd65ef9ed10d66c25e455414cd8fc736943 Issue-ID: CCSDK-1694 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-08-29Revert "Proposal to remove OSGi dependencies from the CCSDK project"Timoney, Dan (dt5972)46-8199/+1
This reverts commit b1dd81ede363508f83c86ed497b8c0815045f8e5. This commit contains a significant amount of new code with no jUnit testing, which drives our code coverage for this repo below mandatory 55% line coverage. Thus, this is not acceptable. Change-Id: I8a3196df31d0c86747bdb3facd963983276a66e2 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-08-28Roll versionsTimoney, Dan (dt5972)80-152/+152
Roll versions in master branch Change-Id: Idbfc7999336f017e81a1715a9255d72188647d18 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-08-27Release version 0.6.0Timoney, Dan (dt5972)1-0/+5
Release version 0.6.0 of ccsdk artifacts Change-Id: I254104f4805d52bb2344fe2ec67f59771a5344e1 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-08-26Proposal to remove OSGi dependencies from the CCSDK projectMatej Perina46-1/+8199
Dependencies on the OSGi frameworks and libraries are removed by integrating the CCSDK project with the lighty.io. It's a toolkit that allows to use ODL services (in this case core services and the Restconf) without the dependency on the Karaf framework and the Blueprint DI. In this change are created the lighty.io modules which initialize and expose same services as the Blueprint DI in the blueprint.xml files. More info about the lighty.io - https://lighty.io Change-Id: Ia9eed2f60c71b7fc2e93b738c857d290b28e9420 Signed-off-by: Matej Perina <matej.perina@pantheon.tech> Signed-off-by: Samuel Kontris <samuel.kontris@pantheon.tech>
2019-08-19CCSDK-1556-Immediately return this expression instead of assigning it to the ↵Thugutla sailakshmi1-3/+1
temporary variable "rd" immediately return the expression Issue-ID: CCSDK-1559 Change-Id: I6a6b76684b99783fd498e3fac88b0a3747186b1c Signed-off-by: Thugutla sailakshmi <tsaila10@in.ibm.com>
2019-08-19CCSDK-1556 -Move this constructor to comply with Java Code ConventionsThugutla sailakshmi1-5/+5
Move this constructor to comply with Java Code Conventions Issue-ID: CCSDK-1556 Change-Id: Ie67a857455888b8046575136f0605c5bf3c3bbb9 Signed-off-by: Thugutla sailakshmi <tsaila10@in.ibm.com>
2019-08-16Restore missing moduleTimoney, Dan (dt5972)1-1/+2
Add module base, removed inadvertently in neon port Change-Id: Ida52445f700d5ceb3baaa2b1c00a50dd8f880381 Issue-ID: CCSDK-1401 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-08-16Fix version numbersTimoney, Dan (dt5972)7-7/+7
Fix version numbers in sli/adaptors/base Change-Id: I78f204212dd2dc6a528a98091ebd94e3876f6102 Issue-ID: CCSDK-1401 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-08-15Code changes for OpenDaylight NeonTimoney, Dan (dt5972)80-172/+584
Updated code for OpenDaylight Neon, using conversion script in ccsdk/parent/tools. Change-Id: Ic91cff9ee50102b8af1a73f829908de82995b2ef Issue-ID: CCSDK-1389 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-08-14Release version 0.5.2Timoney, Dan (dt5972)1-0/+5
Release version 0.5.2 (last Fluorine SR2 version of CCSDK) Change-Id: I06a57076c42327881207069ea90ae52cf229ad0c Issue-ID: CCSDK-1401 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-08-14Fix version in base moduleTimoney, Dan (dt5972)8-17/+17
Fix version, which was breaking merge build. Change-Id: I73c8d1e2be56e739164545ad1b5f9bf69985b719 Issue-ID: CCSDK-1618 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-08-09Merge "CCSDK-1556 -Move this constructor to comply with Java Code Conventions"Dan Timoney66-131/+132
2019-08-09Merge "sli adaptors features file cleanup"Dan Timoney9-129/+14
2019-08-09Merge "CCSDK-1559-making two final fields as static too"Dan Timoney1-2/+24
2019-08-09Merge "CCSDK-1559-return this expression instead of assigning it to a ↵Dan Timoney1-2/+4
temporary variable"
2019-08-09introduce base adaptorSmokowski, Kevin (ks6305)18-1/+672
introduce base adaptor for other adaptors to extend Issue-ID: CCSDK-1595 Signed-off-by: Smokowski, Kevin (ks6305) <kevin.smokowski@att.com> Change-Id: I35d4499491cd87a7d651fa9ed654ad7c677ae2b8
2019-08-09CCSDK-1556 -Move this constructor to comply with Java Code ConventionsThugutla Sailakshmi66-131/+132
Move this constructor to comply with Java Code Conventions Issue-ID: CCSDK-1556 Change-Id: I6b6c75c07cccdd4b18027f6c4ab3badf9c273c97 Signed-off-by: Thugutla Sailakshmi <tsaila10@in.ibm.com>
2019-08-08sli adaptors features file cleanupSmokowski, Kevin (ks6305)9-129/+14
sli adaptors features file cleanup Issue-ID: CCSDK-1575 Signed-off-by: Smokowski, Kevin (ks6305) <kevin.smokowski@att.com> Change-Id: I2832b1e4b4ac09e2ecc7371f66322ea627f8c576
2019-08-08Release CCSDK version 0.5.1elalto-edTimoney, Dan (dt5972)1-0/+5
Release version 0.5.1 of CCSDK artifacts Change-Id: I7da033b75825eb0693d5fe0c762aa6b25dfb3ca9 Issue-ID: CCSDK-1563 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-08-07Roll version to recreate artifactsTimoney, Dan (dt5972)65-122/+122
Roll version to 0.5.1 to recreate El Alto early drop artifacts Change-Id: Icf2a0373baf79ab869b70e7324bcd0bef50e5fb2 Issue-ID: CCSDK-1563 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-08-05CCSDK-1559-return this expression instead of assigning it to a temporary ↵Thugutla Sailakshmi1-2/+4
variable return this expression instead of assigning it to a temporary variable Issue-ID: CCSDK-1559 Change-Id: I1b0ce8b89f51f2fd5b2da7d8f2401d2be5007615 Signed-off-by: Thugutla Sailakshmi <tsaila10@in.ibm.com>
2019-08-05CCSDK-1559-making two final fields as static tooThugutla Sailakshmi1-2/+24
making two final fields as static too Issue-ID: CCSDK-1559 Change-Id: I93fe8b4f16270f17c01f1ad80b43a6be1da9fdc6 Signed-off-by: Thugutla Sailakshmi <tsaila10@in.ibm.com>
2019-08-02Release sli/adaptors 0.5.0Timoney, Dan (dt5972)1-0/+5
Release sli/adaptors version 0.5.0 Change-Id: I2c31809fd1d7745cf3ca0e88376d0911102c9e0f Issue-ID: CCSDK-1563 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-07-30Merge "Add "@Override" annotation above method signature"Dan Timoney1-1/+3
2019-07-30Merge "CCSDK-1559 -Rename this local variable to match the regular ↵Dan Timoney1-4/+4
expression '^[a-z][a-zA-Z0-9]*$'"
2019-07-30Merge "Directly append the argument of String.valueOf()"Dan Timoney1-1/+1
2019-07-30Merge "CCSDK-1557 -Replace the type specification in this constructor call ↵Dan Timoney1-1/+1
with the diamond operator ("<>")."
2019-07-30Merge "CCSDK-1556 -Move this constructor to comply with Java Code Conventions"Dan Timoney1-3/+28
2019-07-30Merge "CCSDK-1554 -Major issue-Remove this unused "cause" local variable."Dan Timoney1-3/+2
2019-07-30CCSDK-1559 -Rename this local variable to match the regular expression ↵Thugutla Sailakshmi1-4/+4
'^[a-z][a-zA-Z0-9]*$' Rename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$' Issue-ID: CCSDK-1559 Change-Id: I66e51fbb6f5836bc7b4ecb6640b2d63d7f7e1522 Signed-off-by: Thugutla Sailakshmi <tsaila10@in.ibm.com>
2019-07-30Add "@Override" annotation above method signatureanushadasari1-1/+3
Using the @Override annotation is useful for: It elicits a warning from the compiler if the annotated method doesn't actually override anything, as in the case of a misspelling. It improves the readability of the source code by making it obvious that methods are overridden. Change-Id: Ibcba103817ae804b064972cbe93c4a7e85076db7 Issue-ID: CCSDK-1558 Signed-off-by: anushadasari <danush10@in.ibm.com>
2019-07-30Directly append the argument of String.valueOf()Thugutla Sailakshmi1-1/+24
Directly append the argument of String.valueOf() Issue-ID: CCSDK-914 Change-Id: I4ba07651a94bb7da9b47d10c5e9582022bde66a5 Signed-off-by: Thugutla Sailakshmi <tsaila10@in.ibm.com>
2019-07-30CCSDK-1557 -Replace the type specification in this constructor call with the ↵Thugutla Sailakshmi1-2/+2
diamond operator ("<>"). Replace the type specification in this constructor call with the diamond operator ("<>"). Issue-ID: CCSDK-1557 Change-Id: I714ddaf9d289a2a1ec82b8236b83103020fd8d25 Signed-off-by: Thugutla Sailakshmi <tsaila10@in.ibm.com>
2019-07-30CCSDK-1556 -Move this constructor to comply with Java Code ConventionsThugutla Sailakshmi1-3/+28
Move this constructor to comply with Java Code Conventions Issue-ID: CCSDK-1556 Change-Id: If0aa6b99e52c2a6cae7d61c213ca1af6b7890183 Signed-off-by: Thugutla Sailakshmi <tsaila10@in.ibm.com>
2019-07-29Merge "CCSDK-1553 -remove exception from method body"Brinda Santh Muthuramalingam1-3/+3
2019-07-29Merge "CCSDK-1551 -Move this constructor to comply with Java Code Conventions"Brinda Santh Muthuramalingam1-21/+43
2019-07-29CCSDK-1554 -Major issue-Remove this unused "cause" local variable.Thugutla Sailakshmi1-3/+2
Major issue-Remove this unused "cause" local variable. Issue-ID: CCSDK-1554 Change-Id: I44ecce26b9cc22970eb10bfb9deaf0aa9ca34eca Signed-off-by: Thugutla Sailakshmi <tsaila10@in.ibm.com>
2019-07-29CCSDK-1553 -remove exception from method bodyThugutla Sailakshmi1-3/+3
remove exception from method body Issue-ID: CCSDK-1553 Change-Id: I63216b592336dab8ea9ac426bee7c4f863354aae Signed-off-by: Thugutla Sailakshmi <tsaila10@in.ibm.com>
2019-07-28CCSDK-1551 -Move this constructor to comply with Java Code ConventionsThugutla Sailakshmi1-21/+43
Move this constructor to comply with Java Code Conventions Issue-ID:CCSDK-1551 Change-Id: Ieaf9b15d41ff7cab54b05b93c22d16718c190ae3 Signed-off-by: Thugutla Sailakshmi <tsaila10@in.ibm.com>
2019-07-28CCSDK-1550 -Remove this unused import ↵Thugutla Sailakshmi1-1/+23
'org.onap.ccsdk.sli.adaptors.messagerouter.consumer.api.RequestHandler' remove the unsued import Issue-ID: CCSDK-1550 Change-Id: I8e1786d40df7f659aefe090e148dee33cecf2248 Signed-off-by: Thugutla Sailakshmi <tsaila10@in.ibm.com>
2019-07-26Improve code coverage in sli adaptorsSmokowski, Kevin (ks6305)5-8/+349
increase code coverage in message router in sli adaptors Issue-ID: CCSDK-1548 Signed-off-by: Smokowski, Kevin (ks6305) <kevin.smokowski@att.com> Change-Id: I64f0e025a759b219ce4c7e017b500952d1c7f30b
2019-07-17Merge "Update parent version to 1.3.1"Dan Timoney55-55/+55