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/03/28 13:58:18 UTC

[camel] branch master updated (84d4ec9 -> 93be888)

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

davsclaus pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git.


    from 84d4ec9  Set version to 3.10.0-SNAPSHOT
     new 8023998  Regen
     new 93be888  Add back camel-api to core modules

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../src/main/java/org/apache/camel/ProducerTemplate.java   | 14 +++++++-------
 core/pom.xml                                               |  1 +
 2 files changed, 8 insertions(+), 7 deletions(-)

[camel] 02/02: Add back camel-api to core modules

Posted by da...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

davsclaus pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 93be88857bfafe7c4e5523ac6cab39a342f2a29a
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Sun Mar 28 15:40:49 2021 +0200

    Add back camel-api to core modules
---
 core/pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/core/pom.xml b/core/pom.xml
index aa7e990..745f1bd 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -35,6 +35,7 @@
 
     <modules>
         <module>camel-util</module>
+        <module>camel-api</module>
         <module>camel-core-catalog</module>
         <module>camel-support</module>
         <module>camel-management-api</module>

[camel] 01/02: Regen

Posted by da...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

davsclaus pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 8023998d27bd54f665b2f9b2a1fc73c4c4ea6fa5
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Sun Mar 28 15:38:57 2021 +0200

    Regen
---
 .../src/main/java/org/apache/camel/ProducerTemplate.java   | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/core/camel-api/src/main/java/org/apache/camel/ProducerTemplate.java b/core/camel-api/src/main/java/org/apache/camel/ProducerTemplate.java
index 2139631..72dc5e2 100644
--- a/core/camel-api/src/main/java/org/apache/camel/ProducerTemplate.java
+++ b/core/camel-api/src/main/java/org/apache/camel/ProducerTemplate.java
@@ -928,9 +928,9 @@ public interface ProducerTemplate extends Service {
     /**
      * Sends an asynchronous exchange to the given endpoint.
      *
-     * <b>Important:</b> The transformer processor is invoked by a thread from the underlying thread pool,
-     * when the task is running to send the exchange asynchronously. In other words mind about thread-safety
-     * when using the transformer processor.
+     * <b>Important:</b> The transformer processor is invoked by a thread from the underlying thread pool, when the task
+     * is running to send the exchange asynchronously. In other words mind about thread-safety when using the
+     * transformer processor.
      *
      * @param  endpointUri the endpoint URI to send the exchange to
      * @param  processor   the transformer used to populate the new exchange
@@ -1025,10 +1025,10 @@ public interface ProducerTemplate extends Service {
     /**
      * Sends an asynchronous exchange to the given endpoint.
      *
-     * <b>Important:</b> The transformer processor is invoked by a thread from the underlying thread pool,
-     * when the task is running to send the exchange asynchronously. In other words mind about thread-safety
-     * when using the transformer processor.
-
+     * <b>Important:</b> The transformer processor is invoked by a thread from the underlying thread pool, when the task
+     * is running to send the exchange asynchronously. In other words mind about thread-safety when using the
+     * transformer processor.
+     * 
      * @param  endpoint  the endpoint to send the exchange to
      * @param  processor the transformer used to populate the new exchange
      * @return           a handle to be used to get the response in the future