David
David
How do you feel about X cards though? 😄
> The fix would mean rewriting [ConcurrencyUtil.kt](https://github.com/javalin/javalin/blob/master/javalin/src/main/java/io/javalin/util/ConcurrencyUtil.kt#L100) to either not use reflection, or refactor it in such a way that it works with GraalVM. How can we achieve that while...
Can you try ```java @WebServlet(name = "MyJavalinServlet", urlPatterns = {"/rest/*"}) public class MyJavalinServlet extends HttpServlet { private final JavalinServlet javalin = Javalin.create() .get("/rest", ctx -> ctx.result("Hello!")) .javalinServlet(); @Override protected void...
Thanks for reporting this @northcoder-repo. This has been a recurring problem over many years, I struggle with the same on both Windows and MacOS. I am scared to touch my...
Done, thanks !
Pretty long weekend @zugazagoitia !
Thanks @LukeCz, what does this do?
I'm not sure. Since the JavaScript isn't exported as modules, I imagine it will have some trouble 🤔
It's would work fine, but most of the apps I have are dynamic and will update data when you add/edit/delete. It's simpler to just have 1 way of loading data....
Nice! Looking forward to see how it works for you.