Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hibernate DDL created twice #38358

Merged
merged 1 commit into from Jan 24, 2024
Merged

Hibernate DDL created twice #38358

merged 1 commit into from Jan 24, 2024

Conversation

stuartwdouglas
Copy link
Member

In dev mode the hibernate DDL is eagerly created just in case is might be needed in the dev UI. This fixes that, and also adds the ability to view the update script which can be really useful to create flyway migrations.

Fixes #38357

In dev mode the hibernate DDL is eagerly created just in case is might
be needed in the dev UI. This fixes that, and also adds the ability to
view the update script which can be really useful to create flyway
migrations.

Fixes quarkusio#38357
@quarkus-bot
Copy link

quarkus-bot bot commented Jan 23, 2024

/cc @gsmet (hibernate-orm), @yrodiere (hibernate-orm)

@quarkus-bot
Copy link

quarkus-bot bot commented Jan 23, 2024

✔️ The latest workflow run for the pull request has completed successfully.

It should be safe to merge provided you have a look at the other checks in the summary.

You can consult the Develocity build scans.

Copy link
Member

@yrodiere yrodiere left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks @stuartwdouglas!

@yrodiere yrodiere merged commit 3f09dd3 into quarkusio:main Jan 24, 2024
39 checks passed
@quarkus-bot quarkus-bot bot added this to the 3.9 - main milestone Jan 24, 2024
@gsmet gsmet modified the milestones: 3.9 - main, 3.7.0 Jan 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Hibernate DDL is created twice
3 participants