summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2019-12-04Merge "Release 1.6.0"6.0.0-ONAPfrankfurtOfir Sonsino1-0/+4
2019-12-03Increase code coverageshrek20001-0/+53
test ZusammenConnector Issue-ID: SDC-2690 Signed-off-by: shrek2000 <oren.kleks@amdocs.com> Change-Id: I301f7718c09491c34207908819370193b2c74b01 Signed-off-by: shrek2000 <oren.kleks@amdocs.com>
2019-12-02Increase code coverageshrek20001-0/+47
test ZusammenConnector Issue-ID: SDC-2690 Signed-off-by: shrek2000 <oren.kleks@amdocs.com> Change-Id: I655b6e2ad31a0fe1be842af04444e96ab81641c5
2019-12-01Merge "Fix Sonar issues"Ofir Sonsino1-69/+84
2019-12-01Increase code coverageshrek20001-0/+31
test ZusammenConnector Issue-ID: SDC-2690 Signed-off-by: shrek2000 <oren.kleks@amdocs.com> Change-Id: Ide319e4dda496666711cb4b5597cc166ffdd4e2c
2019-11-28Merge "Fix Sonar issues"Ilana Paktor1-2/+2
2019-11-28Merge "Fix Sonar issues"Ilana Paktor1-30/+4
2019-11-28Fix Sonar issuesshrek20001-69/+84
Fix usage of deprecated warn API. Issue-ID: SDC-2697 Signed-off-by: shrek2000 <oren.kleks@amdocs.com> Change-Id: I0dcf89330c09f09a7436efb81a9b40e6ae001d73
2019-11-28Unit testshrek20001-32/+8
Improve code coverage by using lombok Issue-ID: SDC-2690 Signed-off-by: shrek2000 <oren.kleks@amdocs.com> Change-Id: I3f8fe1261a79886baf3dd5208822d68d95e5c001
2019-11-28Release 1.6.0Yuli Shlosberg1-0/+4
Issue-ID: SDC-2696 Signed-off-by: Yuli Shlosberg <ys9693@att.com> Change-Id: I8ecc82640caceab94c640892b4a2a81c90f302d2
2019-11-28Fix Sonar issuesshrek20001-30/+4
lombok helps to increase code coverage Issue-ID: SDC-2690 Signed-off-by: shrek2000 <oren.kleks@amdocs.com> Change-Id: I076c200befe2c1c887db81fe6db8e00af3556f36
2019-11-28Fix Sonar issuesshrek20001-9/+9
There is no requirement that class names be unique, only that they be unique within a package. Therefore trying to determine an object's type based on its class name is an exercise fraught with danger. One of those dangers is that a malicious user will send objects of the same name as the trusted class and thereby gain trusted access. Instead, the instanceof operator or the Class.isAssignableFrom() method should be used to check the object's underlying type. Issue-ID: SDC-2697 Signed-off-by: shrek2000 <oren.kleks@amdocs.com> Change-Id: Ie4fd94618135b425a7e505992649f1a6384b0f98 Signed-off-by: shrek2000 <oren.kleks@amdocs.com>
2019-11-28Fix Sonar issuesshrek20001-2/+2
When arithmetic is performed on integers, the result will always be an integer. You can assign that result to a long, double, or float with automatic type conversion, but having started as an int or long, the result will likely not be what you expect. For instance, if the result of int division is assigned to a floating-point variable, precision will have been lost before the assignment. Likewise, if the result of multiplication is assigned to a long, it may have already overflowed before the assignment. In either case, the result will not be what was expected. Instead, at least one operand should be cast or promoted to the final type before the operation takes place. Issue-ID: SDC-2690 Signed-off-by: shrek2000 <oren.kleks@amdocs.com> Change-Id: I3ef06e48b02a73753a824076d3a9de8b585f2917
2019-11-28Unit testshrek20001-0/+243
Issue-ID: SDC-2690 Signed-off-by: shrek2000 <oren.kleks@amdocs.com> Change-Id: I99e9aa1323a56cddeebd580cd6d64f73a6e0d7a3 Signed-off-by: shrek2000 <oren.kleks@amdocs.com>
2019-11-27Unit testshrek20001-0/+62
Issue-ID: SDC-2690 Signed-off-by: shrek2000 <oren.kleks@amdocs.com> Change-Id: I25374d786669b427f8573665a9b176b66cb76233 Signed-off-by: shrek2000 <oren.kleks@amdocs.com>
2019-11-25Merge "update info.yaml"Ofir Sonsino1-0/+8
2019-11-25Align version.properties to artifacts versiontalig1-1/+1
Issue-ID: SDC-2541 Signed-off-by: talig <talig@amdocs.com> Change-Id: I44a980220bb1e2786d680cbbe861f85e3d756d29
2019-11-24update info.yamlshrek20001-0/+8
Issue-ID: SDC-2448 Signed-off-by: Oren Kleks <oren.kleks@amdocs.com> Change-Id: I672697c9b466f03bfd872c0aa53a342825d86607
2019-11-24Set artifacts version: 1.6.0-SNAPSHOTtalig5-5/+5
Issue-ID: SDC-2541 Signed-off-by: talig <talig@amdocs.com> Change-Id: I6343781ab30ca4d4ed32b9c1452bce0cd3f87bcf
2019-11-21add security-util-lib to OnapYuli Shlosberg59-1/+7271
This lib provides security layer filters and mainly used in sdc project. It base on third party projects e.g. Cadi and Portal Issue-ID: SDC-2656 Signed-off-by: Yuli Shlosberg <ys9693@att.com> Change-Id: Iae1a78f0960386e9bdc0994fbac09a24e041cb54
2019-11-19update info.yamlshrek20001-6/+18
Issue-ID: SDC-2448 Signed-off-by: Oren Kleks <oren.kleks@amdocs.com> Change-Id: Ia437488800d7fc4ba1d4cd9540781f44d04d88f0
2019-11-19Rename group Id in pom to match git repo locationtalig4-10/+10
In order to prevent "Forbidden" failure when deploying to nexus Issue-ID: SDC-2541 Signed-off-by: talig <talig@amdocs.com> Change-Id: I70d803a41927016fd9130b83936f8dc2ccfea2c4
2019-11-19Rename group Id in pom to match git repo locationtalig4-6/+6
In order to prevent "Forbidden" failure when deploying to nexus Issue-ID: SDC-2541 Signed-off-by: talig <talig@amdocs.com> Change-Id: Ice2cce30265f9f85f0e423e3fb0a2bc0bb5b3926
2019-11-18Add name in pom filestalig4-0/+4
Issue-ID: SDC-2541 Signed-off-by: talig <talig@amdocs.com> Change-Id: I6b461ba643b6b41aa68a707a6d446ac125487985
2019-11-18Rename repository Ids in main pom (to fix deploy)talig1-5/+5
Issue-ID: SDC-2541 Signed-off-by: talig <talig@amdocs.com> Change-Id: Iee9d0709220470fc0a7adb18cdccee05f21a91ec
2019-11-17Inherit from OParent, add checkstyle and update copyrighttalig42-72/+464
Issue-ID: SDC-2541 Change-Id: Iaf1aaa194363502e31136033468c6e4fab1355f5 Signed-off-by: talig <talig@amdocs.com>
2019-11-17Upgrade to cassandra zusammen 1.0.3 which uses datastax 3.6.0talig3-5/+5
Issue-ID: SDC-2541 Signed-off-by: talig <talig@amdocs.com> Change-Id: Idaf3ec4794caf228b616941a977d3e7d9924ee1e
2019-11-13Expose getter of versionStatusCounters on itemtalig5-16/+115
(can be modified internally only) Issue-ID: SDC-2486 Signed-off-by: talig <talig@amdocs.com> Change-Id: Iad1f0ae4cbfc8c970535854d94e5fadd5c4caf60
2019-08-05Add versioning, session and zusammen libstalig51-0/+3853
Issue-ID: SDC-2486 Signed-off-by: talig <talig@amdocs.com> Change-Id: I848edbcb84f424f949b646df04f04fa66d0f3bd2
2019-06-04gitreview fileOfir Sonsino1-0/+4
Change-Id: Iad1174573217ca882ce561589211708d905bc1c5 Issue-ID: SDC-2339 Signed-off-by: Ofir Sonsino <os0695@intl.att.com>
2019-06-04initial INFO.yamlOfir Sonsino1-0/+57
Change-Id: I0abe88bd54e62ce4a5c06a4592c2574d8251c36e Issue-ID: SDC-2339 Signed-off-by: Ofir Sonsino <os0695@intl.att.com>
2019-05-21Initial empty repositoryBengt Thuree0-0/+0