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/10/18 14:35:47 UTC

[GitHub] [camel-quarkus] ppalaga commented on a diff in pull request #4182: Use official azure-core-http-vertx client in Azure extensions

ppalaga commented on code in PR #4182:
URL: https://github.com/apache/camel-quarkus/pull/4182#discussion_r998320739


##########
integration-test-groups/azure/azure-storage-blob/src/main/resources/application.properties:
##########
@@ -23,3 +23,5 @@ azurite.storage.account.key = Eby8vdM02xNOcqFlqUwJPLlmEtlCDXJ1OUzFT50uSRZ6IFsuFq
 
 azure.storage.account-name = ${AZURE_STORAGE_ACCOUNT_NAME:${azurite.storage.account.name}}
 azure.storage.account-key = ${AZURE_STORAGE_ACCOUNT_KEY:${azurite.storage.account.key}}
+
+quarkus.native.additional-build-args=--trace-object-instantiation=sun.nio.ch.EPollSelectorImpl

Review Comment:
   Is this temporary for debug purposes?



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