tree: 58fa0745256d1b088fb71c6a679e0bf7ca344453 [path history] [tgz]
  1. src/
  2. pom.xml
  3. README.md
components/camel-infinispan/README.md

Camel Infinispan Component

This component aims at integrating Infinispan 8+ for both embedded and remote (HotRod) usage.

Integration testing

Please note: the integration tests are disabled in the default Maven profile. If you wish to run them, enable the ‘infinispan-itests’ profile as follows:

mvn clean verify -Pinfinispan-itests