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 3.2: Hibernate ORM configuration problem #2 #35631

Closed
krisztiankocsis opened this issue Aug 30, 2023 · 2 comments · Fixed by #35635
Closed

Quarkus 3.2: Hibernate ORM configuration problem #2 #35631

krisztiankocsis opened this issue Aug 30, 2023 · 2 comments · Fixed by #35635
Assignees
Labels
area/hibernate-orm Hibernate ORM area/persistence OBSOLETE, DO NOT USE kind/bug Something isn't working
Milestone

Comments

@krisztiankocsis
Copy link

Describe the bug

I'm upgrading to Quarkus 3.2 from 2.x (lates) and I need to add one new config property:

quarkus.hibernate-orm.mydatasource.quote-identifiers.strategy=all

When I try to build the app with Maven package goal I'm gettting this error:

SRCFG00014: The config property quarkus.hibernate-orm.mydatasource.mapping.query.query-plan-cache-max-size is required but it could not be found in any config source

Its probably the same as #34628 which is fixed now.

Expected behavior

The configuration entry is properly accepted.

Actual behavior

Breaks the build.

How to Reproduce?

No response

Output of uname -a or ver

No response

Output of java -version

17

GraalVM version (if different from Java)

No response

Quarkus version or git rev

3.2.5

Build tool (ie. output of mvnw --version or gradlew --version)

Maven 3.8

Additional information

No response

@krisztiankocsis krisztiankocsis added the kind/bug Something isn't working label Aug 30, 2023
@quarkus-bot quarkus-bot bot added area/hibernate-orm Hibernate ORM area/persistence OBSOLETE, DO NOT USE labels Aug 30, 2023
@quarkus-bot
Copy link

quarkus-bot bot commented Aug 30, 2023

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

@yrodiere yrodiere self-assigned this Aug 30, 2023
@yrodiere
Copy link
Member

Thanks for the report. Yes, it seems like #34655 missed a few problematic @ConfigItems. I'll send a PR shortly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/hibernate-orm Hibernate ORM area/persistence OBSOLETE, DO NOT USE kind/bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants