You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
See extensions/hibernate-orm/runtime/src/main/java/io/quarkus/hibernate/orm/runtime/SchemaToolingUtil.java after #47338 is merged: a temporary directory is created but never deleted.
Implementation ideas
We need some changes to the code to remember which directories we created.
Then we need to delete the directory ASAP. I think "after startup" would be fine. Maybe we should also ensure it's deleted on startup failure, though...