From 88e9bbec07fa3b0e63f49a731155b38a99df57f7 Mon Sep 17 00:00:00 2001 From: buildmaster Date: Wed, 29 Jan 2020 16:01:53 +0000 Subject: [PATCH] Sync docs from master to gh-pages --- reference/html/index.html | 21 +++++++++++++++++++++ reference/html/spring-cloud-openfeign.html | 21 +++++++++++++++++++++ 2 files changed, 42 insertions(+) diff --git a/reference/html/index.html b/reference/html/index.html index 73df0689..b88bed75 100644 --- a/reference/html/index.html +++ b/reference/html/index.html @@ -109,6 +109,11 @@ $(addBlockSwitches);
  • 1.9. Feign logging
  • 1.10. Feign @QueryMap support
  • 1.11. HATEOAS support
  • +
  • 1.12. Troubleshooting + +
  • 2. Configuration properties
  • @@ -870,6 +875,22 @@ public interface DemoTemplate { +
    +

    1.12. Troubleshooting

    +
    +

    1.12.1. Early Initialization Errors

    +
    +

    Depending on how you are using your Feign clients you may see initialization errors when starting your application. +To work around this problem you can use an ObjectProvider when autowiring your client.

    +
    +
    +
    +
    @Autowired
    +ObjectProvider<TestFeginClient> testFeginClient;
    +
    +
    +
    +
    diff --git a/reference/html/spring-cloud-openfeign.html b/reference/html/spring-cloud-openfeign.html index 73df0689..b88bed75 100644 --- a/reference/html/spring-cloud-openfeign.html +++ b/reference/html/spring-cloud-openfeign.html @@ -109,6 +109,11 @@ $(addBlockSwitches);
  • 1.9. Feign logging
  • 1.10. Feign @QueryMap support
  • 1.11. HATEOAS support
  • +
  • 1.12. Troubleshooting + +
  • 2. Configuration properties
  • @@ -870,6 +875,22 @@ public interface DemoTemplate {
    +
    +

    1.12. Troubleshooting

    +
    +

    1.12.1. Early Initialization Errors

    +
    +

    Depending on how you are using your Feign clients you may see initialization errors when starting your application. +To work around this problem you can use an ObjectProvider when autowiring your client.

    +
    +
    +
    +
    @Autowired
    +ObjectProvider<TestFeginClient> testFeginClient;
    +
    +
    +
    +