You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2019/05/23 09:27:46 UTC

[camel] branch master updated (f293542 -> 64a22b5)

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

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


    from f293542  Camel-FTP: Fixed tests
     new f136cd3  Regen
     new 64a22b5  Camel-Mail: Fixed test

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:
 .../org/apache/camel/component/mail/MailUsingOwnComponentTest.java   | 5 -----
 docs/components/modules/ROOT/pages/sql-component.adoc                | 3 +++
 2 files changed, 3 insertions(+), 5 deletions(-)


[camel] 02/02: Camel-Mail: Fixed test

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

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

commit 64a22b5fb397b0aec58ad9c7c3254e6c6a92a473
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu May 23 11:27:20 2019 +0200

    Camel-Mail: Fixed test
---
 .../org/apache/camel/component/mail/MailUsingOwnComponentTest.java   | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/components/camel-mail/src/test/java/org/apache/camel/component/mail/MailUsingOwnComponentTest.java b/components/camel-mail/src/test/java/org/apache/camel/component/mail/MailUsingOwnComponentTest.java
index fda9470..a4e4bbf 100644
--- a/components/camel-mail/src/test/java/org/apache/camel/component/mail/MailUsingOwnComponentTest.java
+++ b/components/camel-mail/src/test/java/org/apache/camel/component/mail/MailUsingOwnComponentTest.java
@@ -29,11 +29,6 @@ import org.jvnet.mock_javamail.Mailbox;
 public class MailUsingOwnComponentTest extends CamelTestSupport {
 
     @Override
-    public boolean isUseRouteBuilder() {
-        return false;
-    }
-
-    @Override
     protected CamelContext createCamelContext() throws Exception {
         CamelContext context = super.createCamelContext();
 


[camel] 01/02: Regen

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

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

commit f136cd3e73b9e95461fe27f0a57fc5baafa614d1
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu May 23 11:24:41 2019 +0200

    Regen
---
 docs/components/modules/ROOT/pages/sql-component.adoc | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/docs/components/modules/ROOT/pages/sql-component.adoc b/docs/components/modules/ROOT/pages/sql-component.adoc
index 535f069..7a987ae 100644
--- a/docs/components/modules/ROOT/pages/sql-component.adoc
+++ b/docs/components/modules/ROOT/pages/sql-component.adoc
@@ -533,6 +533,9 @@ WARNING: The SQL ServerĀ *TIMESTAMP* type is a fixed-length binary-string type.
 does not map to any of the JDBC time types: *DATE*, *TIME*, or
 *TIMESTAMP*.
 
+When working with concurrent consumers it is crucial to create a unique constraint on the columns processorName and messageId.
+Because the syntax for this constraint differs from database to database, we do not show it here.
+
 ==== Customize the JdbcMessageIdRepository
 
 Starting with *Camel 2.9.1* you have a few options to tune the