-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Commit 250bfff
committed
GH-4755: Fix RecordFieldSetMapper for empty record
commit dde6cbe
Author: Seungyong Hong <jesse1231@naver.com>
Date: Sat Aug 16 14:44:25 2025 +0900
Fix RecordFieldSetMapper for empty record
- formatting.
Signed-off-by: Seungyong Hong <jesse1231@naver.com>
commit 0ce9de6
Author: Seungyong Hong <jesse1231@naver.com>
Date: Fri Aug 15 23:04:26 2025 +0900
Fix wrong behavior of JobRepository with empty identifying job parameters
- simplify brackets.
Signed-off-by: Seungyong Hong <jesse1231@naver.com>
commit 45efc57
Author: Seungyong Hong <jesse1231@naver.com>
Date: Fri Aug 15 20:43:39 2025 +0900
Fix wrong behavior of JobRepository with empty identifying job parameters
- Job has to be not completed whether empty identifying job parameters or not.
Signed-off-by: Seungyong Hong <jesse1231@naver.com>1 parent 3bcc525 commit 250bfff
File tree
2 files changed
+13
-9
lines changed- spring-batch-core/src
- main/java/org/springframework/batch/core/repository/support
- test/java/org/springframework/batch/core/repository/support
2 files changed
+13
-9
lines changedLines changed: 4 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
54 | 54 |
| |
55 | 55 |
| |
56 | 56 |
| |
57 | + | ||
57 | 58 |
| |
58 | 59 |
| |
59 | 60 |
| |
| |||
109 | 110 |
| |
110 | 111 |
| |
111 | 112 |
| |
112 | - | ||
113 | - | ||
114 | - | ||
115 | - | ||
113 | + | ||
114 | + | ||
115 | + | ||
116 | 116 |
| |
117 | 117 |
| |
118 | 118 |
| |
|
Lines changed: 9 additions & 5 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | - | ||
2 | + | ||
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
| |||
33 | 33 |
| |
34 | 34 |
| |
35 | 35 |
| |
36 | + | ||
37 | + | ||
36 | 38 |
| |
37 | 39 |
| |
38 | 40 |
| |
| |||
61 | 63 |
| |
62 | 64 |
| |
63 | 65 |
| |
66 | + | ||
64 | 67 |
| |
65 | 68 |
| |
66 | 69 |
| |
| |||
103 | 106 |
| |
104 | 107 |
| |
105 | 108 |
| |
106 | - | ||
109 | + | ||
107 | 110 |
| |
108 | 111 |
| |
109 | 112 |
| |
| |||
289 | 292 |
| |
290 | 293 |
| |
291 | 294 |
| |
292 | - | ||
293 | - | ||
294 | - | ||
295 | + | ||
296 | + | ||
297 | + | ||
298 | + | ||
295 | 299 |
| |
296 | 300 |
| |
297 | 301 |
| |
|
0 commit comments