Skip to content

Spring Boot 2.7.0 RC1 Configuration Changelog

Andy Wilkinson edited this page Sep 23, 2022 · 1 revision

Configuration properties change between 2.7.0-M3 and 2.7.0-RC1

Deprecated in 2.7.0-RC1

None.

New in 2.7.0-RC1

Key

Default value

Description

management.endpoint.health.probes.add-additional-paths

false

Whether to make the liveness and readiness health groups available on the main server port.

management.metrics.export.dynatrace.v2.use-dynatrace-summary-instruments

true

Whether to fall back to the built-in micrometer instruments for Timer and DistributionSummary.

management.server.ssl.certificate

management.server.ssl.certificate-private-key

management.server.ssl.trust-certificate

management.server.ssl.trust-certificate-private-key

server.ssl.certificate

Path to a PEM-encoded SSL certificate file.

server.ssl.certificate-private-key

Path to a PEM-encoded private key file for the SSL certificate.

server.ssl.trust-certificate

Path to a PEM-encoded SSL certificate authority file.

server.ssl.trust-certificate-private-key

Path to a PEM-encoded private key file for the SSL certificate authority.

spring.graphql.rsocket.mapping

Mapping of the RSocket message handler.

spring.kafka.retry.topic.attempts

3

Total number of processing attempts made before sending the message to the DLT.

spring.kafka.retry.topic.delay

1s

Canonical backoff period.

spring.kafka.retry.topic.enabled

false

Whether to enable topic-based non-blocking retries.

spring.kafka.retry.topic.max-delay

0

Maximum wait between retries.

spring.kafka.retry.topic.multiplier

0

Multiplier to use for generating the next backoff delay.

spring.kafka.retry.topic.random-back-off

false

Whether to have the backoff delays.

spring.rsocket.server.ssl.certificate

spring.rsocket.server.ssl.certificate-private-key

spring.rsocket.server.ssl.trust-certificate

spring.rsocket.server.ssl.trust-certificate-private-key

spring.security.oauth2.resourceserver.jwt.audiences

Identifies the recipients that the JWT is intended for.

Removed in 2.7.0-RC1

Key

Replacement

Reason

spring.datasource.continue-on-error

spring.sql.init.continue-on-error

spring.datasource.data

spring.sql.init.data-locations

spring.datasource.data-password

spring.sql.init.password

spring.datasource.data-username

spring.sql.init.username

spring.datasource.initialization-mode

spring.sql.init.mode

spring.datasource.platform

spring.sql.init.platform

spring.datasource.schema

spring.sql.init.schema-locations

spring.datasource.schema-password

spring.sql.init.password

spring.datasource.schema-username

spring.sql.init.username

spring.datasource.separator

spring.sql.init.separator

spring.datasource.sql-script-encoding

spring.sql.init.encoding

Clone this wiki locally