@@ -24,7 +24,7 @@ using any transaction. In such case ShedLock may be right for you.
24
24
<dependency >
25
25
<groupId >net.javacrumbs.shedlock</groupId >
26
26
<artifactId >shedlock-spring</artifactId >
27
- <version >0.7 .0</version >
27
+ <version >0.10 .0</version >
28
28
</dependency >
29
29
```
30
30
@@ -148,7 +148,7 @@ Add dependency
148
148
<dependency >
149
149
<groupId >net.javacrumbs.shedlock</groupId >
150
150
<artifactId >shedlock-provider-jdbc-template</artifactId >
151
- <version >0.9 .0</version >
151
+ <version >0.10 .0</version >
152
152
</dependency >
153
153
```
154
154
@@ -174,7 +174,7 @@ For those who do not want to use jdbc-template, there is plain JDBC lock provide
174
174
<dependency >
175
175
<groupId >net.javacrumbs.shedlock</groupId >
176
176
<artifactId >shedlock-provider-jdbc</artifactId >
177
- <version >0.9 .0</version >
177
+ <version >0.10 .0</version >
178
178
</dependency >
179
179
```
180
180
@@ -198,7 +198,7 @@ Import
198
198
<dependency >
199
199
<groupId >net.javacrumbs.shedlock</groupId >
200
200
<artifactId >shedlock-provider-zookeeper-curator</artifactId >
201
- <version >0.9 .0</version >
201
+ <version >0.10 .0</version >
202
202
</dependency >
203
203
```
204
204
@@ -250,6 +250,9 @@ public void run() {
250
250
251
251
## Change log
252
252
253
+ ## 0.10.0
254
+ * jdbc-template-provider does not participate in task transaction
255
+
253
256
## 0.9.0
254
257
* Support for @SchedulerLock annotations on proxied classes
255
258
0 commit comments