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

Changes

  • The closing of SSE connections is now more consistent. The close-callback is now called every time the connection is closed, including when it is closed manually by the user.
  • The LoadableData JavaScript class in the JavalinVue plugin now has more options for reloading itself
  • Bump Jackson (optional), Logback (bundle) and GSON (test) to latest versions
  • Jetty EofException and TimeoutException are no longer logged for async handlers
  • A new plugin, HttpAllowedMethodsOnRoutesUtil has been added