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 2020/01/23 08:12:12 UTC

[camel] branch master updated: I love the regen's smell in the morning

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


The following commit(s) were added to refs/heads/master by this push:
     new 8cfe3f7  I love the regen's smell in the morning
8cfe3f7 is described below

commit 8cfe3f74ff0898433f34d98624de1695db63dae7
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Jan 23 09:11:13 2020 +0100

    I love the regen's smell in the morning
---
 .../camel/builder/endpoint/dsl/InfinispanEndpointBuilderFactory.java   | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/core/camel-endpointdsl/src/main/java/org/apache/camel/builder/endpoint/dsl/InfinispanEndpointBuilderFactory.java b/core/camel-endpointdsl/src/main/java/org/apache/camel/builder/endpoint/dsl/InfinispanEndpointBuilderFactory.java
index 505ed0f..3a45588 100644
--- a/core/camel-endpointdsl/src/main/java/org/apache/camel/builder/endpoint/dsl/InfinispanEndpointBuilderFactory.java
+++ b/core/camel-endpointdsl/src/main/java/org/apache/camel/builder/endpoint/dsl/InfinispanEndpointBuilderFactory.java
@@ -1287,7 +1287,8 @@ public interface InfinispanEndpointBuilderFactory {
         COMMAND_RETRY,
         ROLLING_UPGRADE,
         REMOTE_ITERATION,
-        SKIP_SIZE_OPTIMIZATION;
+        SKIP_SIZE_OPTIMIZATION,
+        IGNORE_TRANSACTION;
     }
 
     public interface InfinispanBuilders {