Skip to content

Files

Latest commit

 

History

History

pedestal

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

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]