You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by pa...@apache.org on 2018/03/12 19:18:21 UTC

[camel] branch master updated: RuntimeConfiguration#isAllowUseOriginalMessage: improve javadoc

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 0bd8839  RuntimeConfiguration#isAllowUseOriginalMessage: improve javadoc
0bd8839 is described below

commit 0bd88399377dbfe0909c002f4e1d364d363e8122
Author: Pascal Schumacher <pa...@gmx.net>
AuthorDate: Mon Mar 12 20:18:08 2018 +0100

    RuntimeConfiguration#isAllowUseOriginalMessage: improve javadoc
---
 camel-core/src/main/java/org/apache/camel/RuntimeConfiguration.java | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/camel-core/src/main/java/org/apache/camel/RuntimeConfiguration.java b/camel-core/src/main/java/org/apache/camel/RuntimeConfiguration.java
index d523488..991e8cc 100644
--- a/camel-core/src/main/java/org/apache/camel/RuntimeConfiguration.java
+++ b/camel-core/src/main/java/org/apache/camel/RuntimeConfiguration.java
@@ -191,10 +191,8 @@ public interface RuntimeConfiguration {
     void setAllowUseOriginalMessage(Boolean allowUseOriginalMessage);
 
     /**
-     * Sets whether to allow access to the original message from Camel's error handler,
-     * or from {@link org.apache.camel.spi.UnitOfWork#getOriginalInMessage()}.
-     * <p/>
-     * Turning this off can optimize performance, as defensive copy of the original message is not needed.
+     * Gets whether access to the original message from Camel's error handler,
+     * or from {@link org.apache.camel.spi.UnitOfWork#getOriginalInMessage()} is allowed.
      *
      * @return the option
      */

-- 
To stop receiving notification emails like this one, please contact
pascalschumacher@apache.org.

R: Re: R: [camel] branch master updated: RuntimeConfiguration#isAllowUseOriginalMessage: improve javadoc

Posted by Andrea Cosentino <an...@yahoo.com.INVALID>.
I didn't notice the commit. Nevermind then :-)

Inviato da Yahoo Mail su Android 
 
  Il lun, 12 mar, 2018 alle 21:29, Pascal Schumacher<pa...@gmx.net> ha scritto:   I thought the branch will be created out of the "camel-2.21.0" tag if 
the vote passes?

(If it fails I would have expected a branch to be created out of the tag 
and and critical bugfixes be cherry-picked to this branch.)

Also Claus commited e.g. "Updated leveldb".

Am 12.03.2018 um 21:13 schrieb Andrea Cosentino:
> In my opinioni we should stop committing stuff until the branch 2.21.x has been created. Unless we are talking about bugs. Just my opinion.
>
> Inviato da Yahoo Mail su Android
>  
>    Il lun, 12 mar, 2018 alle 20:18, pascalschumacher@apache.org<pa...@apache.org> ha scritto:  This is an automated email from the ASF dual-hosted git repository.
>
> pascalschumacher pushed a commit to branch master
> in repository https://gitbox.apache.org/repos/asf/camel.git
>
>
> The following commit(s) were added to refs/heads/master by this push:
>      new 0bd8839  RuntimeConfiguration#isAllowUseOriginalMessage: improve javadoc
> 0bd8839 is described below
>
> commit 0bd88399377dbfe0909c002f4e1d364d363e8122
> Author: Pascal Schumacher <pa...@gmx.net>
> AuthorDate: Mon Mar 12 20:18:08 2018 +0100
>
>      RuntimeConfiguration#isAllowUseOriginalMessage: improve javadoc
> ---
>  camel-core/src/main/java/org/apache/camel/RuntimeConfiguration.java | 6 ++----
>  1 file changed, 2 insertions(+), 4 deletions(-)
>
> diff --git a/camel-core/src/main/java/org/apache/camel/RuntimeConfiguration.java b/camel-core/src/main/java/org/apache/camel/RuntimeConfiguration.java
> index d523488..991e8cc 100644
> --- a/camel-core/src/main/java/org/apache/camel/RuntimeConfiguration.java
> +++ b/camel-core/src/main/java/org/apache/camel/RuntimeConfiguration.java
> @@ -191,10 +191,8 @@ public interface RuntimeConfiguration {
>      void setAllowUseOriginalMessage(Boolean allowUseOriginalMessage);
>  
>      /**
> -    * Sets whether to allow access to the original message from Camel's error handler,
> -    * or from {@link org.apache.camel.spi.UnitOfWork#getOriginalInMessage()}.
> -    * <p/>
> -    * Turning this off can optimize performance, as defensive copy of the original message is not needed.
> +    * Gets whether access to the original message from Camel's error handler,
> +    * or from {@link org.apache.camel.spi.UnitOfWork#getOriginalInMessage()} is allowed.
>        *
>        * @return the option
>        */
>

  

Re: R: [camel] branch master updated: RuntimeConfiguration#isAllowUseOriginalMessage: improve javadoc

Posted by Pascal Schumacher <pa...@gmx.net>.
I thought the branch will be created out of the "camel-2.21.0" tag if 
the vote passes?

(If it fails I would have expected a branch to be created out of the tag 
and and critical bugfixes be cherry-picked to this branch.)

Also Claus commited e.g. "Updated leveldb".

Am 12.03.2018 um 21:13 schrieb Andrea Cosentino:
> In my opinioni we should stop committing stuff until the branch 2.21.x has been created. Unless we are talking about bugs. Just my opinion.
>
> Inviato da Yahoo Mail su Android
>   
>    Il lun, 12 mar, 2018 alle 20:18, pascalschumacher@apache.org<pa...@apache.org> ha scritto:   This is an automated email from the ASF dual-hosted git repository.
>
> pascalschumacher pushed a commit to branch master
> in repository https://gitbox.apache.org/repos/asf/camel.git
>
>
> The following commit(s) were added to refs/heads/master by this push:
>      new 0bd8839  RuntimeConfiguration#isAllowUseOriginalMessage: improve javadoc
> 0bd8839 is described below
>
> commit 0bd88399377dbfe0909c002f4e1d364d363e8122
> Author: Pascal Schumacher <pa...@gmx.net>
> AuthorDate: Mon Mar 12 20:18:08 2018 +0100
>
>      RuntimeConfiguration#isAllowUseOriginalMessage: improve javadoc
> ---
>   camel-core/src/main/java/org/apache/camel/RuntimeConfiguration.java | 6 ++----
>   1 file changed, 2 insertions(+), 4 deletions(-)
>
> diff --git a/camel-core/src/main/java/org/apache/camel/RuntimeConfiguration.java b/camel-core/src/main/java/org/apache/camel/RuntimeConfiguration.java
> index d523488..991e8cc 100644
> --- a/camel-core/src/main/java/org/apache/camel/RuntimeConfiguration.java
> +++ b/camel-core/src/main/java/org/apache/camel/RuntimeConfiguration.java
> @@ -191,10 +191,8 @@ public interface RuntimeConfiguration {
>      void setAllowUseOriginalMessage(Boolean allowUseOriginalMessage);
>   
>      /**
> -    * Sets whether to allow access to the original message from Camel's error handler,
> -    * or from {@link org.apache.camel.spi.UnitOfWork#getOriginalInMessage()}.
> -    * <p/>
> -    * Turning this off can optimize performance, as defensive copy of the original message is not needed.
> +    * Gets whether access to the original message from Camel's error handler,
> +    * or from {@link org.apache.camel.spi.UnitOfWork#getOriginalInMessage()} is allowed.
>        *
>        * @return the option
>        */
>


R: [camel] branch master updated: RuntimeConfiguration#isAllowUseOriginalMessage: improve javadoc

Posted by Andrea Cosentino <an...@yahoo.com.INVALID>.
In my opinioni we should stop committing stuff until the branch 2.21.x has been created. Unless we are talking about bugs. Just my opinion.

Inviato da Yahoo Mail su Android 
 
  Il lun, 12 mar, 2018 alle 20:18, pascalschumacher@apache.org<pa...@apache.org> ha scritto:   This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/master by this push:
    new 0bd8839  RuntimeConfiguration#isAllowUseOriginalMessage: improve javadoc
0bd8839 is described below

commit 0bd88399377dbfe0909c002f4e1d364d363e8122
Author: Pascal Schumacher <pa...@gmx.net>
AuthorDate: Mon Mar 12 20:18:08 2018 +0100

    RuntimeConfiguration#isAllowUseOriginalMessage: improve javadoc
---
 camel-core/src/main/java/org/apache/camel/RuntimeConfiguration.java | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/camel-core/src/main/java/org/apache/camel/RuntimeConfiguration.java b/camel-core/src/main/java/org/apache/camel/RuntimeConfiguration.java
index d523488..991e8cc 100644
--- a/camel-core/src/main/java/org/apache/camel/RuntimeConfiguration.java
+++ b/camel-core/src/main/java/org/apache/camel/RuntimeConfiguration.java
@@ -191,10 +191,8 @@ public interface RuntimeConfiguration {
    void setAllowUseOriginalMessage(Boolean allowUseOriginalMessage);
 
    /**
-    * Sets whether to allow access to the original message from Camel's error handler,
-    * or from {@link org.apache.camel.spi.UnitOfWork#getOriginalInMessage()}.
-    * <p/>
-    * Turning this off can optimize performance, as defensive copy of the original message is not needed.
+    * Gets whether access to the original message from Camel's error handler,
+    * or from {@link org.apache.camel.spi.UnitOfWork#getOriginalInMessage()} is allowed.
      *
      * @return the option
      */

-- 
To stop receiving notification emails like this one, please contact
pascalschumacher@apache.org.