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: spring-batch-core/src/main/java/org/springframework/batch/core/configuration/annotation/DefaultBatchConfigurer.java
Copy file name to clipboardExpand all lines: spring-batch-core/src/main/java/org/springframework/batch/core/configuration/annotation/EnableBatchProcessing.java
Copy file name to clipboardExpand all lines: spring-batch-core/src/main/java/org/springframework/batch/core/launch/support/TaskExecutorJobLauncher.java
Copy file name to clipboardExpand all lines: spring-batch-core/src/test/java/org/springframework/batch/core/repository/dao/AbstractJobExecutionDaoTests.java
+2-1
Original file line number
Diff line number
Diff line change
@@ -206,7 +206,8 @@ public void testFindRunningExecutions() {
206
206
207
207
// BATCH-2675
208
208
// Abnormal JobExecution as both StartTime and EndTime are null
209
-
// This can occur when SimpleJobLauncher#run() submission to taskExecutor throws a
209
+
// This can occur when TaskExecutorJobLauncher#run() submission to taskExecutor
Copy file name to clipboardExpand all lines: spring-batch-core/src/test/resources/org/springframework/batch/core/configuration/support/JobRegistryIntegrationTests-context.xml
Copy file name to clipboardExpand all lines: spring-batch-core/src/test/resources/org/springframework/batch/core/configuration/xml/JobStepParserTests-context.xml
Copy file name to clipboardExpand all lines: spring-batch-core/src/test/resources/org/springframework/batch/core/launch/JobLauncherIntegrationTests-context.xml
Copy file name to clipboardExpand all lines: spring-batch-core/src/test/resources/org/springframework/batch/core/repository/dao/OptimisticLockingFailureTests-context.xml
Copy file name to clipboardExpand all lines: spring-batch-core/src/test/resources/org/springframework/batch/core/repository/dao/TablePrefixTests-context.xml
Copy file name to clipboardExpand all lines: spring-batch-core/src/test/resources/org/springframework/batch/core/resource/ListPreparedStatementSetterTests-context.xml
Copy file name to clipboardExpand all lines: spring-batch-core/src/test/resources/org/springframework/batch/core/scope/context/CommitIntervalJobParameter-context.xml
Copy file name to clipboardExpand all lines: spring-batch-core/src/test/resources/org/springframework/batch/core/step/RestartInPriorStepTests-context.xml
Copy file name to clipboardExpand all lines: spring-batch-core/src/test/resources/org/springframework/batch/core/step/item/FaultTolerantExceptionClassesTests-context.xml
Copy file name to clipboardExpand all lines: spring-batch-core/src/test/resources/org/springframework/batch/core/step/item/ScriptItemProcessorTests-context.xml
Copy file name to clipboardExpand all lines: spring-batch-core/src/test/resources/org/springframework/batch/core/step/skip/ReprocessExceptionTests-context.xml
0 commit comments