This is an automated email from the ASF dual-hosted git repository.

gnodet 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 207c35b961a Update camel-4x-upgrade-guide-4_7.adoc
207c35b961a is described below

commit 207c35b961a21b77c1f7207bac91d17b7df63170
Author: Guillaume Nodet <gno...@gmail.com>
AuthorDate: Wed May 15 07:43:43 2024 +0200

    Update camel-4x-upgrade-guide-4_7.adoc
---
 docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_7.adoc | 3 +++
 1 file changed, 3 insertions(+)

diff --git 
a/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_7.adoc 
b/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_7.adoc
index 19e9dd64d9a..14d8478abed 100644
--- a/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_7.adoc
+++ b/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_7.adoc
@@ -10,6 +10,9 @@ from both 4.0 to 4.1 and 4.1 to 4.2.
 
 Add default values to `ThrottlingExceptionRoutePolicy` route policy.
 
+The `EndpointRegistry` interface has been slightly changed to now directly 
extends `Map<NormalizedEndpointUri, Endpoint>` 
+instead of being a parameterized type.  This may cause some compilation 
failures if the code is declaring a variable for the registry.
+
 === DSL
 
 The Load Balancer EIP has aligned naming and the following balancers has been 
renamed in XML and YAML DSL:

Reply via email to