summaryrefslogtreecommitdiffstats
path: root/plugins/restapi-call-node/provider/src/main/java
AgeCommit message (Collapse)AuthorFilesLines
2022-07-14Restapi-call-node: Support for Empty Container {} in JSONSingal, Kapil (ks220y)2-5/+6
Issue-ID: CCSDK-3718 Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com> Change-Id: If3c030f3de78d21f1ab0bcdebc234b7697871314
2021-11-19Restapi-call-node: Support for "" values in JSONStan Bonev (sb5356)2-4/+11
Issue-ID: CCSDK-3529 Signed-off-by: Stan Bonev (sb5356) <sb5356@att.com> Change-Id: I30e903a4b7028c707f73f3516ef11eecf032c5c2
2021-10-29Sync local changes to support GRA microserviceDan Timoney1-1/+22
Sync changes made downstream to support GRA microservice Issue-ID: CCSDK-3504 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: I854b5437c4a60023bd161e3625e08ff6e0771945
2021-10-04CCSDK-3480 Allow empty variables.Oleg Mitsura1-1/+1
Issue-ID: CCSDK-3480 Empty variables should be allowed, else they will not be found in MDSAL at a later time. Current RestapiCallNode removes them. Signed-off-by: Oleg Mitsura <oleg.mitsura@amdocs.com> Change-Id: I22167fa9dbdef37fa70dc42c03799a05d5c38705
2021-09-08Fix Proxy support for A1 adapter southboundychacon2-9/+39
Issue-ID: CCSDK-3438 Signed-off-by: ychacon <yennifer.chacon@est.tech> Change-Id: I587d8ddcaa9697a10bc7bb3d73ba801bf3e59cd5
2021-07-20Fix weak crypto issue in restconf adaptorDan Timoney2-1/+3
Added new capability to disable host name verification on a per-connection basis in restapi-call-node and restconf adaptors, and use custom hostname verifier to handle IP addresses and localhost as exception cases. Issue-ID: CCSDK-3196 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: I379f3b5093b5ff46433a33821127670747e8efa6
2021-07-09Add host name verifier that accepts IP addressesDan Timoney1-3/+4
Add a host name verifier that handles IP addresses as special cases, so that they can be safely ignored in lab environments Issue-ID: CCSDK-3196 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: I83cec989102620b52a227b7ca71efb92227d834c
2021-04-05avoid potential NPE in RestapiCallNodeSmokowski, Kevin (ks6305)1-1/+1
avoid potential NPE in class sendRequest method sendRequest Issue-ID: CCSDK-3246 Signed-off-by: Smokowski, Kevin (ks6305) <ks6305@us.att.com> Change-Id: I3b378336887b43c55ec2a3cdb8a82a4578eb6260
2021-02-18Add new EnvProperties classDan Timoney1-1/+2
Added new class EnvProperties, which extends java.util.Properties and supports property values containing embedded environment variable references. Updated code to use this class to load svclogic.properties, and updated dmaap listener to use that class to load dmaap listener configuration. Issue-ID: SDNC-1482 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: I7538b719631d8c10c27d059aeb4f70ce92760ebd
2020-12-01Migrate files from sli-pluginsJessica Wagantall12-0/+2453
Migrate sli-plugins repo into new directory "plugins". Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>