-
Terminally Deprecated ElementsElementDescriptionThis class should not be used from applications or other extensions. For applications, use CDI to retrieve datasources instead. For extensions, use
AgroalDataSourceUtilinstead.This is never instantiated by Quarkus. Do not use.
-
Deprecated ClassesClassDescriptionThis class should not be used from applications or other extensions. For applications, use CDI to retrieve datasources instead. For extensions, use
AgroalDataSourceUtilinstead.This is never instantiated by Quarkus. Do not use.
-
Deprecated MethodsMethodDescriptionUse
AgroalDataSourceUtil.dataSourceInstance(String)instead. This method should not be used as it can very easily lead to timing issues during bean creation.UseAgroalDataSourceUtil.activeDataSourceNames()instead.UseAgroalDataSourceUtil.dataSourceInstance(String)instead.This shouldn't be needed. UseAgroalDataSourceUtil.dataSourceIfActive(String)to check if a datasource is active.
AgroalConnectionConfigurer.disableSslSupport(String, AgroalDataSourceConfigurationSupplier, Map)instead