David

Results 284 comments of David

Super easy to implement on our side too 🤔 Let's keep it open for a while and see if we come up with any reason to not do it.

@johanhaleby we discussed it, but ultimately decided against it because of the lack of a proper migration guide from Jetty. It's unclear how much work this is. Do you want...

Do you think you could submit a PR @klassm?

@zhipengzuo it's planned for Javalin7, but not before that.

No time set, hopefully end of the year :)

Hi @juggernaut0, could you tell us a bit more about your use case? How does the program recover if the plugin is not there?

> The code just assumes if the plugin is not there, it's not relevant to that app, so it skips a block and continues on. So something like logging, tracing,...

> I'm not sure why there's no public register function for app data, so @tipsy may need to clarify this area. From https://javalin.io/documentation#app-data: ```kotlin val app = Javalin.create { config...