Vlad Mihalcea
Vlad Mihalcea
The Hibernate Types project is OSS. Anyone can provide new Types. The same with Hibernate. If you wait for the core maintainers to implement all possible features, you will have...
Looks like a good idea. Send me a Pull Request with a proposal for this.
If you are interested in this feature, then you should contribute an adaptor and send me a Pull Request. Looking forward to seeing your contribution.
I took a look on the Narayana codebase and it seems they don't really offer actual connection pooling (min/max pool size), as they just reuse one connection for the duration...
The `StatementlessConnectionEvent` indicates that the `Connection` is acquired without executing any statement, but, indeed, it doesn't intercept calls to other frameworks. Until I figure out a way to address this...
Cool. I'll have to investigate it when I have some time. Currently, I'm very busy launching a new product.
This is surely an optimization check that's worth adding.
That's a good idea. I'll add more debug info to make it easier to spot the issue.
@asm0dey I shall definitely try it. For Spring, I should check whether there's access to the Spring beans. If the `ApplicationContext` is bootstraped somehow by IDEA, then I could get...
Thanks for the tip. I'll have to test it with the latest 5.5 branch and see what's the best fix for it.