lz4 / lz4-java

LZ4 compression for Java
Apache License 2.0
1.1k stars 252 forks source link

Native Build Quarkus #191

Closed SereiaMaster closed 1 year ago

SereiaMaster commented 2 years ago

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 1 year ago

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

SereiaMaster commented 1 year ago

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