File tree Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,25 @@ Hibernate 5 Changelog
33
44Note: Please refer to JIRA to learn more about each issue.
55
6+ Changes in 5.6.15.Final (February 06, 2023)
7+ ------------------------------------------------------------------------------------------------------------------------
8+
9+ https://hibernate.atlassian.net/projects/HHH/versions/32121
10+
11+ ** Bug
12+ * [HHH-16049] - Setting a property to its current value with bytecode enhancement enabled results in unnecessary SQL Update in some (many) cases
13+ * [HHH-15665] - Mariadb is missing identifier quote on SEQUENCE QUERY
14+ * [HHH-15618] - Procedure should accept TypedParameterValue as parameter
15+
16+ ** Improvement
17+ * [HHH-15693] - Introduce a fast-path access for ClassLoaderService being retrieved from ServiceRegistry
18+ * [HHH-15690] - HQLQueryPlan to have a direct reference to QueryTranslatorFactory
19+ * [HHH-15685] - Improve efficiency of Dialect lookup in Loader and HqlSqlWalker
20+
21+ ** Patch
22+ * [HHH-15792] - Explicitly add JavaDoc to make @deprecated hint for createSQLQuery visible in Eclipse
23+
24+
625Changes in 5.6.14.Final (November 04, 2022)
726------------------------------------------------------------------------------------------------------------------------
827
Original file line number Diff line number Diff line change 1- hibernateVersion =5.6.15-SNAPSHOT
1+ hibernateVersion =5.6.15.Final
You can’t perform that action at this time.
0 commit comments