-
Notifications
You must be signed in to change notification settings - Fork 3k
Open
Labels
area/hibernate-ormHibernate ORMHibernate ORMarea/housekeepingIssue type for generalized tasks not related to bugs or enhancementsIssue type for generalized tasks not related to bugs or enhancementsarea/jdbcIssues related to the JDBC extensionsIssues related to the JDBC extensions
Description
Description
See #44473 (comment)
Affected tests:
EntitiesInDefaultPUWithImplicitDatasourceConfigUrlMissingTest
EntitiesInDefaultPUWithExplicitDatasourceMissingTest
After #44473 I found out that to get this error message, we need to have both JDBC drivers, when including only pgsql the error message is different. Investigate why
Implementation ideas
See
Optional<String> dbKindOptional = DefaultDataSourceDbKindBuildItem.resolve(
defaultDataSourceBuildTimeConfig.dbKind(),
defaultDataSourceDbKindBuildItems,
defaultDataSourceBuildTimeConfig.devservices().enabled()
.orElse(!dataSourcesBuildTimeConfig.hasNamedDataSources()),
curateOutcomeBuildItem);
Metadata
Metadata
Assignees
Labels
area/hibernate-ormHibernate ORMHibernate ORMarea/housekeepingIssue type for generalized tasks not related to bugs or enhancementsIssue type for generalized tasks not related to bugs or enhancementsarea/jdbcIssues related to the JDBC extensionsIssues related to the JDBC extensions