aldettinger commented on issue #2977: URL: https://github.com/apache/camel-quarkus/issues/2977#issuecomment-895423516
I think the root cause could be that [ApacheXMLDSig](https://github.com/apache/camel/blob/main/components/camel-xmlsecurity/src/main/java/org/apache/camel/component/xmlsecurity/processor/XmlSignerProcessor.java#L231..#L235) security provider is no more present in the native image. The [release note for graalvm 21.2](https://www.graalvm.org/release-notes/21_2/#java-and-compiler-updates) mention something about *Removed unnecessary security providers from the image*. -- 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: commits-unsubscr...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org