You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by "francescobianca (via GitHub)" <gi...@apache.org> on 2023/05/15 07:36:10 UTC

[GitHub] [camel-quarkus] francescobianca commented on issue #4895: Paho MQTT 5 Component Quarkus: using ssl inside native image

francescobianca commented on issue #4895:
URL: https://github.com/apache/camel-quarkus/issues/4895#issuecomment-1547337713

   Thank you very much, annotating the class with `@RegisterForReflection` works native compilation!
   
   ```
   @RegisterForReflection
   @Singleton
   @Log4j2
   public class MqttSocketFactory extends SSLSocketFactory {
   ```


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