Currently, the database connection is handled on the application server level.
As outlined in #6819 and #7048, this isn't necessary due to Java EE 7 @DataSourceDefinition.
Using MicroProfile Config API #7000, it is a piece of cake to configure.
Let's go for this. Requires #6819 and #7417 to be merged first.
Currently, the database connection is handled on the application server level.
As outlined in #6819 and #7048, this isn't necessary due to Java EE 7
@DataSourceDefinition.Using MicroProfile Config API #7000, it is a piece of cake to configure.
Let's go for this. Requires #6819 and #7417 to be merged first.