-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Various cleanups and minor fixes for the Hibernate ORM and Hibernate Search extensions #26838
Conversation
fca254f
to
507d32d
Compare
This comment has been minimized.
This comment has been minimized.
507d32d
to
2a9bfb9
Compare
This comment has been minimized.
This comment has been minimized.
2a9bfb9
to
31d1c2d
Compare
This comment has been minimized.
This comment has been minimized.
1. Because that's not necessary: if the db-kind is set to H2 in the datasource, we'll use the H2 dialect automatically. 2. Because that's harmful: we don't want to use the "vanilla" H2 dialect, but a custom, Quarkus-specific version. See QuarkusH2Dialect.
…e Search property keys
…nate-search-orm configuration properties Similar to what we did recently with HibernateOrmProcessor.
… for named PUs and named backends
…ugh @SearchExtension when there are no runtime configuration properties
…when Hibernate Search is disabled
31d1c2d
to
4b69107
Compare
Failing Jobs - Building 4b69107
Full information is available in the Build summary check run. Failures⚙️ Gradle Tests - JDK 11 #- Failing: integration-tests/gradle
📦 integration-tests/gradle✖
✖
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, I was actually needing this very same change in my WIP branches.
[edit: I was referring to commit 5f41ece - seems github UI changed how one can comment on a single comment and confused me, sorry ]
Just a few problems I discovered while working on another PR.
Best reviewed commit by commit, due to one annoyingly large commit.
Creating as draft because this PR is based on #26815 , which should be merged first.