An UnsupportedOperationException is thrown from DomainObjectReader.handleArrayNode(DomainObjectReader.java:272) in case when json update (new) object node contains an array property that was undefined in the source (old) object
That should be in place now. I've added a couple more advanced fixes that sort of relate to the same problem. We're now skipping merging of null values completely and also back out on a potential non-collection source value.
Thanks for the PR. Feel free to give the snapshots a try
Milos Cubrilo opened DATAREST-959 and commented
An
UnsupportedOperationException
is thrown fromDomainObjectReader.handleArrayNode(DomainObjectReader.java:272)
in case when json update (new) object node contains an array property that was undefined in the source (old) objectBackported to: 2.6 RC1 (Ingalls), 2.5.6 (Hopper SR6)
The text was updated successfully, but these errors were encountered: