-
Bug
-
Resolution: Not a Bug
-
Major
-
3.27.0.GA
-
False
-
-
False
-
Release Notes
-
+
-
-
---
-
-
Customer case QUARKUS-3363 describes that they need to provide database credentials when a user signs into the application. However Agroal uses executor which prevents any context propagation I could think of. CDI request context is lost and Vert.x duplicated context is not available either. I put more details in https://github.com/quarkusio/quarkus/issues/50154
There should be a way to access credentials on active HTTP request.
Once this is fixed, Quarkus QE Test Suite module "hibernate/hibernate-offline-startup" contains workarounds that needs to be removed.