File tree Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,23 @@ Hibernate 6 Changelog
3
3
4
4
Note: Please refer to JIRA to learn more about each issue.
5
5
6
+ Changes in 6.6.20.Final (July 06, 2025)
7
+ ------------------------------------------------------------------------------------------------------------------------
8
+
9
+ https://hibernate.atlassian.net/projects/HHH/versions/34165
10
+
11
+ ** Bug
12
+ * [HHH-19464] - Storing a binary data into BLOB on Oracle cutting off its content.
13
+ * [HHH-19396] - Cannot select the same column twice (with different aliases) while using CTE
14
+ * [HHH-19076] - expecting IdClass mapping sessionfactory error with specific @IdClass setup with inheritence
15
+ * [HHH-18898] - Specific mistake in HQL gives NullPointerException in AbstractSqlAstTranslator
16
+ * [HHH-18837] - Oracle epoch extraction doesn't work with dates
17
+ * [HHH-18581] - Performance degradation from Hibernate 5 to 6 on NativeQuery
18
+
19
+ ** Improvement
20
+ * [HHH-19558] - allow JDBC escapes in native SQL queries
21
+
22
+
6
23
Changes in 6.6.19.Final (June 29, 2025)
7
24
------------------------------------------------------------------------------------------------------------------------
8
25
Original file line number Diff line number Diff line change 1
- hibernateVersion =6.6.20-SNAPSHOT
1
+ hibernateVersion =6.6.20.Final
You can’t perform that action at this time.
0 commit comments