Important: This news article covers an old version of Javalin (v1.2.1). The current version is v6.1.3.
See the documentation page for up-to-date information.

Dependency bumps

Jetty has been bumped to 9.4.8.v20171121. Kotlin has been bumped to 1.2.10. There were no breaking changes in either bump.

TemplateUtil#model bugfix

The model function used to be vararg args: Any, but has been changed to vararg args: Any?. Nullables are perfectly fine for template-models.

Cleanup

Some minor code cleanup was performed, but it shouldn’t affect anyone.