Skip to content

Spring Boot 3.2.0 M2 Configuration Changelog

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

Configuration properties change between 3.2.0-M1 and 3.2.0-M2

Deprecated in 3.2.0-M2

Key

Replacement

Reason

management.otlp.metrics.export.resource-attributes

management.opentelemetry.resource-attributes

New in 3.2.0-M2

Key

Default value

Description

management.atlas.metrics.export.lwc-ignore-publish-step

true

Whether expressions with the same step size as Atlas publishing should be ignored for streaming.

management.atlas.metrics.export.lwc-step

5s

Step size (reporting frequency) to use for streaming to Atlas LWC.

management.observations.r2dbc.include-parameter-values

false

Whether to tag actual query parameter values.

management.opentelemetry.resource-attributes

Resource attributes.

management.signalfx.metrics.export.published-histogram-type

Type of histogram to publish.

management.stackdriver.metrics.export.metric-type-prefix

custom.googleapis.com/

Prefix for metric type.

management.wavefront.metrics.export.report-day-distribution

false

Whether to report histogram distributions aggregated into day intervals.

management.wavefront.metrics.export.report-hour-distribution

false

Whether to report histogram distributions aggregated into hour intervals.

management.wavefront.metrics.export.report-minute-distribution

true

Whether to report histogram distributions aggregated into minute intervals.

spring.kafka.listener.change-consumer-thread-name

Whether to instruct the container to change the consumer thread name during initialization.

spring.rabbitmq.listener.direct.force-stop

false

Whether the container (when stopped) should stop immediately after processing the current message or stop after processing all pre-fetched messages.

spring.rabbitmq.listener.simple.force-stop

false

Whether the container (when stopped) should stop immediately after processing the current message or stop after processing all pre-fetched messages.

spring.rsocket.server.spec.compress

false

Whether the websocket compression extension is enabled.

spring.rsocket.server.spec.handle-ping

false

Whether to proxy websocket ping frames or respond to them.

spring.rsocket.server.spec.max-frame-payload-length

65536B

Maximum allowable frame payload length.

spring.rsocket.server.spec.protocols

Sub-protocol to use in websocket handshake signature.

spring.task.execution.simple.concurrency-limit

Set the maximum number of parallel accesses allowed. -1 indicates no concurrency limit at all.

spring.task.scheduling.simple.concurrency-limit

Set the maximum number of parallel accesses allowed. -1 indicates no concurrency limit at all.

Removed in 3.2.0-M2

Key

Replacement

Reason

Clone this wiki locally