christophd commented on code in PR #10493: URL: https://github.com/apache/camel/pull/10493#discussion_r1243662025
########## core/camel-core-reifier/src/main/java/org/apache/camel/reifier/TransformReifier.java: ########## @@ -31,6 +32,10 @@ public TransformReifier(Route route, ProcessorDefinition<?> definition) { @Override public Processor createProcessor() throws Exception { + if (definition.getToType() != null) { + return new DataTypeProcessor(definition.getFromType(), definition.getToType()); Review Comment: yes 👍 -- 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