Skip to content

[DO NOT MERGE] Test run with Quarkus defaults #10267

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

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 17 additions & 1 deletion hibernate-core/src/test/resources/hibernate.properties
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,20 @@ hibernate.service.allow_crawling=false
hibernate.session.events.log=true
hibernate.query.mutation_strategy.global_temporary.drop_tables=true

#hibernate.transform_hbm_xml.enabled=true
#hibernate.transform_hbm_xml.enabled=true

# Quarkus defaults

# > From test case templates
hibernate.id.optimizer.pooled.preferred = pooled-lo"
hibernate.default_batch_fetch_size = 16
hibernate.query.plan_cache_max_size = 2048
hibernate.order_by.default_null_ordering = none
hibernate.query.in_clause_parameter_padding = true
hibernate.id.sequence.increment_size_mismatch_strategy = none
hibernate.order_updates = true

# > Found throughout the Quarkus codebase
hibernate.transaction.flush_before_completion = false
hibernate.cdi.extensions = false
hibernate.connection.handling_mode = DELAYED_ACQUISITION_AND_RELEASE_BEFORE_TRANSACTION_COMPLETION
Loading