Skip to content

Spring Boot 3.5.0 RC1 Configuration Changelog

Andy Wilkinson edited this page Apr 25, 2025 · 1 revision

Configuration property changes between 3.5.0-M3 and 3.5.0-RC1

Deprecated in 3.5.0-RC1

Key Replacement Reason

spring.codec.log-request-details

spring.http.codec.log-request-details

spring.codec.max-in-memory-size

spring.http.codec.max-in-memory-size

spring.http.client.connect-timeout

spring.http.client.settings.connect-timeout

spring.http.client.factory

spring.http.client.settings.factory

spring.http.client.read-timeout

spring.http.client.settings.read-timeout

spring.http.client.redirects

spring.http.client.settings.redirects

Added in 3.5.0-RC1

Key Default value Description

logging.structured.json.context.include

Whether context data should be included in the JSON.

logging.structured.json.context.prefix

The prefix to use when inserting context data.

management.otlp.metrics.export.meter

Per-meter properties that can be used to override defaults.

spring.http.client.settings.connect-timeout

Default connect timeout for a client HTTP request.

spring.http.client.settings.factory

Default factory used for a client HTTP request.

spring.http.client.settings.read-timeout

Default read timeout for a client HTTP request.

spring.http.client.settings.redirects

Handling for HTTP redirects.

spring.http.client.settings.ssl.bundle

SSL bundle to use.

spring.http.codecs.log-request-details

false

Whether to log form data at DEBUG level, and headers at TRACE level.

spring.http.codecs.max-in-memory-size

Limit on the number of bytes that can be buffered whenever the input stream needs to be aggregated.

spring.http.reactiveclient.settings.connect-timeout

Default connect timeout for a client HTTP request.

spring.http.reactiveclient.settings.connector

Default connector used for a client HTTP request.

spring.http.reactiveclient.settings.read-timeout

Default read timeout for a client HTTP request.

spring.http.reactiveclient.settings.redirects

Handling for HTTP redirects.

spring.http.reactiveclient.settings.ssl.bundle

SSL bundle to use.

spring.kafka.consumer.max-poll-interval

Maximum delay between invocations of poll() when using consumer group management.

spring.ldap.referral

Specify how referrals encountered by the service provider are to be processed.

spring.task.execution.mode

auto

Determine when the task executor is to be created.

spring.task.execution.simple.reject-tasks-when-limit-reached

false

Whether to reject tasks when the concurrency limit has been reached.

spring.test.print-condition-evaluation-report

true

Whether the condition evaluation report should be printed when the ApplicationContext fails to start.

Removed in 3.5.0-RC1

None.

Clone this wiki locally