Skip to content

Commit 5c8045b

Browse files
committed
5.4.7
1 parent 96e7abf commit 5c8045b

File tree

2 files changed

+34
-1
lines changed

2 files changed

+34
-1
lines changed

changelog.txt

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

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

6+
Changes in 5.4.7.Final (October 21, 2019)
7+
------------------------------------------------------------------------------------------------------------------------
8+
9+
https://hibernate.atlassian.net/projects/HHH/versions/31799/tab/release-report-done
10+
11+
** Bug
12+
* [HHH-4235] - MapBinder.createFormulatedValue() does not honor DB schema name when creating query
13+
* [HHH-13633] - Bugs join-fetching a collection when scrolling with a stateless session using enhancement as proxy
14+
* [HHH-13634] - PersistenceContext can get cleared before load completes using StatelessSessionImpl
15+
* [HHH-13640] - Uninitialized HibernateProxy mapped as NO_PROXY gets initialized when reloaded with enhancement-as-proxy enabled
16+
* [HHH-13653] - Uninitialized entity does not get initialized when a setter is called with enhancement-as-proxy enabled
17+
* [HHH-13655] - Envers Map<Enum, Integer> causes NullPointerException when mapped with @MapKeyEnumerated since Hibernate 5.4.6
18+
* [HHH-13663] - Session#setHibernateFlushMode() method not callable without an active transaction
19+
* [HHH-13665] - Selecting an entity annotated with @Immutable but not with @Cachable causes a NPE when use_reference_entries is enabled
20+
* [HHH-13672] - The temporary PersistenceContext of a StatelessSession is not cleared after a refresh operation
21+
* [HHH-13675] - Optimize PersistentBag.groupByEqualityHash()
22+
23+
** New Feature
24+
* [HHH-10398] - _MOD columns not named correctly when using custom column names
25+
26+
** Task
27+
* [HHH-13680] - Upgrade to Byte Buddy 1.10.2
28+
* [HHH-13681] - Upgrade to Byteman 4.0.8
29+
30+
** Improvement
31+
* [HHH-12858] - integration overrides during JPA bootstrap ought to override all logically related settings
32+
* [HHH-13432] - Have EntityManagerFactory expose persistence.xml `jta-data-source` element as a `javax.persistence.nonJtaDataSource` property
33+
* [HHH-13660] - Reduce allocation costs of IdentityMaps used by ResultSetProcessingContextImpl
34+
* [HHH-13662] - Avoid initializing XmlMappingBinderAccess when no XML mappings are defined
35+
* [HHH-13666] - AssertionFailure: Exception releasing cache locks upon After/BeforeTransactionCompletionProcess failure
36+
* [HHH-13673] - Cryptic error when providing import.sql file without a terminal char at the end of each line
37+
38+
639
Changes in 5.4.6.Final (September 30, 2019)
740
------------------------------------------------------------------------------------------------------------------------
841

gradle/base-information.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
apply plugin: 'base'
99

1010
ext {
11-
ormVersion = new HibernateVersion( '5.4.7-SNAPSHOT', project )
11+
ormVersion = new HibernateVersion( '5.4.7.Final', project )
1212
baselineJavaVersion = '1.8'
1313
jpaVersion = new JpaVersion('2.2')
1414
}

0 commit comments

Comments
 (0)