Open
Description
For @Lob @Column(length = 100_000) protected byte[] pic
I get the following error:
io.vertx.core.impl.NoStackTraceThrowable: Parameter at position[1] with class = [io.vertx.core.buffer.impl.BufferImpl] and value = [hello world] can not be coerced to the expected class = [io.netty.buffer.ByteBuf] for encoding.
This looks like something fixable.