Quarkus Hibernate using Oracle UCP (Universal Connection Pool) #43494
Unanswered
fdoyledafm
asked this question in
Q&A
Replies: 2 comments
-
Hello, It's not been evaluated by the Quarkus team, and there is no code or tests related to it in Quarkus. That doesn't mean it cannot work, but that does mean you'll have to make it work yourself. And there's a significant chance it won't work in native images by default. That being said, Quarkus ships with the Agroal connection pool, and uses it in Hibernate ORM, so connection pooling is already enabled by default. I'm not familiar with UCP, so I'm not sure what it brings to the table compared to a DB-agnostic pool such as Agroal. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
Is it possible to use a UCP connection with quarkus-hibernate-orm?
I'm using Quarkus 3.14
Thanks
Beta Was this translation helpful? Give feedback.
All reactions