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

HHH-18286 Add Setting to fail Bootstrapping on Metadata Access Failure #8957

Open
wants to merge 1 commit into
base: 6.6
Choose a base branch
from

Commits on Sep 15, 2024

  1. HHH-18286 Add Setting to fail Bootstrapping on Metadata Access Failure

    A failure to access the JDBC connection metadata while bootstrapping
    Hibernate can lead to ClassCastExceptions during runtime when the
    Oracle JDBC driver is used and a BLOB is created by the
    NonContextualLobCreator. To avoid this issue, a new JDBC setting is
    introduced, which lets the bootstrapping fail when the connection
    metadata cannot be obtained.
    dnl50 committed Sep 15, 2024
    Configuration menu
    Copy the full SHA
    bcdc9fc View commit details
    Browse the repository at this point in the history