You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2021/08/09 17:59:08 UTC

[GitHub] [camel-quarkus] aldettinger commented on issue #2977: [Quarkus 2.2.0] XmlSecurity itests fail in native mode

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-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org