From 5cb71dd455059097a3c8e935b9f10a77613cf746 Mon Sep 17 00:00:00 2001 From: buildmaster Date: Wed, 27 May 2020 18:20:09 +0000 Subject: [PATCH] Sync docs from master to gh-pages --- reference/html/index.html | 10 ++++++++-- reference/html/spring-cloud-openfeign.html | 10 ++++++++-- 2 files changed, 16 insertions(+), 4 deletions(-) diff --git a/reference/html/index.html b/reference/html/index.html index 459de534..997c9758 100644 --- a/reference/html/index.html +++ b/reference/html/index.html @@ -129,7 +129,7 @@ $(globalSwitch);
  • 1.10. Feign @QueryMap support
  • 1.11. HATEOAS support
  • 1.12. Spring @MatrixVariable Support
  • -
  • 1.13. Troubleshooting +
  • 1.13. Reactive Support @@ -943,7 +943,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/reference/html/spring-cloud-openfeign.html b/reference/html/spring-cloud-openfeign.html index 459de534..997c9758 100644 --- a/reference/html/spring-cloud-openfeign.html +++ b/reference/html/spring-cloud-openfeign.html @@ -129,7 +129,7 @@ $(globalSwitch);
  • 1.10. Feign @QueryMap support
  • 1.11. HATEOAS support
  • 1.12. Spring @MatrixVariable Support
  • -
  • 1.13. Troubleshooting +
  • 1.13. Reactive Support @@ -943,7 +943,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.

    +