Re: [I] Problem with native compilation when using onException in ResRoute Classes [camel-quarkus]

2024-04-09 Thread via GitHub


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



Re: [I] Problem with native compilation when using onException in ResRoute Classes [camel-quarkus]

2024-04-17 Thread via GitHub


jamesnetherton closed issue #5986: Problem with native compilation when using 
onException in ResRoute Classes
URL: https://github.com/apache/camel-quarkus/issues/5986


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



Re: [I] Problem with native compilation when using onException in ResRoute Classes [camel-quarkus]

2024-04-17 Thread via GitHub


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

   I'll close this one as the cause and resolution is explained.


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