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/04/27 23:02:27 UTC

[GitHub] [camel-quarkus] ismailbaskin commented on issue #3754: KeyStoreParameters is not in reflection list on Salesforce component.

ismailbaskin commented on issue #3754:
URL: https://github.com/apache/camel-quarkus/issues/3754#issuecomment-1111560201

   camel-salesforce [configures keystore](https://github.com/apache/camel/blob/b890d82f929cd79c3e37da7ccf6ae1482ef082d9/components/camel-salesforce/camel-salesforce-component/src/main/java/org/apache/camel/component/salesforce/SalesforceLoginConfig.java#L166=) when these properties are available.
   
   ```
   camel.component.salesforce.keystore.resource=${salesforce.keystore.file}
   camel.component.salesforce.keystore.password=${salesforce.keystore.password}
   ```
   
   It's been a long time since I used Quarkus and I was not aware of RegisterForReflection annotation usage for 3rd party classes. I'll definitely use it, Thank you. However, I don't like to use such workarounds for a library that has Quarkus support.
   


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