@@ -5,6 +5,35 @@ match the actual issue resolution (i.e. a bug might not be a bug). Please
5
5
refer to the particular case on JIRA using the issue tracking number to learn
6
6
more about each case.
7
7
8
+ Changes in version 4.1.2.Final (2012.04.04)
9
+ ------------------------------------------------------------------------------------------------------------------------
10
+ https://hibernate.onjira.com/browse/HHH/fixforversion/11951
11
+
12
+ ** Bug
13
+ * [HHH-1657] - hql update generate wrong sql with joined subclass hierarcy
14
+ * [HHH-6271] - deploying with a 1.0 orm.xml, gets unexpected error HHH00196
15
+ * [HHH-6915] - Restrictions.ilike(String propertyValue, Object value) does not correctly initialize LikeExpresison
16
+ * [HHH-7017] - Envers does not work in case of resource-local transactions and manual session flush mode
17
+ * [HHH-7020] - Connection leak with nested sessions
18
+ * [HHH-7090] - Temporary session closing affects original session
19
+ * [HHH-7133] - NaturalIdLoadAccess not correctly working on mutable NaturalId's
20
+ * [HHH-7158] - Regression: null values on NaturalId's at persist-time are causing subsequent NPE's and wrong behaviour
21
+ * [HHH-7159] - Database keywords causes failure of some tests in org.hibernate.test.collection.custom
22
+ * [HHH-7160] - NaturalIdXrefDelegate#cache() needs to remove obsolete entries in shared cache when NaturalId values changed
23
+ * [HHH-7165] - count() query on classes using EmbeddedId should not use id column tuple on Dialects which dont support non-distinct tuple counts
24
+ * [HHH-7166] - Infinispan Hibernate RegionFactory doesn't allow user to have their own custom CommandFactory
25
+ * [HHH-7167] - The new natural id code introduced in 4.1.1 depends on the order the entity persisters are loaded which leads to fatal errors
26
+ * [HHH-7174] - org.hibernate.test.tm.CMTTest.testConcurrentCachedQueries fails due to test cases interdependent
27
+ * [HHH-7184] - Missing StaticModels for envers revision entity
28
+ * [HHH-7191] - NaturalIdCache improperly declared
29
+ * [HHH-7192] - NullPointerException in QueryTranslatorImpl on erroneously typed delete query
30
+ * [HHH-7193] - Transaction Rollback not clearing statement batch on Prepared Statement causes issues with statement caching
31
+ * [HHH-7194] - NullPointerExeption with nested subqueries using Criteria API
32
+ * [HHH-7200] - SessionFactoryObservers should be notified of the close event in reverse order of the create event
33
+ * [HHH-7204] - improve tracking of regions created in the Infinispan region factory
34
+ * [HHH-7210] - Natural-id cache put stats not being correctly updated on insert for "asynch" cache providers
35
+
36
+
8
37
Changes in version 4.1.1.Final (2012.03.07)
9
38
------------------------------------------------------------------------------------------------------------------------
10
39
https://hibernate.onjira.com/browse/HHH/fixforversion/11859
0 commit comments