Skip to content

Commit bc68563

Browse files
committed
Revert "Update to ShimDandy 1.2.0; Closes #314 & #268."
This reverts commit dbadf7d.
1 parent ed538a7 commit bc68563

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

boot/base/pom.in.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
<dependency>
8787
<groupId>org.projectodd.shimdandy</groupId>
8888
<artifactId>shimdandy-api</artifactId>
89-
<version>1.2.0</version>
89+
<version>1.1.0</version>
9090
</dependency>
9191
<dependency>
9292
<groupId>junit</groupId>

boot/pod/project.clj

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@
1818
:dependencies [[boot/base ~version :scope "provided"]
1919
[org.clojure/clojure "1.6.0" :scope "provided"]
2020
[org.tcrawley/dynapath "0.2.3" :scope "compile"]
21-
[org.projectodd.shimdandy/shimdandy-impl "1.2.0" :scope "compile"]])
21+
[org.projectodd.shimdandy/shimdandy-impl "1.1.0" :scope "compile"]])

boot/pod/src/boot/pod.clj

+1-1
Original file line numberDiff line numberDiff line change
@@ -471,7 +471,7 @@
471471
(defn destroy-pod
472472
[pod]
473473
(when pod
474-
(.close pod)
474+
(.invoke pod "clojure.core/shutdown-agents")
475475
(.. pod getClassLoader close)))
476476

477477
(defn pod-pool

0 commit comments

Comments
 (0)