Skip to content

Commit e9147dd

Browse files
committed
5.6.12.Final
1 parent ee08830 commit e9147dd

File tree

2 files changed

+27
-1
lines changed

2 files changed

+27
-1
lines changed

changelog.txt

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

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

6+
Changes in 5.6.12.Final (September 27, 2022)
7+
------------------------------------------------------------------------------------------------------------------------
8+
9+
https://hibernate.atlassian.net/projects/HHH/versions/32105
10+
11+
** Bug
12+
* [HHH-15523] - Missing use of SqlStringGenerationContext in MapBinder#getFromAndWhereFormula
13+
* [HHH-15522] - Hibernate.isInitialized method not working for Envers Collections
14+
* [HHH-15520] - ValueGeneration on @OneToOne leads to boot error
15+
* [HHH-15505] - Getter of loaded entity returns null when using bytecode enhancement on entity whose field is defined both in mapped superclass and concrete entity
16+
* [HHH-15235] - PropertyAccessException on OneToOne mapping after migration to Hibernate 5.6
17+
* [HHH-15216] - Cannot change MetadataProvider implementation because JPAXMLOverriddenMetadataProvider is final and precisely expected by a cast operator
18+
* [HHH-15045] - onFlushDirty() invoked on parent entity in a @OneToOne relationship when no table columns are changed
19+
* [HHH-14943] - byNaturalId API creates unparseable query (AND keyword instead of WHERE)
20+
21+
** Deprecation
22+
* [HHH-15536] - Deprecate SharedSessionContractImplementor#getTransactionStartTimestamp() and CacheTransactionSynchronization#getCurrentTransactionStartTimestamp()
23+
24+
** New Feature
25+
* [HHH-15508] - Backport Session#getReference(Object) to branch 5.6
26+
27+
** Task
28+
* [HHH-15555] - Remove use of @AutomaticFeature in GraalVM module
29+
* [HHH-15538] - Move Jenkinsfile timeout around shell command
30+
31+
632
Changes in 5.6.11.Final (August 30, 2022)
733
------------------------------------------------------------------------------------------------------------------------
834

gradle/version.properties

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

0 commit comments

Comments
 (0)