Branch: refs/heads/main
Home:
https://github.com/hibernate/hibernate-orm
Commit: 3a760c40329a8b2617642e0897fa1415a5cc2b58
https://github.com/hibernate/hibernate-orm/commit/3a760c40329a8b2617642e0...
Author: Thorsten Heit <theit(a)gmx.de>
Date: 2026-08-18 (Tue, 18 Aug 2026)
Changed paths:
M documentation/src/main/asciidoc/introduction/Tuning.adoc
M hibernate-core/src/main/java/org/hibernate/cfg/AgroalSettings.java
Log Message:
-----------
HHH-20780: Fix minor error in the documentation
The documentation mentioned a property "hibernate.agroal.idleValidationTimeout"
whereas it is defined in AgroalSettings.java as
"hibernate.agroal.idleValidation". The corresponding constant name was renamed
from AGROAL_IDLE_VALIDATION_TIMEOUT to AGROAL_IDLE_VALIDATION to be in sync with the
constant's value.
To unsubscribe from these emails, change your notification settings at
https://github.com/hibernate/hibernate-orm/settings/notifications