Skip to content

Spring Boot 4.1.0 M1 Configuration Changelog

Andy Wilkinson edited this page Jan 22, 2026 · 1 revision

Configuration property changes between 4.0.2 and 4.1.0-M1

Deprecated in 4.1.0-M1

None.

Added in 4.1.0-M1

Key Default value Description

spring.data.rest.return-body-on-delete

Whether to return a response body after deleting an entity.

spring.ldap.embedded.ssl.bundle

SSL bundle name.

spring.ldap.embedded.ssl.enabled

Whether to enable SSL support.

spring.task.execution.propagate-context

false

Whether to propagate the current context to task executions.

Removed in 4.1.0-M1

Key Replacement Reason

logging.file.clean-history-on-start

logging.logback.rollingpolicy.clean-history-on-start

logging.file.max-history

logging.logback.rollingpolicy.max-history

logging.file.max-size

logging.logback.rollingpolicy.max-file-size

logging.file.total-size-cap

logging.logback.rollingpolicy.total-size-cap

logging.pattern.rolling-file-name

logging.logback.rollingpolicy.file-name-pattern

Clone this wiki locally