Native build issue with Java java.io.ObjectInputStream.readObject
Im trying to build my quarkus application in native mode using a dependency called EsperTech, and there is a specific snippet of code that after countless hours of debugging I discover that is causing issues for me. Basically it deals with some bytes being written to a buffer and read just after it (where it causes the following error).