Skip to content

Spring Boot 3.3.0 M3 Configuration Changelog

Andy Wilkinson edited this page Mar 22, 2024 · 3 revisions

Configuration property changes between 3.3.0-M2 and 3.3.0-M3

Deprecated in 3.3.0-M3

None.

Added in 3.3.0-M3

Key Default value Description

management.endpoint.sbom.additional

Additional SBOMs.

management.endpoint.sbom.application.location

Location to the SBOM.

management.endpoint.sbom.application.media-type

Media type of the SBOM.

management.endpoint.sbom.cache.time-to-live

0ms

Maximum time that a response can be cached.

management.endpoint.sbom.enabled

true

Whether to enable the sbom endpoint.

spring.pulsar.client.failover.failover-delay

Delay before the Pulsar client switches from the primary cluster to the backup cluster.

Removed in 3.3.0-M3

Key Replacement Reason

spring.flyway.cherry-pick

Removed in Flyway 10

spring.flyway.license-key

Removed in Flyway 10

spring.pulsar.client.failover.fail-over-delay

spring.pulsar.client.failover.failover-delay

Clone this wiki locally