Branch: refs/heads/main
Home:
https://github.com/hibernate/hibernate-orm
Commit: c97239b2c5dc3a022d109adea00af51f1553caca
https://github.com/hibernate/hibernate-orm/commit/c97239b2c5dc3a022d109ad...
Author: Guillaume Smet <guillaume.smet(a)gmail.com>
Date: 2026-03-25 (Wed, 25 Mar 2026)
Changed paths:
M
hibernate-core/src/main/java/org/hibernate/bytecode/internal/bytebuddy/ByteBuddyState.java
Log Message:
-----------
HHH-20256 Make ByteBuddy bytecode generation reproducible
By using a fixed suffix for everything generated by Hibernate ORM.
This will allow for reproducible builds.
Note that the resulting name still has an additional suffix which is
related to the current element. Usually, it's a hashCode representing
the element, hashCode that is stable from builds to builds.
To unsubscribe from these emails, change your notification settings at
https://github.com/hibernate/hibernate-orm/settings/notifications