From d106356c8691c2e394eb74e97cb316a27f3a5aa7 Mon Sep 17 00:00:00 2001 From: buildmaster Date: Wed, 27 May 2020 18:15:36 +0000 Subject: [PATCH] Sync docs from 2.2.x to gh-pages --- 2.2.x/reference/html/index.html | 10 ++++++++-- 2.2.x/reference/html/spring-cloud-openfeign.html | 10 ++++++++-- 2 files changed, 16 insertions(+), 4 deletions(-) diff --git a/2.2.x/reference/html/index.html b/2.2.x/reference/html/index.html index 0a0658dd..d4368665 100644 --- a/2.2.x/reference/html/index.html +++ b/2.2.x/reference/html/index.html @@ -110,7 +110,7 @@ $(addBlockSwitches);
  • 1.10. Feign @QueryMap support
  • 1.11. HATEOAS support
  • 1.12. Spring @MatrixVariable Support
  • -
  • 1.13. Troubleshooting +
  • 1.13. Reactive Support @@ -950,7 +950,13 @@ public interface DemoTemplate {
    -

    1.13. Troubleshooting

    +

    1.13. Reactive Support

    +
    +

    As the OpenFeign project does not currently support reactive clients, such as Spring WebClient, neither does Spring Cloud OpenFeign. We will add support for it here as soon as it becomes available in the core project.

    +
    +
    +

    Until that is done, we recommend using feign-reactive for Spring WebClient support.

    +

    1.13.1. Early Initialization Errors

    diff --git a/2.2.x/reference/html/spring-cloud-openfeign.html b/2.2.x/reference/html/spring-cloud-openfeign.html index 0a0658dd..d4368665 100644 --- a/2.2.x/reference/html/spring-cloud-openfeign.html +++ b/2.2.x/reference/html/spring-cloud-openfeign.html @@ -110,7 +110,7 @@ $(addBlockSwitches);
  • 1.10. Feign @QueryMap support
  • 1.11. HATEOAS support
  • 1.12. Spring @MatrixVariable Support
  • -
  • 1.13. Troubleshooting +
  • 1.13. Reactive Support @@ -950,7 +950,13 @@ public interface DemoTemplate {
    -

    1.13. Troubleshooting

    +

    1.13. Reactive Support

    +
    +

    As the OpenFeign project does not currently support reactive clients, such as Spring WebClient, neither does Spring Cloud OpenFeign. We will add support for it here as soon as it becomes available in the core project.

    +
    +
    +

    Until that is done, we recommend using feign-reactive for Spring WebClient support.

    +