You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 bean byte[] (or ByteBuffer) properties. I even have a more complex use case where an object property is set with the deserialized value of another different object byte[] property.