Review spring.jpa.database and spring.jpa.database-platform and their standard JPA equivalents #40910
Labels
status: pending-design-work
Needs design work before any code can be developed
type: enhancement
A general enhancement
Milestone
Different versions of same database platform behave differently,
database-platform
is not enough to choose the most precise dialect, it should combines withmajor-version
andminor-version
, we should migrate to standard JPA properties:jakarta.persistence.database-product-name
jakarta.persistence.database-major-version
jakarta.persistence.database-minor-version
The text was updated successfully, but these errors were encountered: