Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[3.15] Backport Hibernate ORM fixes/workarounds around DB version checks to branch 3.15 #44496

Merged
merged 4 commits into from
Nov 14, 2024

Commits on Nov 14, 2024

  1. Configuration menu
    Copy the full SHA
    a180040 View commit details
    Browse the repository at this point in the history
  2. Test that the Hibernate ORM DB version check works with persistence.xml

    And more importantly, that it correctly detects the version configured
    through persistence.xml.
    yrodiere committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    eaea97f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    37f3871 View commit details
    Browse the repository at this point in the history
  4. Add quarkus.hibernate-orm.database.version-check.enabled

    This allows disabling the check on startup if one knows the database
    won't be reachable.
    
    It also currently defaults to being disabled when a dialect is set
    explicitly (`quarkus.hibernate-orm.dialect=something`),
    in order to work around problems we have with correctly
    detecting the version on some databases that we don't have tests for
    (unsupported ones).
    yrodiere committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    8f9cd10 View commit details
    Browse the repository at this point in the history