Merge branch '4.0.x'

Closes gh-50632
This commit is contained in:
Stéphane Nicoll
2026-05-30 14:48:00 +02:00
5 changed files with 5 additions and 5 deletions
@@ -201,7 +201,7 @@
},
{
"name": "management.wavefront.api-token-type",
"type": "org.springframework.boot.actuate.autoconfigure.wavefront.WavefrontProperties$TokenType",
"type": "java.lang.String",
"deprecation": {
"level": "error",
"reason": "Wavefront is end-of-life.",
@@ -50,7 +50,7 @@
},
{
"name": "spring.datasource.initialization-mode",
"type": "org.springframework.boot.jdbc.DataSourceInitializationMode",
"type": "org.springframework.boot.sql.init.DatabaseInitializationMode",
"deprecation": {
"level": "error",
"replacement": "spring.sql.init.mode",
@@ -10,7 +10,7 @@
{
"name": "spring.mail.test-connection",
"description": "Whether to test that the mail server is available on startup.",
"sourceType": "org.springframework.boot.autoconfigure.mail.MailProperties",
"sourceType": "org.springframework.boot.mail.autoconfigure.MailSenderValidatorAutoConfiguration",
"type": "java.lang.Boolean",
"defaultValue": false
}
@@ -1393,7 +1393,7 @@
},
{
"name": "management.metrics.export.prometheus.pushgateway.shutdown-operation",
"type": "org.springframework.boot.actuate.metrics.export.prometheus.PrometheusPushGatewayManager$ShutdownOperation",
"type": "org.springframework.boot.micrometer.metrics.export.prometheus.PrometheusPushGatewayManager$ShutdownOperation",
"deprecation": {
"level": "error",
"replacement": "management.prometheus.metrics.export.pushgateway.shutdown-operation",
@@ -15,7 +15,7 @@
},
{
"name": "management.otlp.logging.compression",
"type": "org.springframework.boot.opentelemetry.actuate.autoconfigure.logging.OpenTelemetryLoggingExportProperties$Compression",
"type": "org.springframework.boot.opentelemetry.autoconfigure.logging.otlp.OtlpLoggingProperties$Compression",
"description": "Method used to compress the payload.",
"defaultValue": "none",
"deprecation": {