You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2023/03/30 10:02:12 UTC

[camel] 02/02: CAMEL-19223: camel-core - StreamCache to have position method

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 f3ff6bf044d1f27162d1efb65a316b38627fad21
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Thu Mar 30 12:01:53 2023 +0200

    CAMEL-19223: camel-core - StreamCache to have position method
---
 docs/user-manual/modules/ROOT/pages/camel-4-migration-guide.adoc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/docs/user-manual/modules/ROOT/pages/camel-4-migration-guide.adoc b/docs/user-manual/modules/ROOT/pages/camel-4-migration-guide.adoc
index 01ddc28648e..61b9d303e0b 100644
--- a/docs/user-manual/modules/ROOT/pages/camel-4-migration-guide.adoc
+++ b/docs/user-manual/modules/ROOT/pages/camel-4-migration-guide.adoc
@@ -85,6 +85,7 @@ We have removed deprecated APIs such as the following:
 - Moved `org.apache.camel.support.IntrospectionSupport` to `camel-core-engine` for internal use only. End users should use `org.apache.camel.spi.BeanInspection` instead.
 - Removed `archetypeCatalogAsXml` method from `org.apache.camel.catalog.CamelCatalog`.
 - The `org.apache.camel.health.HealthCheck` method `isLiveness` is now default `false` instead of `true`.
+- Added `position` method to `org.apache.camel.StreamCache`.
 
 == EIP Changes