This is an automated email from the ASF dual-hosted git repository. apupier pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel.git
commit b8131f04bd0945a0efbf9f57b4357a0946d480bd Author: Aurélien Pupier <[email protected]> AuthorDate: Fri Jan 23 14:35:13 2026 +0100 Add note in changelog for docling metadata extraction regression in 4.17 the regression happened when moving from docling-serve to docling-java Signed-off-by: Aurélien Pupier <[email protected]> --- docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_17.adoc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_17.adoc b/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_17.adoc index d5ae3981927d..ce0516167f7b 100644 --- a/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_17.adoc +++ b/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_17.adoc @@ -100,6 +100,10 @@ Upgraded to Tika v3, and removed `textMain` from `tikaParseOutputFormat` option. This component will not skip headers that has invalid characters in key names (UT10052), implemented in the `UndertowHeaderFilterStrategy` class. +=== camel-docling + +There is a regression related to `EXTRACT_METADATA` operation. Only filename, filesize and filepath are still extracted. + === Component deprecation The `camel-stomp` component is deprecated.
