davsclaus commented on PR #26611:
URL: https://github.com/apache/camel/pull/26611#issuecomment-5740893774

   The YAML DSL failure was real: the last commit's fluent-setter check 
accepted any single-arg method whose return type is a superclass of the 
builder, which includes Object, so Groovy's propertyMissing(String) on the test 
bean was listed among what the builder accepts. Fixed in 82b0cdc055c5 by 
excluding Object as a return type, with the unit test extended (a builder 
method returning Object is not listed). BeansTest and 
BeanModelHelperInferredBuilderTest pass locally.


-- 
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]

Reply via email to