Skip to content

Commit fbccc80

Browse files
committed
Add missing deprecation for 'management.tracing.enabled' property
1 parent ab405a3 commit fbccc80

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

module/spring-boot-micrometer-tracing/src/main/resources/META-INF/additional-spring-configuration-metadata.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
{
22
"groups": [],
33
"properties": [
4+
{
5+
"name": "management.tracing.enabled",
6+
"deprecation": {
7+
"replacement": "management.tracing.export.enabled",
8+
"level": "error"
9+
}
10+
},
411
{
512
"name": "management.tracing.export.enabled",
613
"type": "java.lang.Boolean",

0 commit comments

Comments
 (0)