Important: This news article covers an old version of Javalin (v1.0.1).
The current version is v6.6.0.
See the documentation page for up-to-date information.
See the documentation page for up-to-date information.
Bugfixes
- The
SERVER_STARTED
event is now fired after thestarted
flag is set to true port()
now returns the port even if the server is not started (used to return -1)- Changed to
CompletionStage
forasync
, and markedasync
as experimental