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

quarkus.hibernate-orm.database.generation invalid validate value #1199

Closed
zZHorizonZz opened this issue Oct 4, 2023 · 3 comments
Closed
Assignees
Labels
enhancement New feature or request quarkus Quarkus support
Milestone

Comments

@zZHorizonZz
Copy link
Contributor

I'm currently trying to use the following configuration:

quarkus.hibernate-orm.database.generation=validate

However, the extension doesn't recognize this as a valid value. According to the documentation for this property, the accepted values are:

Accepted values: none, create, drop-and-create, drop, update, validate

Upon inspecting the quarkus-hibernate-orm-metadata.json, it appears that "validate" is the only value missing.

@angelozerr
Copy link
Contributor

Right, is there any chance to have a PR to fix that?

@zZHorizonZz
Copy link
Contributor Author

Here: #1200

@angelozerr
Copy link
Contributor

Fixed with #1200

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request quarkus Quarkus support
Projects
None yet
Development

No branches or pull requests

2 participants