Skip to content

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

Open
@quaff

Description

@quaff

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:

  • jakarta.persistence.database-product-name
  • jakarta.persistence.database-major-version
  • jakarta.persistence.database-minor-version

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions