aldettinger commented on issue #8512: URL: https://github.com/apache/camel-quarkus/issues/8512#issuecomment-4431242572
@jamesnetherton This is probably right. After investigation, this ticket was created in the context of this [comment](https://github.com/apache/camel-quarkus/pull/8505#issuecomment-4214635872). The 3 cases at hand involve serialization where `@RegisterForReflection` is legit. So, `throwException(instance)` is actually already implemented and even tested [here](https://github.com/apache/camel-quarkus/blob/main/integration-test-groups/foundation/eip/src/main/java/org/apache/camel/quarkus/eip/it/EipRoutes.java#L173). So, unless there is a subject whether EipRoutes is the right place for such a test, maybe we could close this ticket ? -- 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]
