Closing as the solution is to either:
- Use `hibernate.dialect` instead of `jakarta.persistence.database-product-name` when you need to use the minimum version
- Or set the version explicitly to `0` (though that will lead to warnings)
Thanks for the discussion as this allowed me to find a solution in Quarkus. See also https://hibernate.zulipchat.com/#narrow/stream/132094-hibernate-orm-dev/topic/HHH-16259.20Default.20dialect.20version |