@@ -107,7 +107,7 @@ Import the project
107
107
<dependency >
108
108
<groupId >net.javacrumbs.shedlock</groupId >
109
109
<artifactId >shedlock-provider-mongo</artifactId >
110
- <version >0.7 .0</version >
110
+ <version >0.8 .0</version >
111
111
</dependency >
112
112
```
113
113
@@ -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.7 .0</version >
151
+ <version >0.8 .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.7 .0</version >
177
+ <version >0.8 .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.7 .0</version >
201
+ <version >0.8 .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.8.0
254
+ * LockableTaskScheduler made AutoClosable so it's closed upon Spring shutdown
255
+
253
256
## 0.7.0
254
257
* Support for lockAtLeastFor
255
258
0 commit comments