javalin v5 is out :partying_face: - <https://javalin.io/news/javalin-5.0.0-stable.html?language=kotl...
t
πŸ‘ 6
πŸŽ‰ 4
πŸ‘πŸΎ 1
a
Did you get the compile-time OpenApi integration finished for this release? Love the concept.
r
How does it work with Virtual Threads (Loom) by default and still work with Java 11?
s
@Robert Jaros seems like it will automatically use
newVirtualThreadPerTaskExecutor
when running on JDK 19+ -https://github.com/javalin/javalin/blob/master/javalin/src/main/java/io/javalin/util/ConcurrencyUtil.kt#L18-L21
πŸ™ 1
t
well, i'm a bit late in answering these questions... πŸ˜…
@Andrew O'Hara Did you get the compile-time OpenApi integration finished for this release? Love the concept.
yes, we have a new contributor who took ownership of that !
K 1
@Robert Jaros by the power of ✨*reflection*✨
it wasn't pleasant to write, but it works well enough ☺️