Steven Schlansker
Steven Schlansker
🤦 thank you...
Excellent, tests pass now! Thanks!
requires https://github.com/jdbi/jdbi/pull/2691
Released hopefully for real this time as 3.45.4
Thanks for reporting this.
Hi @mjadczak , do you have some time to look at https://github.com/jdbi/jdbi/pull/2684 and confirm if it would help?
Yes, I need to sort that out. This is technically a breaking change since the isolation level is no longer an `Enum`. I am hoping that the real-world breakage is...
Darn, this might be harder to sort out than I thought. In order to be a valid annotation attribute it must remain an Enum type. However, and Enum type can...
The reason for an Enum is as far as I can tell simply so you get sensible autocomplete - if the type is `int` then the IDE has no clue,...
ThreadLocal is supposed to be fully supported by virtual threads, so I agree that since we limit it by number of DB connections, it should be fine. Scoped values sound...