@@ -5,6 +5,31 @@ 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.2.4.Final (2013.08.07)
9
+ ------------------------------------------------------------------------------------------------------------------------
10
+
11
+ ** Bug
12
+ * [HHH-3078] - Problem with multiple classloaders and cglib proxy enhancement, e.g. in the usual tomcat configuration
13
+ * [HHH-4141] - Typo in tutorial docs
14
+ * [HHH-4261] - @Any mapping fails during configuration: "@Any requires an explicit @JoinColumn(s)"
15
+ * [HHH-4294] - Generated SQL includes a column named "null" when referencing a map entry by key and using @LazyCollection(LazyCollectionOption.EXTRA)
16
+ * [HHH-7959] - Hibernate/Infinispan 2nd Level Caches set to JBoss7 transaction-mode=NONE stop functioning after an explicit eviction
17
+ * [HHH-8055] - Typo in docs? 16.3. Associations and joins
18
+ * [HHH-8193] - MSSQL: The stream value is not the specified length. The specified length was 7, the actual length is 0.
19
+ * [HHH-8302] - C3P0 initialPoolSize non longer initialized with minPoolSize
20
+ * [HHH-8362] - Wrong add contraint unique statement for informix
21
+ * [HHH-8371] - The method org.hibernate.internal.util.StringHelper.lastIndexOfLetter does not consider the character '_'
22
+ * [HHH-8373] - NullPointerException in QueryImpl#extractParameterInfo
23
+ * [HHH-8390] - Foreign key reference generated before unique constraint exists
24
+ * [HHH-8397] - MultiLineImportFileTest failing on some platforms
25
+ * [HHH-8420] - Correct test-only failures occurring in matrix CI
26
+ * [HHH-8427] - Typo in documentation - Basic Mapping
27
+ * [HHH-8428] - ProviderMBeanRegistration.locateSessionFactory() NPE
28
+
29
+ ** Improvement
30
+ * [HHH-8378] - hibernate-osgi cleanup on bundle stop
31
+ * [HHH-8424] - Skip collection element/map key AnyTypes in JPA metamodel
32
+
8
33
Changes in version 4.2.3.Final (2013.07.03)
9
34
------------------------------------------------------------------------------------------------------------------------
10
35
0 commit comments