Branch: refs/heads/main
Home: https://github.com/hibernate/hibernate-orm
Commit: 809260948877f1b5e20e6385775d6e75a4340d29
https://github.com/hibernate/hibernate-orm/commit/809260948877f1b5e20e638...
Author: Guillaume Smet <guillaume.smet(a)gmail.com>
Date: 2026-02-02 (Mon, 02 Feb 2026)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/type/descriptor/java/DurationJavaType.java
Log Message:
-----------
HHH-20127 Avoid initializing BigDecimal when not strictly necessary
We were forcefully initializing it in DurationJavaType, while in most
cases it's useless.
Using a standard static holder pattern avoids this issue.
To unsubscribe from these emails, change your notification settings at https://github.com/hibernate/hibernate-orm/settings/notifications