spring-boot/spring-boot-project
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
..
spring-boot Fix property binding to Kotlin data class in a native image 2023-02-13 14:49:04 +00:00
spring-boot-actuator Remove hints for Spring Integration Graph 2023-02-14 19:44:34 +00:00
spring-boot-actuator-autoconfigure Merge branch '2.7.x' into 3.0.x 2023-02-15 15:26:38 +00:00
spring-boot-autoconfigure Configure automatic context propagation for Reactor 2023-02-20 10:22:57 +01:00
spring-boot-dependencies Upgrade to Spring LDAP 3.0.1 2023-02-17 16:03:26 +01:00
spring-boot-devtools Merge branch '2.7.x' into 3.0.x 2023-02-14 20:02:01 +00:00
spring-boot-docs Configure automatic context propagation for Reactor 2023-02-20 10:22:57 +01:00
spring-boot-parent Merge branch '2.7.x' 2023-01-12 16:13:26 +01:00
spring-boot-starters Merge branch '2.7.x' 2023-01-16 12:03:03 +01:00
spring-boot-test Merge branch '2.7.x' into 3.0.x 2023-02-01 17:32:39 +00:00
spring-boot-test-autoconfigure Replace Base64Utils with JDK's Base64 2023-01-31 10:20:06 +01:00
spring-boot-tools Fix name for Implementation-Title in Spring Boot Gradle plugin 2023-02-14 19:47:43 +00:00