Skip to content

Spring Boot 3.4.0 M2 Configuration Changelog

Andy Wilkinson edited this page Aug 22, 2024 · 2 revisions

Configuration property changes between 3.4.0-M1 and 3.4.0-M2

Deprecated in 3.4.0-M2

None.

Added in 3.4.0-M2

Key Default value Description

logging.structured.ecs.service.environment

Structured ECS service environment.

logging.structured.ecs.service.name

Structured ECS service name (defaults to 'spring.application.name').

logging.structured.ecs.service.node-name

Structured ECS service node name.

logging.structured.ecs.service.version

Structured ECS service version.

management.health.ssl.certificate-validity-warning-threshold

14d

If an SSL Certificate will be invalid within the time span defined by this threshold, it should trigger a warning.

management.health.ssl.enabled

true

Whether to enable SSL certificate health check.

management.info.ssl.enabled

false

Whether to enable SSL certificate info.

spring.application.version

Application version (defaults to 'Implementation-Version' from the manifest).

spring.couchbase.authentication.jks.location

Java KeyStore location for certificate-based cluster authentication.

spring.couchbase.authentication.jks.password

Java KeyStore password for certificate-based cluster authentication.

spring.couchbase.authentication.jks.private-key-password

Private key password for certificate-based cluster authentication.

spring.couchbase.authentication.pem.certificates

PEM-formatted certificates for certificate-based cluster authentication.

spring.couchbase.authentication.pem.private-key

PEM-formatted private key for certificate-based cluster authentication.

spring.couchbase.authentication.pem.private-key-password

Private key password for certificate-based cluster authentication.

spring.datasource.oracleucp.create-connection-in-borrow-thread

spring.datasource.oracleucp.min-idle

spring.pulsar.defaults.topic.enabled

true

Whether to enable default tenant and namespace support for topics.

spring.pulsar.defaults.topic.namespace

default

Default namespace to use when producing or consuming messages against a non-fully-qualified topic URL.

spring.pulsar.defaults.topic.tenant

public

Default tenant to use when producing or consuming messages against a non-fully-qualified topic URL.

Removed in 3.4.0-M2

None.

Clone this wiki locally