Important: This news article covers an old version of Javalin (v4.6.1).
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.
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 theJavalinVue
plugin now has more options for reloading itself - Bump Jackson (optional), Logback (bundle) and GSON (test) to latest versions
- Jetty
EofException
andTimeoutException
are no longer logged for async handlers - A new plugin,
HttpAllowedMethodsOnRoutesUtil
has been added