strygul
Results
1
issues of
strygul
**Describe the bug** Broken deserialization of Avro schemas in Java 17 **To Reproduce** ``` import com.twitter.chill.{KryoPool, ScalaKryoInstantiator} import org.apache.avro.Schema object Test extends App { private val pool: KryoPool = ScalaKryoInstantiator.defaultPool...