[CORDA-1397]: Fixed incorrect exception handling in NodeVaultService._query(). (#3043)

This commit is contained in:
Michele Sollecito
2018-05-01 19:33:13 +07:00
committed by Katelyn Baker
parent 1b214e00c1
commit 1700d30bc7
2 changed files with 55 additions and 56 deletions

View File

@ -7,6 +7,10 @@ release, see :doc:`upgrade-notes`.
Unreleased
==========
* Fixed incorrect exception handling in ``NodeVaultService._query()``.
* Avoided a memory leak deriving from incorrect MappedSchema caching strategy.
* Fix CORDA-1403 where a property of a class that implemented a generic interface could not be deserialised in
a factory without a serialiser as the subtype check for the class instance failed. Fix is to compare the raw
type.