This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/main by this push: new f03a78cf01c CAMEL-19512: Add note in docs about backlog-tracing and InputStream headers. f03a78cf01c is described below commit f03a78cf01cbd26cc645b772f538c8f5540f8854 Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Fri Jul 7 22:34:51 2023 +0200 CAMEL-19512: Add note in docs about backlog-tracing and InputStream headers. --- docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_20.adoc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_20.adoc b/docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_20.adoc index 6b6976f6d82..1e4ec5379db 100644 --- a/docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_20.adoc +++ b/docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_20.adoc @@ -29,6 +29,10 @@ The option `backlogTracing=true` now automatic enabled the tracer on startup. Th was _surprisingly_ that the tracer was only made available, and had to be manually enabled afterwards. The old behavior can be archived by setting `backlogTracingStandby=true`. +The xref:backlog-tracer.adoc[Backlog Tracer] has been enhanced and _fixed_ to trace message headers (also streaming types). +This means that previously headers of type `InputStream` was not traced before, but is now included. This could mean that +the header stream is positioned at end, and logging the header afterward, may appear as the header value is empty. + === camel-micrometer-starter The `uri` tags are now static instead of dynamic (by default), as potential too many tags generated due to URI with dynamic values.