zhfeng commented on issue #5986:
URL: https://github.com/apache/camel-quarkus/issues/5986#issuecomment-2046277057

   @cesarjv try something like the following and refer to 
https://quarkus.io/guides/writing-native-applications-tips#registerForReflection
 for more details
   ```java
   @RegisterForReflection(targets={ HttpHostConnectException.class })
   public class registerForHttpException {
   }
    ```


-- 
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-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to