mirror of
https://github.com/corda/corda.git
synced 2025-01-26 22:29:28 +00:00
458d2e32c0
* Pluggable cash selection using H2 as default implementation. * Refactor to use own CashSelection service loader and associated isCompatible() check. * Determine Cash Selection algorithm to use based on JDBC Driver loaded. Lazily load JDBC Driver metadata and class implementation. * Rebased and adjusted package naming to include `finance` * Rebased and adjusted package naming to include `finance` * Added some documentation. Minor fixes and changes following PR review. * Return cashSelectionAlgo. Throw exception rather than setting in atomically referenced object.