gnodet-bot commented on code in PR #26733: URL: https://github.com/apache/camel/pull/26733#discussion_r4082468059
########## docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_23.adoc: ########## @@ -2580,3 +2580,14 @@ Routes that reference the constants (for example `setHeader(MustacheConstants.MU are unaffected. Routes that set the header by its literal string name, or that use `allowTemplateFromHeader=true` with the old header names, must switch to the new `Camel`-prefixed names. +=== camel-debezium - a failed embedded engine is now reported Review Comment: ⚠️ **Missing blank line before section heading.** AsciiDoc requires a blank line before a `===` title or the title is rendered as a literal paragraph of text. Every other `===` section in this file is preceded by a blank line; this one isn't — the rebase inserted it flush against the preceding `names.` line. ```suggestion === camel-debezium - a failed embedded engine is now reported ``` -- 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]
