To align with CDI and Jakarta EE 11 Concurrency, add optional Qualifier classes to @DataSourceDefinition and allow developers to inject DataSource by @Inject.
As mentioned by @gavinking, also update the existing application/web/ejb-jar descriptors, add qualifer/scope to the XML elements.
To align with CDI and Jakarta EE 11 Concurrency, add optional Qualifier classes to
@DataSourceDefinitionand allow developers to injectDataSourceby@Inject.As mentioned by @gavinking, also update the existing application/web/ejb-jar descriptors, add
qualifer/scopeto the XML elements.