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/jdbc/JDBCSingleStepDataSourceAutoConfiguration.java
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -31,8 +31,8 @@
31
31
/**
32
32
* Establishes the default {@link DataSource} for the Task when creating a
33
33
* {@link DataSource} for
34
-
* {@link org.springframework.batch.item.database.JdbcCursorItemReader} or
Copy file name to clipboardExpand all lines: spring-cloud-starter-single-step-batch-job/src/main/java/org/springframework/cloud/task/batch/autoconfigure/jdbc/JdbcBatchItemWriterProperties.java
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,7 @@ public class JdbcBatchItemWriterProperties {
Copy file name to clipboardExpand all lines: spring-cloud-starter-single-step-batch-job/src/main/java/org/springframework/cloud/task/batch/autoconfigure/jdbc/JdbcCursorItemReaderProperties.java
+20-17Lines changed: 20 additions & 17 deletions
Original file line number
Diff line number
Diff line change
@@ -27,9 +27,10 @@ public class JdbcCursorItemReaderProperties {
27
27
28
28
/**
29
29
* Configure whether the state of the
30
-
* {@link org.springframework.batch.item.ItemStreamSupport} should be persisted within
31
-
* the {@link org.springframework.batch.item.ExecutionContext} for restart purposes.
32
-
* Defaults to {@code true}.
30
+
* {@link org.springframework.batch.infrastructure.item.ItemStreamSupport} should be
31
+
* persisted within the
32
+
* {@link org.springframework.batch.infrastructure.item.ExecutionContext} for restart
33
+
* purposes. Defaults to {@code true}.
33
34
*/
34
35
privatebooleansaveState = true;
35
36
@@ -104,8 +105,10 @@ public boolean isSaveState() {
104
105
105
106
/**
106
107
* Configure if the state of the
107
-
* {@link org.springframework.batch.item.ItemStreamSupport} should be persisted within
108
-
* the {@link org.springframework.batch.item.ExecutionContext} for restart purposes.
108
+
* {@link org.springframework.batch.infrastructure.item.ItemStreamSupport} should be
109
+
* persisted within the
110
+
* {@link org.springframework.batch.infrastructure.item.ExecutionContext} for restart
111
+
* purposes.
109
112
* @param saveState defaults to true
110
113
*/
111
114
publicvoidsetSaveState(booleansaveState) {
@@ -123,10 +126,10 @@ public String getName() {
123
126
124
127
/**
125
128
* The name used to calculate the key within the
126
-
* {@link org.springframework.batch.item.ExecutionContext}. Required if
129
+
* {@link org.springframework.batch.infrastructure.item.ExecutionContext}. Required if
Copy file name to clipboardExpand all lines: spring-cloud-starter-single-step-batch-job/src/main/java/org/springframework/cloud/task/batch/autoconfigure/kafka/KafkaItemReaderProperties.java
+15-11Lines changed: 15 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@ public class KafkaItemReaderProperties {
0 commit comments