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 2018/02/06 14:01:40 UTC

[camel] 03/03: CAMEL-8958: Polished

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

davsclaus pushed a commit to branch 8958
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 5dc0f47a008011573c0a742add1899f933e594a4
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Tue Feb 6 14:50:45 2018 +0100

    CAMEL-8958: Polished
---
 camel-core/src/main/docs/eips/claimCheck-eip.adoc | 2 +-
 camel-core/src/main/docs/eips/hystrix-eip.adoc    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/camel-core/src/main/docs/eips/claimCheck-eip.adoc b/camel-core/src/main/docs/eips/claimCheck-eip.adoc
index 4a505ca..3b52ea2 100644
--- a/camel-core/src/main/docs/eips/claimCheck-eip.adoc
+++ b/camel-core/src/main/docs/eips/claimCheck-eip.adoc
@@ -1,7 +1,7 @@
 [[claimCheck-eip]]
 == Claim Check EIP
 
-Available as of Camel 2.21
+*Available as of Camel 2.21*
 
 The Claim Check EIP allows you to replace message content with a claim check (a unique key),
 which can be used to retrieve the message content at a later time.
diff --git a/camel-core/src/main/docs/eips/hystrix-eip.adoc b/camel-core/src/main/docs/eips/hystrix-eip.adoc
index 3cfd897..fd598ad 100644
--- a/camel-core/src/main/docs/eips/hystrix-eip.adoc
+++ b/camel-core/src/main/docs/eips/hystrix-eip.adoc
@@ -1,7 +1,7 @@
 [[hystrix-eip]]
 == Hystrix EIP
 
-Available as of Camel 2.18
+*Available as of Camel 2.18*
 
 The Hystrix EIP provides integration with Netflix link:https://github.com/Netflix/Hystrix[Hystrix] to be used as circuit breaker in the Camel routes. Hystrix is a latency and fault tolerance library designed to isolate points of access to remote systems, services and 3rd party libraries, stop cascading failure and enable resilience in complex distributed systems where failure is inevitable.
 

-- 
To stop receiving notification emails like this one, please contact
davsclaus@apache.org.