apupier commented on code in PR #26863: URL: https://github.com/apache/camel/pull/26863#discussion_r4102125534
########## 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: I'm wondering if we should not mark it as potential breaking change, because it will break the Camel route sin case there was an invalid value stored somewhere and went unnoticed and the default value wasgood enough for thei ruse case. -- 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]
