Skip to content

Commit 3e49c0d

Browse files
committed
Pre-steps for release : 6.4.4.Final
1 parent e98503a commit 3e49c0d

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

changelog.txt

+19
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,25 @@ Hibernate 6 Changelog
33

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

6+
Changes in 6.4.4.Final (February 08, 2024)
7+
------------------------------------------------------------------------------------------------------------------------
8+
9+
https://hibernate.atlassian.net/projects/HHH/versions/32259
10+
11+
** Bug
12+
* [HHH-17705] - NullPointerException during enhancement when using the default BytecodeProvider in Wildfly
13+
* [HHH-17704] - Query using detached Proxy as parameter fails with LazyInitializationException
14+
* [HHH-17693] - Cannot use 'like' operand when an AttributeConverter is used to convert the attribute in a String
15+
* [HHH-17688] - Mutation statements using delegates do not consistently release statements
16+
* [HHH-17662] - Memory leak in type registry
17+
* [HHH-16974] - IllegalStateException Unsupported tuple comparison combination
18+
* [HHH-16454] - PostgreSQL ILIKE Keyword is considered a column name when deducing alias injection points
19+
20+
** Task
21+
* [HHH-17713] - Upgrade ByteBuddy to 1.14.11
22+
* [HHH-17708] - Fix formatting/anchor in documentation of @Struct
23+
24+
625
Changes in 6.4.3.Final (February 02, 2024)
726
------------------------------------------------------------------------------------------------------------------------
827

gradle/version.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
hibernateVersion=6.4.4-SNAPSHOT
1+
hibernateVersion=6.4.4.Final

0 commit comments

Comments
 (0)