Skip to content

Commit b283de8

Browse files
jhoellermdeinum
authored andcommitted
Respect TaskDecorator configuration on DefaultManagedTaskExecutor
Closes spring-projectsgh-30442
1 parent 9830c07 commit b283de8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

spring-context/src/main/java/org/springframework/scheduling/concurrent/ConcurrentTaskExecutor.java

+3
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,9 @@ public class ConcurrentTaskExecutor implements AsyncListenableTaskExecutor, Sche
9292
@Nullable
9393
private TaskDecorator taskDecorator;
9494

95+
@Nullable
96+
private TaskDecorator taskDecorator;
97+
9598

9699
/**
97100
* Create a new ConcurrentTaskExecutor, using a single thread executor as default.

0 commit comments

Comments
 (0)