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