diff --git a/docs/modules/ROOT/pages/spring-cloud-openfeign.adoc b/docs/modules/ROOT/pages/spring-cloud-openfeign.adoc index 5533f442..258175d5 100644 --- a/docs/modules/ROOT/pages/spring-cloud-openfeign.adoc +++ b/docs/modules/ROOT/pages/spring-cloud-openfeign.adoc @@ -562,7 +562,7 @@ public interface UserClient extends UserService { WARNING: `@FeignClient` interfaces should not be shared between server and client and annotating `@FeignClient` interfaces with `@RequestMapping` on class level is no longer supported. -[[feign-request/response-compression]] +[[feign-request-response-compression]] === Feign request/response compression You may consider enabling the request or response GZIP compression for your diff --git a/spring-cloud-openfeign-core/src/main/resources/META-INF/additional-spring-configuration-metadata.json b/spring-cloud-openfeign-core/src/main/resources/META-INF/additional-spring-configuration-metadata.json index 9a76cb58..fc7ddc43 100644 --- a/spring-cloud-openfeign-core/src/main/resources/META-INF/additional-spring-configuration-metadata.json +++ b/spring-cloud-openfeign-core/src/main/resources/META-INF/additional-spring-configuration-metadata.json @@ -24,7 +24,7 @@ "name": "spring.cloud.openfeign.circuitbreaker.alphanumeric-ids.enabled", "type": "java.lang.Boolean", "description": "If true, Circuit Breaker ids will only contain alphanumeric characters to allow for configuration via configuration properties.", - "defaultValue": "false" + "defaultValue": "true" }, { "name": "spring.cloud.openfeign.httpclient.hc5.enabled",