davsclaus commented on pull request #5750: URL: https://github.com/apache/camel/pull/5750#issuecomment-869142228
So a problem is that in the core model the unmarshalType is marked as transient due to XML / yaml DSL where you set this as text based. But Java based you can set it directly as a Class. So to allow this for Java DSL then we need to add some way in the generated configurer so they include the unmarshalType for the Class, and then for all dataformat reifiers we need to update them to set the class directly and otherwise do as it does today. -- 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]
