mirror of
https://github.com/corda/corda.git
synced 2024-12-19 04:57:58 +00:00
c0d354e97a
* CORDA-3845: Update BC to 1.64 * CORDA-3845: Upgraded log4j to 2.12.1 * We can remove the use of Manifests from the logging package so that when _it_ logs it doesn't error on the fact the stream was already closed by the default Java logger. * Remove the logging package as a plugin * latest BC version * Remove old test * Fix some rebased changes to log file handling * Update slf4j too Co-authored-by: Ryan Fowler <fowlerrr@users.noreply.github.com> Co-authored-by: Adel El-Beik <adel.el-beik@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.