Important: This news article covers an old version of Javalin (v0.3.7).
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.
Some minor adjustments
- Trailing slashes can now be un-ignored by calling
app.dontIgnoreTrailingSlashes()
- Added
mapFormParams()
andanyFormParamNull()
functions - Added log-message for static-file configuration
- Added
start(port)
method for quick-starting the server - Added render-overloads for template engines that don’t require a map
- Added
@JvmStatic
annotations to template engines, soINSTANCE
is no longer required when calling methods from Java