apache / camel-karaf

Apache Camel Karaf support
https://camel.apache.org
Apache License 2.0
27 stars 61 forks source link

Repair camel-azure-storage-blob dependencies #455

Closed stataru8 closed 1 month ago

stataru8 commented 1 month ago

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.

This may not be detected in the integration tests because the test framework connects to Azurite, and therefore the authentication is not real.