mirror of
https://github.com/corda/corda.git
synced 2025-01-18 18:56:28 +00:00
2064a572ba
* CORDA-4034 Reduce forkEvery to 15 to attempt to mitigate memory leak. * ENT-5679 Disable test which triggers OOM * Run tests on two Jenkins agents * Fixed processing JUnit test results by Allure * Add timeouts to VaultObserverExceptionTest * Revert "CORDA-3845: Update BC, log4j, slf4j (#6699)" to eliminate introduced memory leaks Co-authored-by: Waldemar Zurowski <waldemar.zurowski@r3.com> |
||
---|---|---|
.. | ||
configuration-parsing | ||
logging | ||
validation | ||
README.md |
Common libraries
This directory contains modules representing libraries that are reusable in different areas of Corda.
Rules of the folder
- No dependencies whatsoever on any modules that are not in this directory (no corda-core, test-utils, etc.).
- No active components, as in, nothing that has a main function in it.
- Think carefully before using non-internal packages in these libraries.