Skip to content

Commit

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

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

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

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

** Bug
* [HHH-18170] - Subquery randomly generating wrong SQL due to duplicate alias
* [HHH-16461] - @Version + session.refresh(entity, LockMode.PESSIMISTIC_WRITE) leads to StaleObjectStateException

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


Changes in 6.2.25.Final (April 25, 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.2.26-SNAPSHOT
hibernateVersion=6.2.26.Final

0 comments on commit d6b9e4d

Please sign in to comment.