Skip to content

Commit 027a7b7

Browse files
authored
fix: defaultValue for spring.cloud.openfeign.circuitbreaker.alphanumeric-ids.enabled is true since version 4.0.0 (#1041)
1 parent 7cab5a2 commit 027a7b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"name": "spring.cloud.openfeign.circuitbreaker.alphanumeric-ids.enabled",
2525
"type": "java.lang.Boolean",
2626
"description": "If true, Circuit Breaker ids will only contain alphanumeric characters to allow for configuration via configuration properties.",
27-
"defaultValue": "false"
27+
"defaultValue": "true"
2828
},
2929
{
3030
"name": "spring.cloud.openfeign.httpclient.hc5.enabled",

0 commit comments

Comments
 (0)