David

Results 228 comments of David

RC is out: ```markup io.javalin javalin 5.0.0.RC2 ```

There is already support for that, it has been updated to work with JDK 19 :)

I think we are so close to release that we can close this issue, we won't be adding any more features.

@pompiuses if you are adding this servlet to Javalin's jetty server it should be fine. If you have your own jetty server you'll need to configure loom manually.

I've been looking at bit at this, and it seems most projects provide a Maven or Gradle plugin to handle this. Some users of Javalin (ok, it's probably just me)...

> https://github.com/tomhillgreyridge/hotswap Really nice writeup! I'm on vacation currently, so I don't too much time to look into it, but I can try to assist you here. > The problem...

> If we could work out how to get rid of the hacky infinite loop part, I honestly don't see that as an issue at all, it's a dev server...

@asad-awadia are you happy with that solution? Can you set what it should trigger on? Would you be interested in setting up an example?

> What would that look like? I assumed there would be some config, but If this is all there is I don't think a tutorial makes sense 😄