David
David
You would need to update all the tests too. I think the name should probably stay the same.
Seems to be failing a bit, are you able to run the tests locally? The test suite randomly disables a few browser tests to speed up development, so you should...
> It seems the Vue reactivity does not work. This is a known issue, there is a PR attempting to fix this: https://github.com/javalin/javalin/pull/2070 Other PRs (or help on the current...
Since we have switched this back, I supposed we can postpone the investigation.
> Also, looking at the results from Javalin 6.x with enabled virtual threads, I think we have some sort of bug and virtual threads are actually not used here for...
When we did the Jetty config refactor, we added a new `ThreadPool` config option, which was eagerly evaluated. It would consume `useVirtualThreads` before that setting was changed. Fix here: https://github.com/javalin/javalin/pull/2074
I will have a lot of free time in December, so I could have a look at it then.
Anyone interested in picking this up?
TODO: Review code in https://github.com/javalin/codeowner-selfmerge-action before merging