You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2021/02/04 09:29:44 UTC

[camel] branch master updated: Remove outdated readme

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

davsclaus 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 dc37209  Remove outdated readme
dc37209 is described below

commit dc372098ec1782f2e637b348533aff3d01b43989
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Thu Feb 4 10:29:16 2021 +0100

    Remove outdated readme
---
 components/camel-infinispan/README.md | 12 ------------
 1 file changed, 12 deletions(-)

diff --git a/components/camel-infinispan/README.md b/components/camel-infinispan/README.md
deleted file mode 100644
index 685378d..0000000
--- a/components/camel-infinispan/README.md
+++ /dev/null
@@ -1,12 +0,0 @@
-# Camel Infinispan Component
-
-This component aims at integrating Infinispan 8+ and Infinispan 9+ 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
-