mirror of
https://github.com/corda/corda.git
synced 2024-12-19 21:17:58 +00:00
0f2312a201
* Set DB transaction isolation level only if its going to change; upgraded dependencies * Removed duplicate changeset |
||
---|---|---|
.. | ||
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.