lz4/lz4-java

Native Build Quarkus

SereiaMaster opened this issue · 2 comments

I have some problems with native build with Quarkus

"java.lang.AssertionError: java.lang.ClassNotFoundException: net.jpountz.lz4.LZ4JavaSafeCompressor

I cant find any generated class from costructor instances

liuxgo commented

@SereiaMaster Hi, did you find a solution with this issue?

Yes, I have been used a LZ4Factory.fastestInstance(). That error not occours anymore.