-
Enhancement
-
Resolution: Done
-
Major
-
6.0.0.Final
-
None
-
Allow a DataSource for the JDBCStore to be passed via a config param (for use with containers that wish to supply it directly).
Quarkus would like to support the JDBCStore by having the extension supply a pre-configured DataSource. The enhancement is to add a method to the store config bean that accepts such a DataSource. Note that this implies that the container should set the property before initialising the store.