Steven Schlansker
Steven Schlansker
We hope that it just works, but I haven't personally tested it yet. If you do run it and find any problems please let us know and they should get...
Thanks for giving this a try - unfortunately, the stack trace provided isn't enough to diagnose the problem. Any chance you could post your sample project? What are the other...
And it is expected that right now Jdbi would pin carrier threads potentially - we do use `synchronized`. If there are a few hotspots we can fix individually, we would...
Hi @vszakd , I downloaded and imported your project into Eclipse, but I cannot figure out how to run it. None of the classes have a `main` method. Which class...
I created: https://github.com/jdbi/jdbi/pull/2597 which shows that at least a basic use of bare virtual threads works OK. I am sure there are deeper problems to find, but I didn't see...
Ok, I made a slightly more complex test that runs 100 virtual threads over 10 connections, and it doesn't work as well. So at least I have something to work...
I pushed my failing test up to the branch.
Well, the good news is the initial Loom programming experience is great, but unfortunately the observability / debuggability seemingly still sucks. I am able to see the program hang, but...
We would love to have module support - if you want to hack on it and start helping the project move to full module support, we'd definitely be here to...
Hi @SentryMan , do you use Eclipse? I have seen this too, I suspect it is an `ecj` bug :( but have not spent the time to report it yet....