JiriOndrusek opened a new issue, #4356: URL: https://github.com/apache/camel-quarkus/issues/4356
After upgrade of `azure-identity` to 1.7.0, native build of extension `azure-eventhubs` and `azure-storage-blob` fails with ``` org.graalvm.compiler.java.BytecodeParser$BytecodeParserError: com.oracle.graal.pointsto.constraints.UnsupportedFeatureException: Detected an instance of Random/SplittableRandom class in the image heap. Instances created during image generation have cached seed values and don't behave as expected. ``` Problem is caused by this [line](https://github.com/Azure/azure-sdk-for-java/blob/main/sdk/identity/azure-identity/src/main/java/com/azure/identity/implementation/IdentityClient.java#L1157) of code. Workaround - disabled native build for `azure-eventhubs` and `azure-storage-queues` and both extensions are removed from `azure-grouped` test. With proper fix, please enable native again. -- 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.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org