Important: This news article covers an old version of Javalin (v3.9.1).
The current version is v6.3.0.
See the documentation page for up-to-date information.
See the documentation page for up-to-date information.
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 injavalin-without-jetty