Skip to content

Commit d67fe04

Browse files
committed
[DO NOT MERGE] Test run with Quarkus defaults
Following a discussion with the team today, to see how much work it would be to run the whole test suite with different default settings.
1 parent 9ed9bda commit d67fe04

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

hibernate-core/src/test/resources/hibernate.properties

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,20 @@ hibernate.service.allow_crawling=false
2828
hibernate.session.events.log=true
2929
hibernate.query.mutation_strategy.global_temporary.drop_tables=true
3030

31-
#hibernate.transform_hbm_xml.enabled=true
31+
#hibernate.transform_hbm_xml.enabled=true
32+
33+
# Quarkus defaults
34+
35+
# > From test case templates
36+
hibernate.id.optimizer.pooled.preferred = pooled-lo"
37+
hibernate.default_batch_fetch_size = 16
38+
hibernate.query.plan_cache_max_size = 2048
39+
hibernate.order_by.default_null_ordering = none
40+
hibernate.query.in_clause_parameter_padding = true
41+
hibernate.id.sequence.increment_size_mismatch_strategy = none
42+
hibernate.order_updates = true
43+
44+
# > Found throughout the Quarkus codebase
45+
hibernate.transaction.flush_before_completion = false
46+
hibernate.cdi.extensions = false
47+
hibernate.connection.handling_mode = DELAYED_ACQUISITION_AND_RELEASE_BEFORE_TRANSACTION_COMPLETION

0 commit comments

Comments
 (0)