Important: This news article covers an old version of Javalin (v1.0.1).
The current version is v7.2.2.
See the documentation page for up-to-date information.
See the documentation page for up-to-date information.
Bugfixes
- The
SERVER_STARTEDevent is now fired after thestartedflag is set to true port()now returns the port even if the server is not started (used to return -1)- Changed to
CompletionStageforasync, and markedasyncas experimental