Skip to content

Hibernate ORM tries to connect to the database on startup even with schema validation disabled #30002

Open
@yrodiere

Description

@yrodiere

Apparently it tries to connect to the database to retrieve metadata. This might be a bug: I think we disable that metadata collection on startup, because that cannot work with native images, so I don't know why that collection happens anyway...

See #29846, quoting:

I think is connecting to database. With not option to delay the connection.

image

image

no validate the scheme = false.

image

Originally posted by @sirlordt in #29846 (comment)

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions