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 2017/06/06 07:06:45 UTC

camel git commit: CAMEL-11324 - deprecate krati component

Repository: camel
Updated Branches:
  refs/heads/master b85caa938 -> be78d944d


CAMEL-11324 - deprecate krati component


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

Branch: refs/heads/master
Commit: be78d944d5c69ed1a79409f56da2d96fb8ce8159
Parents: b85caa9
Author: onders86 <on...@gmail.com>
Authored: Mon Jun 5 15:22:06 2017 +0300
Committer: Claus Ibsen <da...@apache.org>
Committed: Tue Jun 6 09:06:39 2017 +0200

----------------------------------------------------------------------
 components/camel-krati/pom.xml                            | 2 +-
 components/camel-krati/src/main/docs/krati-component.adoc | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/be78d944/components/camel-krati/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-krati/pom.xml b/components/camel-krati/pom.xml
index 564d20c..7cbfe33 100644
--- a/components/camel-krati/pom.xml
+++ b/components/camel-krati/pom.xml
@@ -28,7 +28,7 @@
 
     <artifactId>camel-krati</artifactId>
     <packaging>jar</packaging>
-    <name>Camel :: Krati</name>
+    <name>Camel :: Krati (deprecated)</name>
     <description>Camel Krati support</description>
 
     <properties>

http://git-wip-us.apache.org/repos/asf/camel/blob/be78d944/components/camel-krati/src/main/docs/krati-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-krati/src/main/docs/krati-component.adoc b/components/camel-krati/src/main/docs/krati-component.adoc
index f02c210..8dfb9c5 100644
--- a/components/camel-krati/src/main/docs/krati-component.adoc
+++ b/components/camel-krati/src/main/docs/krati-component.adoc
@@ -1,4 +1,4 @@
-## Krati Component
+## Krati Component (deprecated)
 
 *Available as of Camel version 2.9*
 
@@ -210,4 +210,4 @@ from("direct://in").idempotentConsumer(header("messageId"), new KratiIdempotentR
 
 #### See also
 
-http://sna-projects.com/krati/[Krati Website]
+http://sna-projects.com/krati/[Krati Website]
\ No newline at end of file