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/08/17 12:58:52 UTC

[camel] branch main updated: Fixing misreference to BeanIntrospection class in the Camel 4 Migration Guide (#11140)

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 8994da20dde Fixing misreference to BeanIntrospection class in the Camel 4 Migration Guide (#11140)
8994da20dde is described below

commit 8994da20ddef5d787171b42421cac1805d8dfb96
Author: Fer Troya <fe...@gmail.com>
AuthorDate: Thu Aug 17 09:58:46 2023 -0300

    Fixing misreference to BeanIntrospection class in the Camel 4 Migration Guide (#11140)
---
 docs/user-manual/modules/ROOT/pages/camel-4-migration-guide.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 0841d8bef1a..d775898d91e 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
@@ -84,7 +84,7 @@ We have removed deprecated APIs such as the following:
 - Exchange failure handling status has moved from being a property defined as `ExchangePropertyKey.FAILURE_HANDLED` to a member of the ExtendedExchange, accessible via `isFailureHandled()`method.
 - Removed `Discard` and `DiscardOldest` from `org.apache.camel.util.concurrent.ThreadPoolRejectedPolicy`.
 - Removed `org.apache.camel.builder.SimpleBuilder`. Was mostly used internally in Camel with the Java DSL in some situations.
-- Moved `org.apache.camel.support.IntrospectionSupport` to `camel-core-engine` for internal use only. End users should use `org.apache.camel.spi.BeanInspection` instead.
+- Moved `org.apache.camel.support.IntrospectionSupport` to `camel-core-engine` for internal use only. End users should use `org.apache.camel.spi.BeanIntrospection` 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`.