Branch: refs/heads/7.3
Home:
https://github.com/hibernate/hibernate-orm
Commit: 5e883f361276f93fbb8d1007a50d826d202e59d3
https://github.com/hibernate/hibernate-orm/commit/5e883f361276f93fbb8d100...
Author: Guillaume Smet <guillaume.smet(a)gmail.com>
Date: 2026-03-26 (Thu, 26 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