corda/node
josecoll b9eac635b8 Vault Query performance fix (#1256)
* Do not query database to maintain list of contract state interfaces to concrete concrete state types (use vault observable to construct same)
(note this mechanism is tied to transaction boundaries for visibility of updated states)

* Build contract types list from vault rawupdates observable(to avoid waiting for transaction commits).
Reverted all JUnits to original state.

* Bootstrap map from vault database state (node re-start)
Skip reflection for already seen types.

* Explicitly close session instances after query execution.

* Use auto-closeable to scope sessions.
2017-08-16 12:28:54 +01:00
..
capsule POMs generated by publishing are now correct. (#1055) 2017-07-18 12:34:56 +01:00
src Vault Query performance fix (#1256) 2017-08-16 12:28:54 +01:00
build.gradle Remove junit-quickcheck and redundant generators 2017-08-15 11:12:02 +01:00