JiriOndrusek opened a new issue, #4091: URL: https://github.com/apache/camel-quarkus/issues/4091
Azure-core was upgraded to 1.31.0, which brings following change - https://github.com/Azure/azure-sdk-for-java/pull/28283 Side effect of the change is that the `azure-storage-blob` tests can not be build in native. If dependency `netty-tcnative-boringssl-static` is added, it s possible. Current workaround applied in the code is the addition of `netty-tcnative-boringssl-static` in the module. The correct solution is to avoid this dependency and solve in a different way. Once solved, please remove the dependency from `extension-support/azure-core`. -- 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