Important: This news article covers an old version of Javalin (v3.10.0). The current version is v6.1.3.
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 a before)
  • Exposed the default ObjectMapper from JavalinJackson
  • Added the option to set local state for VueComponent instances