zhfeng commented on issue #5444: URL: https://github.com/apache/camel-quarkus/issues/5444#issuecomment-1801787166
Well, if I remove `CamelExecutionException` in `extensions-core/core/deployment/src/main/java/org/apache/camel/quarkus/core/deployment/CamelSerializationProcessor.java` Then `SimpleIT` is back to work with `quarkus.camel.native.reflection.serialization-enabled = true` I found `CamelExecutionException` and `RuntimeCamelException` were added to fix - https://github.com/apache/camel-quarkus/issues/1868 And now it seems that this should be fixed by GraalVM and maybe we can remove these classes for registering as serialzation. @jamesnetherton WDYT? -- 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]
