francescobianca opened a new issue, #4895: URL: https://github.com/apache/camel-quarkus/issues/4895
**[Quarkus Framework]** Hi, I have compiled my image implementing an MQTT Paho5 client developed with Camel connector in JVM mode and it works correctly. The same image compiled with Docker native file gives error: `org.apache.camel.PropertyBindingException: Error binding property (camel.component.paho-mqtt5.socketFactory=#class:mypackage.MqttSocketFactory) with name: socketFactory on bean: org.apache.camel.component.paho.mqtt5.PahoMqtt5Component@328cbaba with value: #class:mypackage.MqttSocketFactory` Do you have to set any special configuration to use SSL on native image? The exact same configuration in JVM mode works without any problems. -- 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]
