apupier commented on PR #7839: URL: https://github.com/apache/camel-quarkus/pull/7839#issuecomment-3405501061
draft created to better compare what I've done and seeking for help: the initialize at runtime configured in the code is not working, I do not understand why; It is working when using the comad-lien parameter `-Dquarkus.native.additional-build-args="--initialize-at-run-time=org.apache.flink.util.AbstractID,--initialize-at-run-time=com.esotericsoftware.kryo.util.Object"` the SPI classes are not working. i tried to register by reflection all specified classes, also to enable ServiceLoader (`-H:+UseServiceLoaderFeature,-H:+UnlockExperimentalVMOptions` in the additional native build args) without success as ti is specified `-H:-UseServiceLoaderFeature` somewhere else and it is this one which is picked) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
