Testing whether pedestal library can be used in a native binary image with GraalVM(23).
Currently testing:
[org.clojure/clojure "1.12.0"]
[io.pedestal/pedestal.service "0.7.2"]
[io.pedestal/pedestal.jetty "0.7.2"]
Test with:
lein do run, clean, uberjar, native, run-native
Pedestal don't work without --initialize-at-build-time
but it does not conflict with the usage of graal-build-time
.
[io.pedestal.http :as http]
✅
[io.pedestal.jetty :as jetty]
✅
[io.pedestal.http.body-params :as body-params]
✅
[io.pedestal.interceptor :as pedestal.interceptor]
✅