-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Commit e4dfd12
committed
Use PlatformTransactionManager in JdbcDefaultBatchConfiguration
This change is required to make it possible to use a JPA
transaction manager with the default configuration1 parent 639d64f commit e4dfd12
File tree
2 files changed
+9
-9
lines changed- spring-batch-core/src/main/java/org/springframework/batch/core/configuration
- annotation
- support
2 files changed
+9
-9
lines changedLines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
19 | 19 |
| |
20 | 20 |
| |
21 | 21 |
| |
22 | - | ||
22 | + | ||
23 | 23 |
| |
24 | 24 |
| |
25 | 25 |
| |
| |||
39 | 39 |
| |
40 | 40 |
| |
41 | 41 |
| |
42 | - | ||
42 | + | ||
43 | 43 |
| |
44 | 44 |
| |
45 | 45 |
| |
| |||
107 | 107 |
| |
108 | 108 |
| |
109 | 109 |
| |
110 | - | ||
110 | + | ||
111 | 111 |
| |
112 | 112 |
| |
113 | 113 |
| |
|
Lines changed: 6 additions & 6 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
43 | 43 |
| |
44 | 44 |
| |
45 | 45 |
| |
46 | - | ||
47 | 46 |
| |
48 | 47 |
| |
48 | + | ||
49 | 49 |
| |
50 | 50 |
| |
51 | 51 |
| |
| |||
142 | 142 |
| |
143 | 143 |
| |
144 | 144 |
| |
145 | - | ||
146 | - | ||
145 | + | ||
146 | + | ||
147 | 147 |
| |
148 | 148 |
| |
149 | - | ||
149 | + | ||
150 | 150 |
| |
151 | - | ||
151 | + | ||
152 | 152 |
| |
153 | 153 |
| |
154 | 154 |
| |
155 | 155 |
| |
156 | 156 |
| |
157 | 157 |
| |
158 | - | ||
158 | + | ||
159 | 159 |
| |
160 | 160 |
| |
161 | 161 |
| |
|
0 commit comments