@@ -3,6 +3,39 @@ Hibernate 5.0 Changelog
3
3
4
4
Note: Please refer to JIRA to learn more about each issue.
5
5
6
+ Changes in 5.0.9.Final (March 14, 2016)
7
+ ------------------------------------------------------------------------------------------------------------------------
8
+ https://hibernate.atlassian.net/projects/HHH/versions/22651
9
+
10
+ ** Bug
11
+ * [HHH-9485] - Duplicate Property with AccessType.PROPERTY and MappedSuperclass
12
+ * [HHH-9693] - H2 : Hibernate cannot validate it's own created schema
13
+ * [HHH-10269] - JDBC Statement is not closed if exception appeared during query execution
14
+ * [HHH-10329] - HHH-10023, ISPN-5676 workaround, causes ClassCastException on runtime with Infinispan 8.0.1.Final
15
+ * [HHH-10455] - MapJoin results in NPE when using key()
16
+ * [HHH-10499] - Can't set ConnectionProvider instance, regression
17
+ * [HHH-10505] - jboss logging only auto detects slf4j if it is using logback
18
+ * [HHH-10510] - Root cause not properly extracted when transaction commit fails
19
+ * [HHH-10517] - ClassCastException using Restrictions.in with Child classes in Criteria based on Parent class
20
+ * [HHH-10544] - MySQL failing tests
21
+ * [HHH-10545] - InfinispanRegionFactory inadvertently starts the default cache during stop()
22
+ * [HHH-10553] - ORM tries to create a unique constraint on a non existing table
23
+ * [HHH-10554] - NullPointerException in @Embeddable dirty tracking writer
24
+ * [HHH-10556] - Failure getting a PluralAttributePath for collection declared in a superclass marked @Entity
25
+ * [HHH-10563] - Significant String use/duplication associated with subselect fetch
26
+ * [HHH-10567] - Wrong table for formula if its property is mapped on a secondary table
27
+ * [HHH-10576] - Correct association in CascadeMergeToChildBeforeParentTest
28
+ * [HHH-10593] - Avoid NullPointerException with auto_evict_collection_cache and many-to-many
29
+ * [HHH-10602] - Retrieve cached value with enable_lazy_load_no_trans throws an exception
30
+
31
+ ** Task
32
+ * [HHH-10542] - Update 5.0 migration guide
33
+ * [HHH-10579] - Add missing Manifest data
34
+
35
+ ** Improvement
36
+ * [HHH-10546] - InfinispanRegionFactory should stop any caches it starts
37
+
38
+
6
39
Changes in 5.0.8.Final (February 17, 2016)
7
40
------------------------------------------------------------------------------------------------------------------------
8
41
https://hibernate.atlassian.net/projects/HHH/versions/22250
0 commit comments