Skip to content

Spring Boot 3.1.0 RC2 Configuration Changelog

Phillip Webb edited this page Sep 6, 2023 · 1 revision

Configuration properties change between 3.1.0-RC1 and 3.1.0-RC2

Deprecated in 3.1.0-RC2

Key

Replacement

Reason

spring.couchbase.env.ssl.key-store

SSL bundle support with spring.ssl.bundle and spring.couchbase.env.ssl.bundle should be used instead

spring.couchbase.env.ssl.key-store-password

SSL bundle support with spring.ssl.bundle and spring.couchbase.env.ssl.bundle should be used instead

New in 3.1.0-RC2

Key

Default value

Description

management.tracing.brave.span-joining-supported

false

Whether the propagation type and tracing backend support sharing the span ID between client and server spans.

spring.data.redis.ssl.bundle

SSL bundle name.

spring.data.redis.ssl.enabled

Whether to enable SSL support.

spring.elasticsearch.restclient.ssl.bundle

SSL bundle name.

Removed in 3.1.0-RC2

Key

Replacement

Reason

spring.data.redis.ssl

spring.data.redis.ssl.enabled

Clone this wiki locally