Hibernate DDL is created twice #38357
Labels
area/hibernate-orm
Hibernate ORM
area/persistence
OBSOLETE, DO NOT USE
kind/bug
Something isn't working
Milestone
Describe the bug
Hibernate will always run the schema generation tool at https://github.com/stuartwdouglas/quarkus/blob/41b1b21ba50875c38b4f7bd1bc13dfdcdbcb20ea/extensions/hibernate-orm/runtime/src/main/java/io/quarkus/hibernate/orm/runtime/dev/HibernateOrmDevController.java#L78 on startup.
This DDL is only used for a single button to do an initial Flyway setup in the Dev UI, so is almost always wasted effort.
Expected behavior
No response
Actual behavior
No response
How to Reproduce?
No response
Output of
uname -a
orver
No response
Output of
java -version
No response
Quarkus version or git rev
No response
Build tool (ie. output of
mvnw --version
orgradlew --version
)No response
Additional information
No response
The text was updated successfully, but these errors were encountered: