Important: This news article covers an old version of Javalin (v4.0.1).
The current version is v6.4.0.
See the documentation page for up-to-date information.
See the documentation page for up-to-date information.
Bugfixes
- A bug was introduced in Javalin 4, which made Javalin fail to terminate SSE messages properly. This has been fixed.
- A possible race condition in async handling has been fixed
- The
ValidationException
class is now aRuntimeException
rather than anException
- There was a memory leak in GZIP handling which has been plugged