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, pascalschumac...@apache.org<pascalschumac...@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 <pascalschumac...@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
       */


Reply via email to