Describe the bug, including details regarding any error messages, version, and platform.
Reading binary values out of variant returns a ByteBuffer instance sliced from the original input ByteBuffer. The problem is that the length of the binary value is not taken into account during the slicing, so the entire remaining buffer (slice) is returned.
See at VariantUtil.getBinary
Component(s)
No response
Describe the bug, including details regarding any error messages, version, and platform.
Reading binary values out of variant returns a
ByteBufferinstance sliced from the original inputByteBuffer. The problem is that the length of the binary value is not taken into account during the slicing, so the entire remaining buffer (slice) is returned.See at VariantUtil.getBinary
Component(s)
No response