Skip to content

Commit e924c27

Browse files
committed
5.6.15.Final
1 parent 38ec412 commit e924c27

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

changelog.txt

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,25 @@ Hibernate 5 Changelog
33

44
Note: 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+
625
Changes in 5.6.14.Final (November 04, 2022)
726
------------------------------------------------------------------------------------------------------------------------
827

gradle/version.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
hibernateVersion=5.6.15-SNAPSHOT
1+
hibernateVersion=5.6.15.Final

0 commit comments

Comments
 (0)