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 2022/12/31 10:22:36 UTC

[GitHub] [camel-quarkus] ppalaga commented on issue #4356: [Camel 3.20] Azure-eventhubs and azure-storage-queues are disabled in native because of azure upgrade

ppalaga commented on issue #4356:
URL: https://github.com/apache/camel-quarkus/issues/4356#issuecomment-1368196210

   In azure-identity 1.7.0, they moved the RANDOM field from `com.azure.identity.implementation.IdentityClient` to `com.azure.identity.implementation.IdentityClientBase`. I guess we need to produce a RuntimeInitializedClassBuildItem for IdentityClientBase in `AzureStorageBlobProcessor`.
   
   Anyway, I have filed https://github.com/Azure/azure-sdk-for-java/issues/32744 . Let's see whether Azure SDK team is willing to stop instantiating `java.util.Random` in the static initializer.


-- 
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