-
Notifications
You must be signed in to change notification settings - Fork 3k
Closed
Labels
area/hibernate-ormHibernate ORMHibernate ORMarea/hibernate-reactiveHibernate ReactiveHibernate Reactivekind/bugSomething isn't workingSomething isn't working
Milestone
Description
When running the Hibernate Reactive ITs in integration-tests/hibernate-reactive-postgresql
, I get the following warning:
2024-12-23 20:12:48,962 WARN [io.qua.hib.orm.run.ser.QuarkusRuntimeInitDialectFactory] (JPA Startup Thread) Persistence unit default-reactive: Could not retrieve the database version to check it is at least 12.0.0
Two questions:
- I'm not sure this is normal as I don't have the same warning with Hibernate ORM in
integration-tests/jpa-h2
. - Should we improve the warning to make it more actionable? I think in this case, we should probably set the version ourselves in the configuration?
Metadata
Metadata
Assignees
Labels
area/hibernate-ormHibernate ORMHibernate ORMarea/hibernate-reactiveHibernate ReactiveHibernate Reactivekind/bugSomething isn't workingSomething isn't working