does spec work with graalvm or is it some graalvm limitation? im using https://github.com/taylorwood/clj.native-image
(i tried with clj 1.10.1)
@jarvinenemil this may be related: https://github.com/lread/clj-graal-docs/blob/master/CLJ-1472/README.md
ill try that, thanks 🙂
has anyone tried graalvm with org.clojure/test.check?
@jarvinenemil I think there has been a mention of this in a talk by Jan Stephien
It works well for me now (generating data with spec) using graalvm native-image. I'll have a look at his talks @borkdude, thanks for sharing!
Anyone tried kafka producer with native-image? this is what micronaut does to make it work in their framework. Im trying to do the same but since gen-class does not work with static properties I must find a different way: https://github.com/micronaut-projects/micronaut-kafka/blob/master/kafka/src/main/java/io/micronaut/configuration/kafka/graal/KafkaSubstitutions.java
currently the org.apache.kafka.common.record.CompressionType is giving me issues
a lot of MethodHandle in the kafka library