Quarkus 3.2: Hibernate ORM configuration problem #2 #35631
Labels
area/hibernate-orm
Hibernate ORM
area/persistence
OBSOLETE, DO NOT USE
kind/bug
Something isn't working
Milestone
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
orver
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
orgradlew --version
)Maven 3.8
Additional information
No response
The text was updated successfully, but these errors were encountered: