apupier commented on issue #97: URL: https://github.com/apache/camel-quarkus/issues/97#issuecomment-3407290187
> onException handling would also profit from build time route inspection as `onException(MyException.class)` would require `MyException.class` to be listed among the classes that require reflection. reported https://github.com/apache/camel-quarkus/issues/7841 There are also some other cases related to "exceptions": * failoverLoadBalancer https://github.com/apache/camel/blob/3391efae2d468908f739ce7b1163a0308279d66a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/failoverLoadBalancer.json#L16 * doCatch https://github.com/apache/camel/blob/3391efae2d468908f739ce7b1163a0308279d66a/core/camel-core-model/src/generated/resources/META-INF/org/apache/camel/model/doCatch.json#L18 * resilience4j (?) https://github.com/apache/camel/blob/3391efae2d468908f739ce7b1163a0308279d66a/core/camel-core-model/src/generated/resources/META-INF/org/apache/camel/model/resilience4jConfiguration.json#L37 -- 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]
