Skip to content

Commit

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

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

Changes in 6.4.4.Final (February 08, 2024)
------------------------------------------------------------------------------------------------------------------------

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

** Bug
* [HHH-17705] - NullPointerException during enhancement when using the default BytecodeProvider in Wildfly
* [HHH-17704] - Query using detached Proxy as parameter fails with LazyInitializationException
* [HHH-17693] - Cannot use 'like' operand when an AttributeConverter is used to convert the attribute in a String
* [HHH-17688] - Mutation statements using delegates do not consistently release statements
* [HHH-17662] - Memory leak in type registry
* [HHH-16974] - IllegalStateException Unsupported tuple comparison combination
* [HHH-16454] - PostgreSQL ILIKE Keyword is considered a column name when deducing alias injection points

** Task
* [HHH-17713] - Upgrade ByteBuddy to 1.14.11
* [HHH-17708] - Fix formatting/anchor in documentation of @Struct


Changes in 6.4.3.Final (February 02, 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.4-SNAPSHOT
hibernateVersion=6.4.4.Final

0 comments on commit 3e49c0d

Please sign in to comment.