Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,20 @@ Hibernate 6 Changelog

Note: Please refer to JIRA to learn more about each issue.

Changes in 6.6.19.Final (June 29, 2025)
------------------------------------------------------------------------------------------------------------------------

https://hibernate.atlassian.net/projects/HHH/versions/33968

** Bug
* [HHH-18837] - Oracle epoch extraction doesn't work with dates
* [HHH-19547] - Misleading exception message at DefaultFlushEntityEventListener - mangled ID - misplaced Entity and EntityEntry ID
* [HHH-19560] - TupleTransformer and ResultListTransformer trash the query interpretation cache
* [HHH-19571] - CloningPropertyCall causes non-deterministic bytecode for AccessOptimizer
* [HHH-19573] - Presence of wrapper byte array pollutes BasicTypeRegistry
* [HHH-19577] - BytecodeProviderImpl.SetPropertyValues wrongly emits duplicate stack map frames


Changes in 6.6.18.Final (June 13, 2025)
------------------------------------------------------------------------------------------------------------------------

Expand Down
Loading