Important: This news article covers an old version of Javalin (v3.10.0).
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.
JTE integration
Jte is a new JVM template engine with compile time checking and an auto-complete plugin for IntelliJ. The author casid has also written a tutorial on it. It’s worth checking out if you’re doing server side templates.
Misc fixes
- Fixed a bug in CORS plugin (
app.options("*")
has been replaced by abefore
) - Exposed the default
ObjectMapper
fromJavalinJackson
- Added the option to set local state for
VueComponent
instances