corda/common
Chris Cochrane 1c40e969f7
ENT-12507 - Revert Log4j (#7895)
* Rollback log4j

* Revert Log4j further
2024-12-13 09:32:00 +00:00
..
configuration-parsing ENT-11382: adding missing descriptions which get picked up in POM files 2024-06-21 23:00:40 +01:00
logging ENT-12507 - Revert Log4j (#7895) 2024-12-13 09:32:00 +00:00
validation ENT-11382: adding missing descriptions which get picked up in POM files 2024-06-21 23:00:40 +01:00
README.md [CORDA-1778, CORDA-1835]: Decoupled configuration parsing mechanism (#4093) 2018-10-25 16:45:14 +01:00

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.