-
Notifications
You must be signed in to change notification settings - Fork 41.9k
Spring Boot 4.1.0 RC1 Configuration Changelog
Configuration property changes between 4.1.0-M4 and 4.1.0-RC1
| Key | Old Default | New Default |
|---|---|---|
|
|
|
| Key | Default value | Description |
|---|---|---|
|
|
Whether to map OpenTelemetry SDK environment variables to Spring Boot configuration properties. |
|
|
Whether to perform hostname verification. |
|
|
Whether to start the container automatically on startup. |
|
|
Base delay for a recovery attempt. |
|
|
Jitter value for the base retry attempt, randomly subtracted or added to the calculated delay, resulting in a value between 'delay - jitter' and 'delay + jitter' but never below the base delay or above the max delay. |
|
|
Maximum delay for any retry attempt, limiting how far jitter and the multiplier can increase the delay. |
|
Maximum number of recovery attempts. |
|
|
|
Multiplier for a delay for the next retry attempt, applied to the previous delay, starting with the initial delay as well as to the applicable jitter for each attempt. |
|
|
Maximum amount of time to wait for the subscription to become active. |
|
|
Whether the auto-configured DataSource should be wrapped in a proxy that fetches JDBC connections as late as possible. |
|
|
Whether to perform hostname verification. |
|
|
Whether to enable CSRF protection. |
|
|
Whether to allow sending non-transactional messages. |
|
|
Maximum time to wait when closing a producer. |
|
Whether default HTML escaping is enabled for the web application. |