stataru8 opened a new issue, #455: URL: https://github.com/apache/camel-karaf/issues/455
If we try to manually test camel-azure-storage-blob, `ClassNotFoundException` are thrown: ``` Caused by: java.lang.ClassNotFoundException: com.microsoft.aad.msal4j.IHttpClient not found by wrap_file__C__Users_stataru_.m2_repository_com_azure_azure-identity_1.13.0_azur e-identity-1.13.0.jar_Bundle-Version_1.13.0 [153] ``` The feature which requests azure-identity needs to include the necessary bundles to avoid these errors. @f2par0 suspects that this is not detected because the test framework connects to Azurite, and therefore the authentication is not the real one. -- 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]
