You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by lb...@apache.org on 2016/04/26 15:01:08 UTC

[2/2] camel git commit: CAMEL-9883 : Add a SpringCache based idempotent repository (fix build)

CAMEL-9883 : Add a SpringCache based idempotent repository (fix build)


Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/52a3377e
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/52a3377e
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/52a3377e

Branch: refs/heads/camel-2.17.x
Commit: 52a3377ea12d3749dd584444ff43d012ba890011
Parents: a6b354a
Author: lburgazzoli <lb...@gmail.com>
Authored: Tue Apr 26 14:59:57 2016 +0200
Committer: lburgazzoli <lb...@gmail.com>
Committed: Tue Apr 26 14:59:57 2016 +0200

----------------------------------------------------------------------
 components/camel-infinispan/pom.xml | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/52a3377e/components/camel-infinispan/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-infinispan/pom.xml b/components/camel-infinispan/pom.xml
index c7311f7..c3ad163 100644
--- a/components/camel-infinispan/pom.xml
+++ b/components/camel-infinispan/pom.xml
@@ -281,6 +281,8 @@
                                             <command>/subsystem=datagrid-infinispan/cache-container=local/local-cache=include_current_state:add(configuration=default)</command>
                                             <!-- Separate cache for protobuf serialized objects. -->
                                             <command>/subsystem=datagrid-infinispan/cache-container=local/local-cache=misc_cache:add(configuration=default)</command>
+                                            <!-- Separate cache for protobuf serialized objects. -->
+                                            <command>/subsystem=datagrid-infinispan/cache-container=local/local-cache=idempotent:add(configuration=default)</command>
                                         </commands>
                                     </executeCommands>
                                 </configuration>