You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In certain circumstances, Hibernate ORM issues a warning about an unsupported SQL Server version "0.0.0"
Expected behavior
No warning when using quarkus.datasource.db-version=14 with Quarkus 3.8.
Actual behavior
A weird warning when using quarkus.datasource.db-version=14 with Quarkus 3.8:
2024-03-13 11:43:03,217 WARN [org.hib.dia.Dialect] (Quarkus Main Thread) HHH000511: The 0.0.0 version for [org.hibernate.dialect.SQLServerDialect] is no longer supported, hence certain features may not work properly. The minimum supported version is 11.0.0. Check the community dialects project for available legacy versions.
Note the warning comes from Hibernate ORM, not from Quarkus.
How to Reproduce?
No response
Output of uname -a or ver
No response
Output of java -version
No response
Quarkus version or git rev
No response
Build tool (ie. output of mvnw --version or gradlew --version)
Describe the bug
In certain circumstances, Hibernate ORM issues a warning about an unsupported SQL Server version "0.0.0"
Expected behavior
No warning when using
quarkus.datasource.db-version=14
with Quarkus 3.8.Actual behavior
A weird warning when using
quarkus.datasource.db-version=14
with Quarkus 3.8:Note the warning comes from Hibernate ORM, not from Quarkus.
How to Reproduce?
No response
Output of
uname -a
orver
No response
Output of
java -version
No response
Quarkus version or git rev
No response
Build tool (ie. output of
mvnw --version
orgradlew --version
)No response
Additional information
See https://quarkusio.zulipchat.com/#narrow/stream/187030-users/topic/Compatibility.20mode.20for.20hibernate/near/426307824
Note the warning comes from Hibernate ORM, not from Quarkus.
The text was updated successfully, but these errors were encountered: