aboutsummaryrefslogtreecommitdiffstats
path: root/sources/hv-collector-ssl/src/test/resources/ssl/server.ks.pkcs12
AgeCommit message (Collapse)AuthorFilesLines
2019-04-12Move cmd ssl logic to xnf-simulatorJakub Dudycz1-0/+0
Change-Id: I562acbb0b7522e6cefea2a2dc1a9e292c1227b41 Signed-off-by: Jakub Dudycz <jakub.dudycz@nokia.com> Issue-ID: DCAEGEN2-565
2018-11-29Custom detekt rule for logger usage checkPiotr Jaszczyk1-0/+0
Check if logger invocations don't use unoptimal invocations, eg. concatenation `debug("a=" + a)` instead of lambda use `debug {"a=" + a}` Unfortunately to avoid defining dependencies in many places and having circural dependencies it was necessarry to reorganize the maven module structure. The goal was to have `sources` module with production code and `build` module with build-time tooling (detekt rules among them). Issue-ID: DCAEGEN2-1002 Change-Id: I36e677b98972aaae6905d722597cbce5e863d201 Signed-off-by: Piotr Jaszczyk <piotr.jaszczyk@nokia.com>