Skip to content

Commit e562068

Browse files
committed
Add configuration metadata for feign.autoconfiguration.jackson.enabled
1 parent 9bb8b43 commit e562068

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

spring-cloud-openfeign-core/src/main/resources/META-INF/additional-spring-configuration-metadata.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@
88
"description": "If true, an OpenFeign client will be wrapped with a Hystrix circuit breaker.",
99
"defaultValue": "false"
1010
},
11+
{
12+
"name": "feign.autoconfiguration.jackson.enabled",
13+
"type": "java.lang.Boolean",
14+
"description": "If true, PageJacksonModule and SortJacksonModule bean will be provided for Jackson page decoding.",
15+
"defaultValue": "false"
16+
},
1117
{
1218
"name": "feign.circuitbreaker.enabled",
1319
"type": "java.lang.Boolean",

0 commit comments

Comments
 (0)