Branch: refs/heads/7.3
Home: https://github.com/hibernate/hibernate-orm
Commit: 56cf9a1be2e1bd0ea9efcb5c64473dc6d65e2477
https://github.com/hibernate/hibernate-orm/commit/56cf9a1be2e1bd0ea9efcb5...
Author: Luca Molteni <volothamp(a)gmail.com>
Date: 2026-04-13 (Mon, 13 Apr 2026)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/tool/schema/spi/SchemaManagementToolCoordinator.java
M hibernate-core/src/test/java/org/hibernate/orm/test/bootstrap/schema/SchemaToolingAutoActionTests.java
M migration-guide.adoc
Log Message:
-----------
HHH-20321 Schema actions skipped when Metadata has no contributors
When Metadata.getContributors() returns an empty set (e.g. no @Entity
classes), SchemaManagementToolCoordinator skips all configured schema
actions including import.sql execution. Default to the "orm" contributor
when the set is empty so that configured actions are still processed.
Co-Authored-By: Claude Opus 4.6 <noreply(a)anthropic.com>
To unsubscribe from these emails, change your notification settings at https://github.com/hibernate/hibernate-orm/settings/notifications