Branch: refs/heads/main
Home:
https://github.com/hibernate/hibernate-orm
Commit: 90cae73feb3a2f32f51f60b863b25fe480c06502
https://github.com/hibernate/hibernate-orm/commit/90cae73feb3a2f32f51f60b...
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