mirror of
https://github.com/corda/corda.git
synced 2025-06-16 06:08:13 +00:00
[CORDA-1397]: Fixed incorrect exception handling in NodeVaultService._query()
. (#3043)
This commit is contained in:
committed by
Katelyn Baker
parent
1b214e00c1
commit
1700d30bc7
@ -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.
|
||||
|
Reference in New Issue
Block a user