aboutsummaryrefslogtreecommitdiffstats
path: root/mdsal-resource/provider/src/main
AgeCommit message (Collapse)AuthorFilesLines
2020-10-19Address security issuesDan Timoney1-108/+0
Removed unused Mdsal activator class. Added file name validation for ConnectionBuilder in ansible adaptor Change-Id: I00d6a0c1edccae263520738f7a4685b1ad71b943 Issue-ID: CCSDK-2918 Signed-off-by: Dan Timoney <dtimoney@att.com>
2019-11-07415 Unsupported Media TypeSingal, Kapil (ks220y)3-176/+106
Rest Operations without Payload resulting to 415 Unsupported Media Type error if Content-Type is set Issue-ID: CCSDK-1907 Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com> Change-Id: If7b896bd33294ddf1687ee4d68984dd72da99e39
2019-11-05minor updates to clean up codeAgarwal, Ruchira (ra1926)1-1/+4
clean up code to sync with internal Issue-ID: CCSDK-1873 Signed-off-by: Agarwal, Ruchira (ra1926) <ra1926@att.com> Change-Id: Idcc7186d5aaa783c527de3986e7a1ecd9bfcf651
2019-08-15Code changes for OpenDaylight NeonTimoney, Dan (dt5972)1-0/+49
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-01-09fixed sonar issue in MdsalResourceActivator.javaSandeep J1-2/+4
fixed sonar issue Issue-ID: CCSDK-525 Change-Id: I9cd20d7bd20b0f914aa2302befe9dd47d2354e6a Signed-off-by: Sandeep J <sandeejh@in.ibm.com>
2018-05-21Publish mdsal-resource OSGi servicesTimoney, Dan (dt5972)6-0/+319
Added Aries blueprint to advertise OSGi services. Updated to use release 1.0.2 version of CCSDK parent poms. Change-Id: I92fb652b975c4fd59e173c103350934b94d190d3 Issue-ID: CCSDK-289 Signed-off-by: Timoney, Dan (dt5972) <dt5972@att.com>
2017-10-03Add unit tests for mdsal-resourceDan Timoney2-4/+12
Add unit tests for mdsal-resource component. Change-Id: I44ee079d43ee29e4d507abb5fc065188279b1ffe Issue-ID: CCSDK-106 Signed-off-by: Dan Timoney <dtimoney@att.com>
2017-08-15Update sli-adaptor/mdsal-resource package namesMarcus G K Williams5-14/+14
Update package names from org.openecomp.sdnc.adaptors.* -> onap.ccsdk.sli.adaptors.* Update groupIds from org.openecomp.sdnc.adaptors -> onap.ccsdk.sli.adaptors Issue-Id: CCSDK-19 Change-Id: I4aba920e51de27c47b1f936ccb3fc89fa81ed4b0 Signed-off-by: Marcus G K Williams <marcus.williams@intel.com>
2017-08-15Fix license headersDan Timoney6-12/+12
Licence headers were accidentally updated incorrectly by previous update. This commit restores the license headers for seed code to the wording from the original seed code Change-Id: If4623dd02a37660a7d7e746363dd83cf9cdb718a Issue-ID: CCSDK-31 Signed-off-by: Dan Timoney <dtimoney@att.com>
2017-08-02Convert tabs to spacesMarcus G K Williams6-365/+365
Per Java Code Style Guide: https://wiki.onap.org/display/DW/Java+code+style Converting tabs to 4 spaces. Issue-Id: SDNC-25 Change-Id: I99ce6c244df72f805b52d0d66403d8b76d9929ae Signed-off-by: Marcus G K Williams <marcus.williams@intel.com>
2017-08-01[CCSDK-6] Populate seed codeDan Timoney8-0/+747
Add seed code for sli/adaptors repository Update code to use org.onap.ccsdk.sli.core Change-Id: I477c7a24f2cc1fed8fb0975fe9f33733411c27f9 Signed-off-by: Dan Timoney <dtimoney@att.com>