More SSE fixes, as well as some JavalinVue improvements ()
What's Javalin? Javalin is a very lightweight Java and Kotlin web framework which focuses on simplicity and Java/Kotlin interoperability.
Read more on our landing page.
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