summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2019-11-11Update INFO yaml fileTaka Cho1-9/+3
Remove Marcus@Intel from APPC committer Issue-ID: APPC-1793 Change-Id: I1fa5b883503b5ea7bad51f32ee3e6b44cb42c138 Signed-off-by: Taka Cho <takamune.cho@att.com>
2019-11-08add jacoco plugin for sonar cloudTaka Cho1-5/+53
in IT-7899, Jess recommends add plugin for sonar cloud Issue-ID: APPC-1791 Change-Id: Ia4b73a7e41ac4c1b2c1638e45ab806c054667d42 Signed-off-by: Taka Cho <takamune.cho@att.com>
2019-11-08Fix dg-common bundle errorPatrick Brady5-5/+55
Fix a dg-common blueprint error that was caused by the changes with the new appc-service-communicator. Added an interface for the EventSender, and created a blueprint file to publish the interface as a service. Change-Id: I37248fcbfa7cfa75e62965dad811b648c336b5e2 Signed-off-by: Patrick Brady <patrick.brady@att.com> Issue-ID: APPC-1744
2019-11-08Change code to use dmaap microservicePatrick Brady36-580/+211
Change method calls that used to go to the dmaap adapter, to now go to the appc service communicator, which connects to the dmaap micro service. Change-Id: I619fcb408e14fa0b926950192463d9c92ab7dbba Signed-off-by: Patrick Brady <patrick.brady@att.com> Issue-ID: APPC-1744
2019-11-08Feature for micro service communicationPatrick Brady23-0/+1416
The appc-service-communicator feature will be responsible for communication between any appc microservices which are developed. The appc dmaap micro service connector is part of this feature. MessagingConnector.java is the main new class here. Some code is copied from appc event listener and dmaap adapter. Will be moved in a later commit. Change-Id: Ic57f5ee6a9ab1538c6ddaa3e7c25ac0c9797fae0 Signed-off-by: Patrick Brady <patrick.brady@att.com> Issue-ID: APPC-1744
2019-11-08Dmaap micro service jarPatrick Brady124-0/+11629
Creating a service running in a standalone jar to handle the publishing and recieving of dmaap messages for appc. Dmaap adapter and event listener code is copeid from the main appc project. It will be moved in a later commit. Change-Id: I3fa7b5dc60345f0f38f763a243150b8472f985ac Signed-off-by: Patrick Brady <patrick.brady@att.com> Issue-ID: APPC-1744
2019-11-08Cleanup of dmaap adapterPatrick Brady18-1312/+33
Remvoing the part of the appc-dmaap-adapter that uses the dmaapClient library. This part of the code was not being used and the dmaap client library has not been updated for a long time. Also removed several un-used dependencies. Change-Id: I690afaecbfe53d88576c43aa8d114fde54c0fe48 Signed-off-by: Patrick Brady <patrick.brady@att.com> Issue-ID: APPC-1744
2019-10-23Improve OJSI-185 documentationKrzysztof Opasiak1-0/+2
Add some more details why we no longer consider OJSI-185 as a security issue. Issue-ID: OJSI-185 Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com> Change-Id: Ifd8a9c42abab82e56a7f87891f0d1a3491b92e6e (cherry picked from commit 8dfcaf2db45f4145e2bcd5c0eec669e294fa0f6a)
2019-10-21move to org.opendaylight.mdsal.binding.apiTaka Cho4-8/+8
reduce deprecated warning Issue-ID: APPC-1764 Change-Id: Ie833c20222567f38f240cf3922430b43db32c149 Signed-off-by: Taka Cho <takamune.cho@att.com>
2019-10-18Revert "remove redundant code under appc-common-bundle/java"Patrick Brady46-0/+8053
Testing to see if this change is causing probels with sonar coverage. This reverts commit 3533ff6d195b9966cbf407238bb5d2fd7ca68bb1. Change-Id: I986f27b3ca80b9e8db6544f17fdf3086152d1701 Signed-off-by: Patrick Brady <patrick.brady@att.com> Issue-ID: APPC-1732
2019-10-18Revert "update mockito version in APPC"Patrick Brady37-213/+36
The version is in the parent files again. This reverts commit c13a9c95e47b072afb701ad490480036ef36db26. Change-Id: Ie6cb57e8b1b8efbf5e516820efbbfb144791b97f Signed-off-by: Patrick Brady <patrick.brady@att.com> Issue-ID: APPC-1767
2019-10-17update release note for unknown issueTaka Cho1-0/+2
update release note Issue-ID: APPC-1766 Change-Id: I200cc60dd8560b30004e2dc260041f755599395d Signed-off-by: Taka Cho <takamune.cho@att.com>
2019-10-16replace deprecated addMixInAnnotationsTaka Cho3-16/+16
addMixInAnnotations(Class<?>, Class<?>) was deprecated use addMixIn instead Issue-ID: APPC-1764 Change-Id: Ic65e1f18a8d427f641a8d36003f29bdbf1b3b58b Signed-off-by: Taka Cho <takamune.cho@att.com>
2019-10-15update mockito version in APPCTaka Cho37-36/+213
sonar does not take the test coverage from parent pom file Issue-ID: APPC-1767 Change-Id: Ic6530ddc553b404f49937d61481ca2e076362e64 Signed-off-by: Taka Cho <takamune.cho@att.com>
2019-10-14update mockito versionTaka Cho6-8/+27
sonar does not take the test coverage from parent pom file Issue-ID: APPC-1767 Change-Id: I852280c31b40dc8a3bdcadc20947ec9c8040fce7 Signed-off-by: Taka Cho <takamune.cho@att.com>
2019-10-14update release note for unknown issueTaka Cho1-0/+6
update relese note Issue-ID: APPC-1710 Change-Id: I810a49a8f72ed9c77869b1c1cdb1435c303bdd15 Signed-off-by: Taka Cho <takamune.cho@att.com>
2019-10-10replace deprecated JsonSerialize.InclusionTaka Cho20-56/+44
@JsonSerialize(include = JsonSerialize.Inclusion.NON_NULL) was deprecated use @JsonInclude(Include.NON_NULL) instead to suppress when property is NULL Issue-ID: APPC-1764 Change-Id: I1bbe10a156166bc37a167122ff68d1dc183fcd2f Signed-off-by: Taka Cho <takamune.cho@att.com>
2019-10-09remove duplicated artifact in chef adapterTaka Cho1-6/+0
there are two org.apache.httpcomponents:httpclient defined in pom file, keep a one from line 63-67 Issue-ID: APPC-1763 Change-Id: Ifd132e316e05c795d68618f8bd13ba6180d55adf Signed-off-by: Taka Cho <takamune.cho@att.com>
2019-10-09remove redundant code under appc-common-bundle/javaTaka Cho46-8053/+0
the code should be taken from src/main not from java Issue-ID: APPC-1732 Change-Id: I7d9d8ce24917800f01e4aa84c3e31b584485094a Signed-off-by: Taka Cho <takamune.cho@att.com>
2019-10-08Neon SR1 upgradeTaka Cho285-1790/+1643
change pom files for ODL Neon SR1 upgrade Issue-ID: APPC-1749 Change-Id: Ib10ff74852a2b38933c0df034c71e21665430f62 Signed-off-by: Taka Cho <takamune.cho@att.com>
2019-10-08Set appc parent 2.7.0-SNAPSHOTPatrick Brady224-225/+225
Change-Id: Ib68d389e9e39951e47b785550134729a9f678497 Signed-off-by: Patrick Brady <patrick.brady@att.com> Issue-ID: APPC-1686
2019-10-08Increment version to 1.7.0-SNAPSHOTPatrick Brady251-268/+268
Change-Id: I5c9c5141f39a653e6604551488e955c2f0a68004 Signed-off-by: Patrick Brady <patrick.brady@att.com> Issue-ID: APPC-1686
2019-10-07Remove OJSI-176 and OJSI-177 from release notesKrzysztof Opasiak1-2/+0
Both tickets mentioned in the title are false positives. In OJSI jira they are marked as "Not a bug" thus they shouldn't be considered as "fixed security issues" Issue-ID: OJSI-176 Issue-ID: OJSI-177 Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com> Change-Id: I4d3c0939b5df68ed42e334d492a2751143b41e39
2019-10-01Sonar Fix: TerminateStack.javaArundathi Patil1-2/+1
Fixed sonar issues in this file Issue-ID: APPC-1745 Change-Id: I1e750cfa8f7d4628fca0c9af0051fdfa69778977 Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2019-10-01Sonar Fix: MigrateServer.javaArundathi Patil1-15/+13
Fixed sonar issues across this file Issue-ID: APPC-1740 Change-Id: I8c2377a99a5de9e9926bc96288e51dfe438d0fa0 Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2019-10-01Sonar Fix: LookupServer.javaArundathi Patil1-5/+5
Fixed sonar issues across this file Issue-ID: APPC-1739 Change-Id: Iabbaada720d8b3f2ee3916a0d663b90f8fe23bcb Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2019-10-01Sonar Fix: CreateSnapshot.javaArundathi Patil1-15/+15
Fixed sonar issues across this file Issue-ID: APPC-1738 Change-Id: Iba43b24d4ae4c14197eed2e5159a4a00dfcfe00b Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2019-09-27remove org.openecomp.sdc artifactTaka Cho10-27/+23
replace to org.onap.sdc Issue-ID: APPC-736 Change-Id: I6b9b451ad0196e03e7db90e6157e11139f0d0428 Signed-off-by: Taka Cho <takamune.cho@att.com>
2019-09-26Change to snapshot parent versionPatrick Brady224-225/+225
Change to appc parent version 2.6.3-SNAPSHOT Change-Id: I51e4485098a271ff80de64ea6c20a81df94c7d8f Signed-off-by: Patrick Brady <patrick.brady@att.com> Issue-ID: APPC-1686
2019-09-26Increment version to 1.6.5-SNAPSHOTPatrick Brady251-267/+267
Change-Id: Ic0e49aef6dc78b1a55e8c7c051e716339f3802f6 Signed-off-by: Patrick Brady <patrick.brady@att.com> Issue-ID: APPC-1686
2019-09-26APPC R5 release note fixTaka Cho1-1/+1
fixed a typo Issue-ID: APPC-1722 Change-Id: Id1bb4cdbc019d2b92f57c2610e279d964948daae Signed-off-by: Taka Cho <takamune.cho@att.com>
2019-09-25APPC R5 release noteTaka Cho1-0/+40
added APPC R5 release note Issue-ID: APPC-1722 Change-Id: Ic1b19e49fef77e3ed3b995f774cb0f69813fcbe9 Signed-off-by: Taka Cho <takamune.cho@att.com>
2019-09-24Add 1.6.4 release filePatrick Brady1-0/+4
Change-Id: I41e0c64e25d61396c700ed4b9c275d21fcef446a Signed-off-by: Patrick Brady <patrick.brady@att.com> Issue-ID: APPC-1735
2019-09-24replaced by tosca.datatype.versionTaka Cho2-2/+1
consolidate to tosca.datatype.version Issue-ID: APPC-736 Change-Id: Ic0bf2c8743d4b299fc135d53323fffbcd6b7c531 Signed-off-by: Taka Cho <takamune.cho@att.com>
2019-09-20Set appc parent 2.6.2Patrick Brady224-225/+225
Change-Id: I4d3fe28ac744a62b448816fe14b645f19a3e5209 Signed-off-by: Patrick Brady <patrick.brady@att.com> Issue-ID: APPC-1735
2019-09-17Increment version to 1.6.4-SNAPSHOTPatrick Brady251-267/+267
Change-Id: I0dfdd848265f21e1584903ea14aa4df6d08a2f94 Signed-off-by: Patrick Brady <patrick.brady@att.com> Issue-ID: APPC-1686
2019-09-17Sonar fix- APPC-1715Arundathi Patil2-6/+7
Fixed multiple sonar issues across this file Issue-ID: APPC-1715 Change-Id: I5a7df4bde164b8ec3c8f91f07646d0630d52fa59 Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2019-09-17Sonar Fix: APPC-1716Arundathi Patil2-5/+10
Fixed sonar issues across this file Issue-ID: APPC-1716 Change-Id: Ic9d8d1c0ff22c9d0cc9831793d1e3550e5f62897 Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2019-09-17Sonar fix: APPC-1717Arundathi Patil2-7/+10
Fixed sonar issues across these files Issue-ID: APPC-1717 Change-Id: I25fc139344e88d389e24b91a7d6796fea6f251c2 Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2019-09-11Add 1.6.3 release filePatrick Brady1-0/+4
Change-Id: I1211bb9874e6e7bf3c2f3e3858cd2a4d08d4d5bd Signed-off-by: Patrick Brady <patrick.brady@att.com> Issue-ID: APPC-1686
2019-09-11Change to released parent 1.6.1Patrick Brady224-225/+225
Change-Id: Ieb506dd5bcc146a45c9e75ec27641f80245548e3 Signed-off-by: Patrick Brady <patrick.brady@att.com> Issue-ID: APPC-1686
2019-09-11Increment version to 1.6.3-SNAPSHOTPatrick Brady251-267/+267
Change-Id: I2b1b8329dbad5a8d6cc5ae96e8c44af1ab3d54ea Signed-off-by: Patrick Brady <patrick.brady@att.com> Issue-ID: APPC-1686
2019-09-10Fix eelf resource not foundPatrick Brady2-17/+2
The eelf package needs to be exported from appc-common where the resource bundle is added. Doing this was causing karaf to crash on install of artifact-handler. The cause was all of the classes being exported by the maven shade plugin of appc-yang-generator. Removing the shade plugin seemed to have no bad consequences. Change-Id: Ic0758b342b8109e28ec8e11a48b2693cea7b56db Signed-off-by: Patrick Brady <patrick.brady@att.com> Issue-ID: APPC-1713
2019-09-05Changes to remove maven-staging-pluginPatrick Brady10-23/+16
Root pom ccsdk version updated to latest and dependency versions are fixed so that they are compliant with the maven enforcer plugin. Change-Id: If85006519678a14af6ace21268eb0bfc195e4215 Signed-off-by: Patrick Brady <patrick.brady@att.com> Issue-ID: APPC-1686
2019-08-30Changes to fix feature installsPatrick Brady14-114/+15
Feature installs were causing karaf to freeze following the upgrade to the Fluorine SR2 version of ODL. These changes correct the problems. Change-Id: I8e5a41ba6816da782fea3ebaef3b6918cfc1ad4c Signed-off-by: Patrick Brady <patrick.brady@att.com> Issue-ID: APPC-1630
2019-08-30Updated jersey from com.sun.jersey to org.glassfish.jerseyvmuthukrishnan12-175/+259
ODL upgrade Change-Id: I1167ad7cdb429c9c3e2808db820e3fc26e605383 Signed-off-by: vmuthukrishnan <vmuthukrishnan@aarnanetworks.com> Issue-ID: APPC-1630
2019-08-30Change parent version to snapshotPatrick Brady224-225/+225
Changing the parent version to snapshot in order to build with the new version of appc parent which has the Fluorine SR2 ccsdk parent poms. Change-Id: I03d9a0d38b6d97bab17cd887562ae42ed1b19611 Signed-off-by: Patrick Brady <patrick.brady@att.com> Issue-ID: APPC-1630
2019-08-22update INFO.yamlTaka Cho1-0/+10
Add change section Issue-ID: APPC-1685 Change-Id: Ie4e2227dc1d6c35ba192613eaa245311796b4bd9 Signed-off-by: Taka Cho <takamune.cho@att.com>
2019-08-19APPC-1681- remove the thrown exception 'org.json.JSONException' which is a ↵Thugutla Sailakshmi1-1/+1
runtime exception. remove the thrown exception Issue-ID: APPC-1681 Change-Id: I940a5dd42bfe7a52b39be81a016cf4cf47805cae Signed-off-by: Thugutla Sailakshmi <tsaila10@in.ibm.com>
2019-08-19APPC-1681 -Rename this local variable to match the regular expression ↵Thugutla Sailakshmi1-6/+8
'^[a-z][a-zA-Z0-9]*$'. APPC-1681 -Rename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'. Issue-ID: APPC-1681 Change-Id: I7f6926bfa1a4f57d99d6732492281b36f041922f Signed-off-by: Thugutla Sailakshmi <tsaila10@in.ibm.com>