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 2022/05/19 11:59:50 UTC

[camel] branch camel-3.11.x updated: Remove hystrix EIP link as its removed. Dont know the antora kung-fu to refer to a specific version.

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

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


The following commit(s) were added to refs/heads/camel-3.11.x by this push:
     new f4a390d99f5 Remove hystrix EIP link as its removed. Dont know the antora kung-fu to refer to a specific version.
f4a390d99f5 is described below

commit f4a390d99f553191aa80fd55c0526341c995c93a
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Thu May 19 13:59:32 2022 +0200

    Remove hystrix EIP link as its removed. Dont know the antora kung-fu to refer to a specific version.
---
 core/camel-core-engine/src/main/docs/modules/eips/nav.adoc              | 2 --
 .../src/main/docs/modules/eips/pages/circuitBreaker-eip.adoc            | 2 +-
 2 files changed, 1 insertion(+), 3 deletions(-)

diff --git a/core/camel-core-engine/src/main/docs/modules/eips/nav.adoc b/core/camel-core-engine/src/main/docs/modules/eips/nav.adoc
index f4d3d112021..7aeef064486 100644
--- a/core/camel-core-engine/src/main/docs/modules/eips/nav.adoc
+++ b/core/camel-core-engine/src/main/docs/modules/eips/nav.adoc
@@ -31,8 +31,6 @@
  ** xref:eips:filter-eip.adoc[Filter]
  ** xref:eips:from-eip.adoc[From]
  ** xref:eips:guaranteed-delivery.adoc[Guaranteed Delivery]
- ** xref:eips:hystrixConfiguration-eip.adoc[Hystrix Configuration]
- ** xref:eips:hystrix-eip.adoc[Hystrix EIP (deprecated)]
  ** xref:eips:idempotentConsumer-eip.adoc[Idempotent Consumer]
  ** xref:eips:inOnly-eip.adoc[In Only]
  ** xref:eips:inOut-eip.adoc[In Out]
diff --git a/core/camel-core-engine/src/main/docs/modules/eips/pages/circuitBreaker-eip.adoc b/core/camel-core-engine/src/main/docs/modules/eips/pages/circuitBreaker-eip.adoc
index 95e8fc0529d..f0b5e060091 100644
--- a/core/camel-core-engine/src/main/docs/modules/eips/pages/circuitBreaker-eip.adoc
+++ b/core/camel-core-engine/src/main/docs/modules/eips/pages/circuitBreaker-eip.adoc
@@ -73,6 +73,6 @@ And in XML DSL:
 
 Camel provides three implementations of this pattern:
 
-* xref:hystrix-eip.adoc[Hystrix] - *Deprecated:* Using the Netflix Hystrix implementation
+* Hystrix - *Deprecated:* Using the Netflix Hystrix implementation
 * xref:resilience4j-eip.adoc[Resilience4j] - Using the Resilience4j implementation
 * xref:fault-tolerance-eip.adoc[Fault Tolerance] - Using the MicroProfile Fault Tolerance implementation