Commit beb9065
committed
Fix inaccurate exception message in TaskExecutorJobLauncher
The JobExecutionAlreadyRunningException thrown by TaskExecutorJobLauncher
currently includes the JobInstance details instead of the running
JobExecution details.
This commit updates the exception to pass the running JobExecution.
Resolves #5280
Signed-off-by: kojw1017 <kojw1017@naver.com>1 parent 2e9755d commit beb9065
File tree
1 file changed
+1
-1
lines changed- spring-batch-core/src/main/java/org/springframework/batch/core/launch/support
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
134 | 134 | | |
135 | 135 | | |
136 | 136 | | |
137 | | - | |
| 137 | + | |
138 | 138 | | |
139 | 139 | | |
140 | 140 | | |
| |||
0 commit comments