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
commit 8229374b591703e8f1cd88f10d3548d40e98c3d5 Author: Claus Ibsen <[email protected]> AuthorDate: Tue Sep 1 22:14:03 2026 +0200 chore: remove new-feature entry from 4.23 upgrade guide The upgrade guide is for migration guidance only. The Cache EIP announcement had no migration content (no changed default, removed/renamed option, or behavior a user upgrading needs to react to) and duplicated what the EIP's own doc page already covers. Co-Authored-By: Claude Sonnet 5 <[email protected]> Signed-off-by: Claus Ibsen <[email protected]> --- .../modules/ROOT/pages/camel-4x-upgrade-guide-4_23.adoc | 9 --------- 1 file changed, 9 deletions(-) diff --git a/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_23.adoc b/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_23.adoc index d50c50fdbb48..69a1910ad984 100644 --- a/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_23.adoc +++ b/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_23.adoc @@ -402,15 +402,6 @@ any other name. Set `allowLocalWebhookUrls=true` to permit loopback targets during local development. That option is unchanged and still does not permit any of the ranges above. -=== New Cache EIP - -A new Cache EIP has been added that provides a transparent read-through cache for a block of processing steps. -On cache hit the cached body is returned and the block is skipped; on cache miss the block executes and -the result body is cached. The Cache EIP uses the `KeyValueRepository` SPI as its backing store, with -`MemoryKeyValueRepository` auto-created when no explicit store is configured. - -See xref:components:eips:cache-eip.adoc[Cache EIP] for details. - === camel-ai-observability (GenAI observability) LangChain4j, OpenAI, and Spring AI chat (`spring-ai-chat`) producers now emit GenAI observability data (OpenTelemetry span attributes and
