Skip to content

Commit bd8f835

Browse files
bslessBen Sless
and
Ben Sless
authored
Bump httpkit version, add initialize-at-run-time for inner class (#37)
Co-authored-by: Ben Sless <[email protected]>
1 parent ae12027 commit bd8f835

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

http-kit/project.clj

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
(defproject http-kit "0.1.0-SNAPSHOT"
22

33
:dependencies [[org.clojure/clojure "1.5.1"]
4-
[http-kit "2.5.0-alpha2"]]
4+
[http-kit "2.5.2"]]
55

66
:main simple.main
77

@@ -13,11 +13,12 @@
1313
:aliases
1414
{"native"
1515
["shell"
16-
"native-image"
17-
"--report-unsupported-elements-at-runtime"
16+
"native-image"
17+
"--report-unsupported-elements-at-runtime"
1818
"--no-server"
1919
"--allow-incomplete-classpath"
2020
"--initialize-at-build-time"
21+
"--initialize-at-run-time=org.httpkit.client.ClientSslEngineFactory\\$SSLHolder"
2122
"--enable-url-protocols=http,https"
2223
"-jar" "./target/${:uberjar-name:-${:name}-${:version}-standalone.jar}"
2324
"-H:Name=./target/${:name}"]

0 commit comments

Comments
 (0)