You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: core/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/task/TaskExecutionProperties.java
+13Lines changed: 13 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -44,6 +44,11 @@ public class TaskExecutionProperties {
44
44
*/
45
45
privateModemode = Mode.AUTO;
46
46
47
+
/**
48
+
* Indicates whether to register ContextPropagatingTaskDecorator bean
49
+
*/
50
+
privatebooleanpropagateContext = false;
51
+
47
52
/**
48
53
* Prefix to use for the names of newly created threads.
49
54
*/
@@ -69,6 +74,14 @@ public void setMode(Mode mode) {
Copy file name to clipboardExpand all lines: core/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/task/TaskExecutorConfigurations.java
+26-4Lines changed: 26 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -75,17 +75,39 @@ static class TaskExecutorConfiguration {
0 commit comments