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-cloud-starter-single-step-batch-job/src/main/java/org/springframework/cloud/task/batch/autoconfigure/RangeConverter.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -48,7 +48,7 @@ else if (columns.length == 2) {
48
48
}
49
49
else {
50
50
thrownewIllegalArgumentException(String
51
-
.format("%s is in an illegal format. Ranges must be specified as startIndex-endIndex", source));
51
+
.format("%s is in an illegal format. Ranges must be specified as startIndex-endIndex", source));
Copy file name to clipboardExpand all lines: spring-cloud-starter-single-step-batch-job/src/main/java/org/springframework/cloud/task/batch/autoconfigure/SingleStepJobAutoConfiguration.java
+2-3Lines changed: 2 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -81,9 +81,8 @@ public Job job(ItemReader<Map<String, Object>> itemReader, ItemWriter<Map<String
Copy file name to clipboardExpand all lines: spring-cloud-starter-single-step-batch-job/src/main/java/org/springframework/cloud/task/batch/autoconfigure/flatfile/FlatFileItemReaderAutoConfiguration.java
+21-13Lines changed: 21 additions & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -67,11 +67,15 @@ public FlatFileItemReader<Map<String, Object>> itemReader(@Autowired(required =
Copy file name to clipboardExpand all lines: spring-cloud-starter-single-step-batch-job/src/main/java/org/springframework/cloud/task/batch/autoconfigure/flatfile/FlatFileItemWriterAutoConfiguration.java
Copy file name to clipboardExpand all lines: spring-cloud-starter-single-step-batch-job/src/main/java/org/springframework/cloud/task/batch/autoconfigure/jdbc/JdbcBatchItemWriterAutoConfiguration.java
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -87,7 +87,8 @@ public JdbcBatchItemWriter<Map<String, Object>> itemWriter() {
Copy file name to clipboardExpand all lines: spring-cloud-starter-single-step-batch-job/src/main/java/org/springframework/cloud/task/batch/autoconfigure/jdbc/JdbcCursorItemReaderAutoConfiguration.java
+15-8Lines changed: 15 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -85,14 +85,21 @@ public JdbcCursorItemReader<Map<String, Object>> itemReader(
Copy file name to clipboardExpand all lines: spring-cloud-starter-single-step-batch-job/src/main/java/org/springframework/cloud/task/batch/autoconfigure/kafka/KafkaItemReaderAutoConfiguration.java
+7-4Lines changed: 7 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -64,10 +64,13 @@ public KafkaItemReader<Object, Map<String, Object>> kafkaItemReader(
Copy file name to clipboardExpand all lines: spring-cloud-starter-single-step-batch-job/src/main/java/org/springframework/cloud/task/batch/autoconfigure/kafka/KafkaItemWriterAutoConfiguration.java
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -66,7 +66,9 @@ public KafkaItemWriter<Object, Map<String, Object>> kafkaItemWriter(
Copy file name to clipboardExpand all lines: spring-cloud-starter-single-step-batch-job/src/main/java/org/springframework/cloud/task/batch/autoconfigure/rabbit/AmqpItemReaderAutoConfiguration.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -57,7 +57,7 @@ public AmqpItemReaderProperties amqpItemReaderProperties() {
0 commit comments