Yuna
Yuna
I just had actually a short look into the issue. The `SecureRandom` is fixable while having it not static. After that GraalVM compiles everything to a native executable. But `Options`...
Regarding reflection for listeners I would prefer to receive an initialised object instead of a class name which is from a specific type. Or by providing a Consumer function. Else...
There are many configuration options without description. I guess `resourceIncludedPatterns` that's the option wich should do it, but it doesn't matter what i configure as nearly everything gets ignored. @sbrannen...
Sure, currently I test reusable workflows here: https://github.com/YunaBraska/YunaBraska/blob/feat/0/reusable_workflow/.github/workflows/wc_maven_tag.yml#L114 Its probably an edge case scenario but it could happen that some one is storing the tag with quotes in a variable...
There is a unix script which can be used as alias and sets the right java version for gradle projects: https://github.com/YunaBraska/gradle-java-fix maybe it will be one day a part of...
Could be solve able by adding “–initialize-at-run-time=java.security.SecureRandom” when building the project with this lib
@prasannak-ra: I have created an example build with Nats and Graalvm [nats-graalvm-example](https://github.com/YunaBraska/nats-graalvm-example) @turing85 currently, there is no other way than adding `--initialize-at-run-time=io.nats.client.support.RandomUtils --initialize-at-run-time=java.security.SecureRandom` to the build. Maybe you can refer...
@zakkak regarding @turing85 suggestion in https://github.com/nats-io/nats.java/issues/562#issuecomment-1460947435 I can understand and also proposed it. We took the consideration of lazy loading the random seeds, but these parts need to be highly...
I have no idea about quarkus but looks good so far there
isn't this alreadt done here: https://github.com/nats-io/spring-nats/blob/main/nats-spring/src/main/resources/META-INF/spring/org.springframework.boot.autoconfigure.AutoConfiguration.imports