Skip to content

Commit 354ef06

Browse files
committed
4.2.4.Final release
1 parent 78f8efd commit 354ef06

File tree

2 files changed

+26
-1
lines changed

2 files changed

+26
-1
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ subprojects { subProject ->
5151
defaultTasks 'build'
5252

5353
group = 'org.hibernate'
54-
version = '4.2.4-SNAPSHOT'
54+
version = '4.2.4.Final'
5555

5656
// The OSGi manifest exported package versions need to be only the numerical release -- no "SNAPSHOT" or "Final"
5757
exportPackageVersion = version.replaceAll("-SNAPSHOT", "");

changelog.txt

+25
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,31 @@ match the actual issue resolution (i.e. a bug might not be a bug). Please
55
refer to the particular case on JIRA using the issue tracking number to learn
66
more about each case.
77

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+
833
Changes in version 4.2.3.Final (2013.07.03)
934
------------------------------------------------------------------------------------------------------------------------
1035

0 commit comments

Comments
 (0)