corda/tools
Walter Oggioni 92a437f333
EG-69 - fixed bug with picocli that was causing uncaught exception's stacktrace to always be printed on stderr (#5985)
calling `picocli.CommandLine.AbstractHandler#andExit` causes the exception handler to forcefully terminate the program execution (calling `java.lang.System#exit`) at all costs, even in case of `ExecutionException` being throw by `picocli.CommandLine#parseWithHandlers(picocli.CommandLine.IParseResultHandler2<R>, picocli.CommandLine.IExceptionHandler2<R>, java.lang.String...)`, this was causing the program to always print the exception stack trace on the `stderr` and terminating even before entering the `catch` block from lines 85 to 93
2020-02-26 09:49:14 +00:00
..
blobinspector add timeouts to all tests (#5875) 2020-02-11 10:14:05 +00:00
bootstrapper add timeouts to all tests (#5875) 2020-02-11 10:14:05 +00:00
checkpoint-agent Publish checkpoint agent jar and allow for inclusion of version id in jar upon run-time execution. (#5553) 2019-10-04 14:28:42 +01:00
cliutils EG-69 - fixed bug with picocli that was causing uncaught exception's stacktrace to always be printed on stderr (#5985) 2020-02-26 09:49:14 +00:00
demobench add timeouts to all tests (#5875) 2020-02-11 10:14:05 +00:00
explorer add timeouts to all tests (#5875) 2020-02-11 10:14:05 +00:00
graphs [CORDA-682]: Claim Jigsaw module names (#1824) 2017-10-06 15:37:33 +01:00
loadtest Fix and or suppress detekt warnings 2019-11-01 11:48:07 +00:00
network-builder Fix and or suppress detekt warnings 2019-11-01 11:48:07 +00:00
scripts Improve the upgrade-test-packages.sh script to work on macOS. Fixes an issue found by tom on pubslack. (#2894) 2018-03-29 10:47:48 +02:00
shell Merge pull request #5974 from corda/CORDA-3593-shell-exits-after-shutdown-cmd 2020-02-18 11:10:54 +00:00
shell-cli add timeouts to all tests (#5875) 2020-02-11 10:14:05 +00:00
worldmap add timeouts to all tests (#5875) 2020-02-11 10:14:05 +00:00