Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Spring Boot 3.2.0 M2 Configuration Changelog

Phillip Webb edited this page Nov 13, 2024 · 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

Morty Proxy This is a proxified and sanitized view of the page, visit original site.