[CORDA-2247]: Fixed a bug causing Hibernate to produce cross joins. (#4366)

This commit is contained in:
Michele Sollecito
2018-12-06 10:50:47 +00:00
committed by GitHub
parent 5ad992d01f
commit ad48301149
3 changed files with 96 additions and 2 deletions

View File

@ -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.