spring-boot/spring-boot-project/spring-boot-autoconfigure
Brian Clozel 4da42c09a6 Configure automatic context propagation for Reactor
This commit adds a new configuration property,
`spring.reactor.context-propagation` that configures the context
propagation mode for Reactor operators. By default the value is set to
"AUTO" for reinstating automatically context values as ThreadLocals
within Reactor operators. The "LIMITED" mode restricts this feature ot
the "tap" and "handle" operators but has a slightly lower footprint.

Closes gh-34201
2023-02-20 10:22:57 +01:00
..
src Configure automatic context propagation for Reactor 2023-02-20 10:22:57 +01:00
build.gradle Upgrade to Jakarta Mail 2.1 and switch to Eclipse Angus RI 2022-11-08 11:01:15 +00:00