mirror of
https://github.com/corda/corda.git
synced 2025-06-23 17:53:31 +00:00
[CORDA-2247]: Fixed a bug causing Hibernate to produce cross joins. (#4366)
This commit is contained in:
committed by
GitHub
parent
5ad992d01f
commit
ad48301149
@ -24,6 +24,8 @@ Unreleased
|
||||
|
||||
The ``confidential-identities`` dependency in your CorDapp must now be ``compile`` and not ``cordaCompile``.
|
||||
|
||||
* Fixed a bug resulting in poor vault query performance and incorrect results when sorting.
|
||||
|
||||
* Marked the ``Attachment`` interface as ``@DoNotImplement`` because it is not meant to be extended by CorDapp developers. If you have already
|
||||
done so, please get in contact on the usual communication channels.
|
||||
|
||||
|
Reference in New Issue
Block a user