Most of the changes in this release (~20 commits) won’t be noticed, except that
app.start()
and app.stop()
are now synchronous methods
(app.awaitStart()
and app.awaitStop()
have been removed).
Javalin 0.3.2 released
Embedded server refactoring ()
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.