spring-projects / spring-boot

Spring Boot
https://spring.io/projects/spring-boot
Apache License 2.0
73.54k stars 40.31k forks source link

Review spring.jpa.database and spring.jpa.database-platform and their standard JPA equivalents #40910

Open quaff opened 1 month ago

quaff commented 1 month ago

Different versions of same database platform behave differently, database-platform is not enough to choose the most precise dialect, it should combines with major-version and minor-version, we should migrate to standard JPA properties:

wilkinsona commented 1 month ago

See also #40177. We should probably handle these two at the same time.

quaff commented 1 month ago

Please note currently it's not full supported by EclipseLink, see https://github.com/jakartaee/persistence/issues/628#issuecomment-2132961699.