mirror of
https://github.com/corda/corda.git
synced 2025-01-29 15:43:55 +00:00
191fb83dec
* CORDA-3273: Replace deprecated use of Class.newInstance() for sake of DJVM. (#5522) * ENT-4090: move startFlow into try block so exception is caught and managed (#5519) * CORDA-3091: Move executor thread management into CordaRPCConnection (#5491) * CORDA-3184 - Vault Query API enhancement: strict participants matching (#5524) * Implementation of exact participant parsing for common query criteria. * Added more unit tests + fixed a minor bug. * Additional clean-up. * Add documentation and changelog entry. * Revert debug level SQL logging. * Fix detekt errors. * Fix docs formatting in code samples. * Updating baseline (false positives being reported). * Fix "Name shadowed: subRoot" code quality check. * Fix API stability checker failures. * Update baseline. * TM-43 updating code style docs to reflect the addition of Detekt (#5521) * CORDA-3226 Fix dba migration for PostgreSQL following changes in CORDA-3009 and ENT-4192 (#5529) * Fix dta migration for PostgreSQL following changes for CORDA-3009 Invalid hash function used for PersistentIdentity in PersistentIdentityService and ENT-4192 Identity service refactor for confidential-identities and accounts. * Different table definition for PostgreSQL and other dbs in one changeset instead of running generic DDL and the specifically fix table in Postgres (in relation to CORDA-3009 Invalid hash function used for PersistentIdentity in PersistentIdentityService and ENT-4192 Identity service refactor for confidential-identities and accounts).