What's Javalin? Javalin is a very lightweight Java and Kotlin web framework which focuses on simplicity and Java/Kotlin interoperability.
Read more on our landing page.
A few fixes
Added Jetty HTTP2 modules to javalin-bundle
(thanks to RalphSteinhagen)
Added Context to GraphQL plugin
(thanks to 7agustibm)
Fix a bug related to old IE in single-page-handler
(thanks to ligasgr)
Welcome files will now be served if trailing slash is omitted /mydir -> /mydir/index.html
(thanks to AlexGustafsson)
Fixed verbose logging in javalin-openapi
(thanks to RalphSteinhagen)
Fixed missing decoding of query/form param keys
(thanks to grzegorzbor)
Fixed NoSuchMethodError bug in javalin-without-jetty