johnpoth commented on pull request #7107: URL: https://github.com/apache/camel/pull/7107#issuecomment-1060340259
Thanks @davsclaus updated! I'm still unsure of the javaType's role in the model generation. It seems we loose the underlying Java Type when specified. For example the model for the [circuitBreaker](https://github.com/apache/camel/blob/main/core/camel-core-model/src/generated/resources/org/apache/camel/model/faultToleranceConfiguration.json#L15) property doesn't mention that the underlying type is a [String](https://github.com/apache/camel/blob/main/core/camel-core-model/src/main/java/org/apache/camel/model/FaultToleranceConfigurationCommon.java#L30). So it seems the annotation should never be used or we need to update how the model is generated? I'm probably missing something ... -- 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]
