Skip to content

Files

Latest commit

2235d12 · Nov 10, 2024

History

History

pedestal

README.md

pedestal

Testing whether pedestal library can be used in a native binary image with GraalVM(23).

Usage

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

Results

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]