Skip to content

Commit

Permalink
Pre-steps for release : 6.4.9.Final
Browse files Browse the repository at this point in the history
  • Loading branch information
Hibernate-CI committed Jun 11, 2024
1 parent 346d7a0 commit 094da28
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,24 @@ Hibernate 6 Changelog

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

Changes in 6.4.9.Final (June 11, 2024)
------------------------------------------------------------------------------------------------------------------------

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

** Bug
* [HHH-18170] - Subquery randomly generating wrong SQL due to duplicate alias
* [HHH-18036] - Retrieving java.sql.Date from Oracle contains unwanted milliseconds
* [HHH-18032] - CompositeId, when the id assigned by PrePersist method an HibernateException: identifier of an instance of _ was altered is thrown
* [HHH-18027] - Delete/Update statement with IN clause fails on second invocation
* [HHH-18007] - Creating criteria query for a generic identifier with a @MappedSuperclass leads to an exception
* [HHH-17943] - Creation of temporary table leads to commit on H2
* [HHH-16557] - NaturalIdCache remains with wrong key-value after create-delete-recreate action

** Proposal
* [HHH-18141] - Skip optimizeUnloadedDelete(DeleteEvent) on POST_COMMIT_DELETE


Changes in 6.4.8.Final (April 26, 2024)
------------------------------------------------------------------------------------------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion gradle/version.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
hibernateVersion=6.4.9-SNAPSHOT
hibernateVersion=6.4.9.Final

0 comments on commit 094da28

Please sign in to comment.