Marco Bungart
Marco Bungart
Not sure about this. Those are parameters for the `native-image` command. We do not control this command since it is executed on the user side, when the application is built...
> @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...
> Yes, the issue is the java 9 module system. Before 9, service loader looked for a properties file to identify implementations, after 9 it also looks at module-info. >...
Andy news? Were you guys able to speak to the nats-team?
The issue seems to also affect the `jaxrs-spec` generator. I suspect that other generators are affected as well. A reproducer can be found at https://github.com/turing85/quarkus-openapi-jaxrs-generator. Execute `./mvnw clean compile` and...
I second this request. This would be extremely helpful for quarkus extensions, since quarkus exntensions follow a certain setup with three modules per extension, and one module is only executed...
> The current hash using SHA-224 already presents potential duplicates and rehashing it a second time increases that risk. Every hash has a potential to generate duplicates. I did [some...
Even if we effectively half the entropy we have, we still need something at the order of `10^16` tries to have a chance of 1% to get a collision. As...
@essobedo if you need a reproducer for camel-quarkus: I updated the reproducer from https://github.com/camel-tooling/camel-idea-plugin/issues/930 to quarkus `3.9.1`; it shows the same behaviour.
Any progress on this?