aboutsummaryrefslogtreecommitdiffstats
path: root/appc-client/client-lib/src
AgeCommit message (Collapse)AuthorFilesLines
2018-06-13More updates to lic header in appc propertiesJohn McClung2-4/+2
License header fixes to reflect 2018 changes in various appc-adapters, appc-client, appc-common, appc-config, appc-dg and appc-directed-graph java and properties files. Change-Id: Idbe000f175e11ba42f6e83689a2b2d3d353be008 Issue-ID: APPC-996 Signed-off-by: John McClung <jm1364@att.com>
2018-06-11Update license header in misc appc filesJohn McClung2-3/+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-05Update license header in appc client-lib filesJohn McClung42-84/+42
Modify license header in appc-client/client-lib java files to reflect 2018 changes. Change-Id: I8669aa8f15b27c1b209c79605878d0f105c60b8e Issue-ID: APPC-969 Signed-off-by: John McClung <jm1364@att.com>
2018-05-30Refactor properties used for topic namesRyan Young1-5/+33
Change-Id: Ifc7e5c0c57f64a237c2314ba7a60dabb92e067f1 Signed-off-by: Ryan Young <ry303t@att.com> Issue-ID: APPC-934
2018-05-29Client to use controller type for DMaaP partitionRyan Young1-5/+11
Update client library to use the controller type to set the DMaaP cambria.partition Change-Id: I7e3206309d99ba599d7d6785e63a76ec7c948896 Signed-off-by: Ryan Young <ry303t@att.com> Issue-ID: APPC-934
2018-04-03Add junit for more APPC client-lib classesArnel Pajarillo3-0/+228
Test coverage for CoreRegisty, TaskQueue, TaskQueueManager classes in client-lib. Change-Id: Id601c4736b51ea256de392fb8fcd91c3a49a55cc Issue-ID: APPC-819 Signed-off-by: Arnel Pajarillo <ap1541@att.com>
2018-04-03Add junit coverage to TimerServiceImpl class.Arnel Pajarillo1-0/+94
Introduce junit test for client-lib's TimerService.java. Change-Id: I3f8947cd526dc6a62ddcd2ced189565a401c6353 Issue-ID: APPC-815 Signed-off-by: Arnel Pajarillo <ap1541@att.com>
2018-03-19Added junit coverage to CoreException classLori Keighron1-0/+55
Introduce junit-tests for CoreException class Issue-ID: APPC-752 Change-Id: Ic5c8c2c83ce99d488e9e79a8fb72e7ad5fcf2ad3 Signed-off-by: Lori Keighron <lk2924@att.com>
2018-03-14ClientLib Support For Multiple Controllersvidhyasree2-7/+14
-APPC client library should support multiple controllers -To support MSO added string controllerType Issue-ID: APPC-683 Change-Id: Ief8416cb0912acc26015cb8271432de92a0af7dd Signed-off-by: vidhyasree <sn141y@att.com>
2018-02-07UEBMessagingService sonar fixesJakub Dudycz1-19/+23
Change-Id: Ibffcedd071e6fe02e98304b024d65c6ba2c162ea Issue-ID: APPC-569 Signed-off-by: Jakub Dudycz <jakub.dudycz@nokia.com>
2018-01-26CoreRegistry fixesJakub Dudycz1-14/+15
Change-Id: Ib2a54d01b038ea760b8d6078334067009b528e4f Issue-ID: APPC-527 Signed-off-by: Jakub Dudycz <jakub.dudycz@nokia.com>
2018-01-26TaskQueueManager fixesJakub Dudycz1-22/+17
Change-Id: I246683edabbd851125fc47772be203c2c7482a9c Issue-ID: APPC-528 Signed-off-by: Jakub Dudycz <jakub.dudycz@nokia.com>
2018-01-25AsyncRequestResponseHandler fixesJakub Dudycz1-5/+2
Change-Id: I3e210841d0b18a9c59e76ae8106835efc1bcf916 Issue-ID: APPC-526 Signed-off-by: Jakub Dudycz <jakub.dudycz@nokia.com>
2018-01-25TaskQueueManager fixesJakub Dudycz1-20/+25
Change-Id: I995f315ebe27bf09afedab90b787366a998c083c Issue-ID: APPC-529 Signed-off-by: Jakub Dudycz <jakub.dudycz@nokia.com>
2017-12-21Fix sonar issues for APPCTaka1-1/+0
Change-Id: I386f6794215eb69b8547fa06193ad78f951b327b Issue-ID: APPC-323 Signed-off-by: Taka <tc012c@att.com>
2017-12-19Update files with proper formattingTakamune Cho2-2/+2
Change-Id: I89e045a3a60521582044506b3bdc27239a2f7dee Issue-ID: APPC-305 Signed-off-by: Takamune Cho <tc012c@att.com>
2017-12-19Adding new LCM features to the client libSkip Wonnell2-0/+16
Provide support for a new set of LCM actions to support an In-Place Software Upgrade flow which can be triggered by SO. Issues included: APPC-346, APPC-349 Issue-ID: APPC-346 Change-Id: I65c10035978aecb543b1102dd9c2dbd8374921bc Signed-off-by: Skip Wonnell <skip@att.com>
2017-12-13Third part of onap renamePatrick Brady44-0/+0
This part of the commit changes the folder structure on all other folders of appc. Change-Id: I8acfa11cdfcdcd36be0e137245d1dd7324f1abd3 Signed-off-by: Patrick Brady <pb071s@att.com> Issue-ID: APPC-13
2017-12-13First part of onap renamePatrick Brady44-88/+88
This is the first commit of the rename. This commit changes refereces to org.openecomp.appc > org.onap.appc that occur within files. The package folder structure is not changed in this commit. Change-Id: Ic95d749eb99d8a6f4f2b9ee9b06eb41c5cfa7e1c Signed-off-by: Patrick Brady <pb071s@att.com> Issue-ID: APPC-13
2017-08-30Initial add of APPC client librariesSkip Wonnell46-0/+3390
Issue-ID: APPC-180 Change-Id: Ie0be2b518b90bb7f9996e9260c43fef75d1a5821 Signed-off-by: Skip Wonnell <kw5258@att.com>