From 4fc80e6b01164d43e348213cf92383eed91ee9f1 Mon Sep 17 00:00:00 2001 From: Olga MaciaszekSharma Date: Wed, 8 Sep 2021 18:52:11 +0200 Subject: [PATCH] Update docs. Fixes gh-585. --- docs/src/main/asciidoc/spring-cloud-openfeign.adoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/src/main/asciidoc/spring-cloud-openfeign.adoc b/docs/src/main/asciidoc/spring-cloud-openfeign.adoc index c27783a9..aa87ca5c 100644 --- a/docs/src/main/asciidoc/spring-cloud-openfeign.adoc +++ b/docs/src/main/asciidoc/spring-cloud-openfeign.adoc @@ -477,9 +477,9 @@ public interface UserClient extends UserService { ---- NOTE: It is generally not advisable to share an interface between a -server and a client. It introduces tight coupling, and also actually -doesn't work with Spring MVC in its current form (method parameter -mapping is not inherited). +server and a client. It introduces tight coupling, and is also not supported by +all the maintained Spring MVC versions (method parameter +mapping is not inherited in some versions). === Feign request/response compression