davsclaus commented on code in PR #26863: URL: https://github.com/apache/camel/pull/26863#discussion_r4106592068
########## docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_23.adoc: ########## @@ -97,6 +97,13 @@ counted as inflight and its unit of work not done. The same now happens when the An exception thrown from the `after` method of an advice no longer replaces the exception the exchange has already failed with. Instead, it is added as a suppressed exception to the existing exception. +=== @PropertyInject - an invalid property value is an error Review Comment: Agreed, done in f8a1be353fe9. The section now carries `(Breaking change)`, the same form other entries in the 4.23 guide use. It also explains the case you describe: an application whose invalid value went unnoticed because the default was good enough now fails when starting. To keep the previous result, correct the configured value, or remove the property so the default is used. _Claude Code on behalf of Claus Ibsen_ -- 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]
