JavaPropsMapper
issue deserializing multiple byte array properties
#74
Milestone
JavaPropsMapper
issue deserializing multiple byte array properties
#74
Hi,
I've found an issue: byte array values look not correctly set when having multiple
byte[]
in a data model. When it happens, the same byte array content is set to ALL of the beanbyte[]
(or ByteBuffer) properties. I even have a more complex use case where an object property is set with the deserialized value of another different objectbyte[]
property.Please see the simple test case attached.
Fabrice
MyBean.java.zip
The text was updated successfully, but these errors were encountered: