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 2021/08/30 20:02:41 UTC

[camel] branch main updated: CAMEL-16900: camel-core - ExchangeFactory should create exchange with default MEP from its endpoint

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 0362533  CAMEL-16900: camel-core - ExchangeFactory should create exchange with default MEP from its endpoint
0362533 is described below

commit 0362533ecd18c20a00f748e4f7c2f2cc9e25388f
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Mon Aug 30 22:00:41 2021 +0200

    CAMEL-16900: camel-core - ExchangeFactory should create exchange with default MEP from its endpoint
---
 docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_12.adoc | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_12.adoc b/docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_12.adoc
index 7c95ece..c2d4643 100644
--- a/docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_12.adoc
+++ b/docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_12.adoc
@@ -11,6 +11,9 @@ from both 3.0 to 3.1 and 3.1 to 3.2.
 The method `getComponentNames` and `getLanguageNames` on `CamelContext` has changed to
 return `Set<String>` instead of `List<String>`.
 
+Added `getExchangePattern` to `Endpoint` which is a method that already exists on `DefaultEndpoint`.
+However the method is needed to be exposed in the API as well.
+
 The `ThroughputLogger` has changed the return type from `int` to `long` in the `getReceivedCounter` method.
 
 === Data Formats