File tree 2 files changed +20
-1
lines changed
2 files changed +20
-1
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,25 @@ Hibernate 6 Changelog
3
3
4
4
Note: Please refer to JIRA to learn more about each issue.
5
5
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
+
6
25
Changes in 6.4.3.Final (February 02, 2024)
7
26
------------------------------------------------------------------------------------------------------------------------
8
27
Original file line number Diff line number Diff line change 1
- hibernateVersion =6.4.4-SNAPSHOT
1
+ hibernateVersion =6.4.4.Final
You can’t perform that action at this time.
0 commit comments