Skip to content

Commit 2382922

Browse files
committed
Remove sourceType from deprecated properties with error level
See gh-50375
1 parent 98084aa commit 2382922

2 files changed

Lines changed: 0 additions & 8 deletions

File tree

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@
3737
"name": "spring.jackson.read",
3838
"type": "java.util.Map<tools.jackson.core.json.JsonReadFeature,java.lang.Boolean>",
3939
"description": "Jackson on/off token reader features that are specific to JSON.",
40-
"sourceType": "org.springframework.boot.jackson.autoconfigure.JacksonProperties",
4140
"deprecation": {
4241
"level": "error",
4342
"replacement": "spring.jackson.json.read",
@@ -48,7 +47,6 @@
4847
"name": "spring.jackson.write",
4948
"type": "java.util.Map<tools.jackson.core.json.JsonWriteFeature,java.lang.Boolean>",
5049
"description": "Jackson on/off token writer features that are specific to JSON.",
51-
"sourceType": "org.springframework.boot.jackson.autoconfigure.JacksonProperties",
5250
"deprecation": {
5351
"level": "error",
5452
"replacement": "spring.jackson.json.write",

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

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
"name": "management.otlp.logging.compression",
1212
"type": "org.springframework.boot.opentelemetry.actuate.autoconfigure.logging.OpenTelemetryLoggingExportProperties$Compression",
1313
"description": "Method used to compress the payload.",
14-
"sourceType": "org.springframework.boot.opentelemetry.actuate.autoconfigure.logging.OpenTelemetryLoggingExportProperties",
1514
"defaultValue": "none",
1615
"deprecation": {
1716
"level": "error",
@@ -23,7 +22,6 @@
2322
"name": "management.otlp.logging.connect-timeout",
2423
"type": "java.time.Duration",
2524
"description": "Connect timeout for the OTel collector connection.",
26-
"sourceType": "org.springframework.boot.opentelemetry.actuate.autoconfigure.logging.OpenTelemetryLoggingExportProperties",
2725
"defaultValue": "10s",
2826
"deprecation": {
2927
"level": "error",
@@ -35,7 +33,6 @@
3533
"name": "management.otlp.logging.endpoint",
3634
"type": "java.lang.String",
3735
"description": "URL to the OTel collector's HTTP API.",
38-
"sourceType": "org.springframework.boot.opentelemetry.actuate.autoconfigure.logging.OpenTelemetryLoggingExportProperties",
3936
"deprecation": {
4037
"level": "error",
4138
"replacement": "management.opentelemetry.logging.export.otlp.endpoint",
@@ -54,7 +51,6 @@
5451
"name": "management.otlp.logging.headers",
5552
"type": "java.util.Map<java.lang.String,java.lang.String>",
5653
"description": "Custom HTTP headers you want to pass to the collector, for example auth headers.",
57-
"sourceType": "org.springframework.boot.opentelemetry.actuate.autoconfigure.logging.OpenTelemetryLoggingExportProperties",
5854
"deprecation": {
5955
"level": "error",
6056
"replacement": "management.opentelemetry.logging.export.otlp.headers",
@@ -65,7 +61,6 @@
6561
"name": "management.otlp.logging.timeout",
6662
"type": "java.time.Duration",
6763
"description": "Call timeout for the OTel Collector to process an exported batch of data. This timeout spans the entire call: resolving DNS, connecting, writing the request body, server processing, and reading the response body. If the call requires redirects or retries all must complete within one timeout period.",
68-
"sourceType": "org.springframework.boot.opentelemetry.actuate.autoconfigure.logging.OpenTelemetryLoggingExportProperties",
6964
"defaultValue": "10s",
7065
"deprecation": {
7166
"level": "error",
@@ -77,7 +72,6 @@
7772
"name": "management.otlp.logging.transport",
7873
"type": "org.springframework.boot.opentelemetry.actuate.autoconfigure.logging.Transport",
7974
"description": "Transport used to send the logs.",
80-
"sourceType": "org.springframework.boot.opentelemetry.actuate.autoconfigure.logging.OpenTelemetryLoggingExportProperties",
8175
"defaultValue": "http",
8276
"deprecation": {
8377
"level": "error",

0 commit comments

Comments
 (0)