Peter Palaga

Results 249 comments of Peter Palaga

Adding `camel.component.kafka.brokers=${kafka.bootstrap.servers:${brokers}}` to `application.properties` can serve as a workaround.

No ETA, but contributions are welcome! If you or anybody else would like to give it a try, here is the guide: https://camel.apache.org/camel-quarkus/latest/contributor-guide/promote-jvm-to-native.html

> I can work on camel-cxf... I see that a soap folder already exist on camel. Someone can point me any documentation to help on that ? That would be...

Ups, sorry about that. Could you please report the issues your have? We'd be definitely interested in making the Windows builds work.

Filed this one https://github.com/arangodb/arangodb-java-driver/issues/392

Hm... `--allow-incomplete-classpath` in their config https://github.com/arangodb/arangodb-java-driver/blob/master/src/main/resources/META-INF/native-image/com.arangodb/arangodb-java-driver/native-image.properties#L2 looks scarry. I wonder whether we should prefer ignoring their config completely once Quarkus offers a programmatic way to do so https://github.com/quarkusio/quarkus/issues/17482

Filed https://github.com/arangodb/arangodb-java-driver/issues/397 for --allow-incomplete-classpath in their config https://github.com/arangodb/arangodb-java-driver/blob/master/src/main/resources/META-INF/native-image/com.arangodb/arangodb-java-driver/native-image.properties#L2

A JVM-only extension (without a proper test) is underway.