Skip to content

Spring Boot 2.3.0 M2 Configuration Changelog

Phillip Webb edited this page Jun 8, 2020 · 1 revision

Configuration properties change between 2.3.0.M1 and 2.3.0.M2

Table 1. Deprecated keys in 2.3.0.M2

Key

Replacement

Reason

management.health.status.order

management.endpoint.health.status.order

Table 2. New keys in 2.3.0.M2

Key

Default value

Description

management.health.status.http-mapping

spring.data.couchbase.type-key

_class

Name of the field that stores the type information for complex types when using "MappingCouchbaseConverter".

spring.data.mongodb.uuid-representation

java-legacy

Representation to use when converting a UUID to a BSON binary value.

spring.flyway.validate-migration-naming

false

Whether to validate migrations and callbacks whose scripts do not obey the correct naming convention.

Table 3. Removed keys in 2.3.0.M2

Key

Replacement

Reason

Clone this wiki locally