WillemJiang edited a comment on issue #138: #137 Add the error log when setting component property failed URL: https://github.com/apache/camel-k-runtime/pull/138#issuecomment-531560406 > The code you have linked relates to MissingPropertyException, not PropertyBindingException The old closure delegating resolve strategy eats the MissingPropertyException, I think we can still use MissingPropertyException without switching to Camel PropertyBindingException. In my last PR, I just add two unit tests with a fix (using the resolve strategy Closure.DELEGATE_ONLY) to throw the exception to the runtime.
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services