Skip to content

Commit 66aa329

Browse files
committed
4.1.4 release
1 parent ba5a139 commit 66aa329

File tree

2 files changed

+40
-1
lines changed

2 files changed

+40
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ subprojects { subProject ->
113113
defaultTasks 'build'
114114

115115
group = 'org.hibernate'
116-
version = '4.1.4-SNAPSHOT'
116+
version = '4.1.4.Final'
117117

118118
// minimize changes, at least for now (gradle uses 'build' by default)..
119119
buildDir = "target"

changelog.txt

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,45 @@ 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.1.4.Final (2012.05.30)
9+
------------------------------------------------------------------------------------------------------------------------
10+
https://hibernate.onjira.com/browse/HHH/fixforversion/11960
11+
12+
** Bug
13+
* [HHH-2214] - SQLStateConverter chooses wrong JDBCException: Locks and MySQL
14+
* [HHH-5396] - JPQL KEY(), ENTRY() and VALUE() does not recognize alias refs
15+
* [HHH-6256] - persistence.xml-specified javax.persistence.lock.timeout is ignored
16+
* [HHH-6310] - SQLServer2005Dialect produced select statement with a distinct keyword within an aggregate function does not work
17+
* [HHH-6329] - Apparently inaccurate 'java.lang.UnsupportedOperationException: Illegal attempt to edit read only item' when using SQLQuery.executeUpdate
18+
* [HHH-6728] - SQLServer2005Dialect - Paging doesn't work with UPPERCASE colums in a case sensitive database
19+
* [HHH-6950] - Bogus string replacement in SQLServer2005Dialect.insertRowNumberFunction()
20+
* [HHH-6960] - NullPointerException in PreCollectionRemove Listener
21+
* [HHH-7019] - SQLServer2005Dialect, SQLServer2008Dialect issues with subqueries
22+
* [HHH-7074] - the replacement annotations of @Entity are not working
23+
* [HHH-7107] - org.hibernate.test.locking.LockModeTest hangs on Sybase 15.5 and DB2-97
24+
* [HHH-7112] - session.clear does not clear StatefulPersistenceContext.naturalIdResolutionCacheMap
25+
* [HHH-7198] - SQLServer2005Dialect.getLimitString turns tablenames to lowercase -> SQLGrammarException: when mapping tables with capital letters
26+
* [HHH-7285] - Using distinct in Criteria, using first- and maxResults, fails with SQLGrammarException when a colum in the distinct clause starts with 'from'
27+
* [HHH-7294] - Envers manytomany Test BasicSametable fails on DB2 as DB2 does not support tinyint
28+
* [HHH-7295] - ParentAuditing Test in Envers Testsuite fails across different databases with different error messages because Hibernate does not set LockMode correctly
29+
* [HHH-7316] - Collection removal actions added by DefaultAutoFlushEventListener.onAutoFlush() are not removed when flush is not needed
30+
* [HHH-7317] - Boolean values bound to parameters in SQL predicate cause failures using DB2 with deferPrepares = true
31+
* [HHH-7323] - SQLServerDialectTest.testMaxResultsSqlServerWithCaseSensitiveCollation fails on mssql2008R1 and mssql2008R2 due to Lock request TimeOut period exceeded
32+
* [HHH-7346] - Tests fail on Postgresql due to failure in typecasts
33+
* [HHH-7347] - fail test if it runs longer than 30 minutes to prevent hangs
34+
* [HHH-7348] - AbstractMultiTenantConnectionProvider not closing connections
35+
* [HHH-7350] - read-only entities can not be deleted from 2LC
36+
37+
** Improvement
38+
* [HHH-3961] - SQLServerDialect, support nowait in LockMode.UPGRADE_NOWAIT
39+
* [HHH-5881] - Add getter for "namedParameters" to QueryKey
40+
* [HHH-6846] - Support for Query.setHint(javax.persistence.lock.timeout)
41+
* [HHH-7356] - javax.persistence.lock.timeout hint is ignored by @NamedQuery
42+
43+
** New Feature
44+
* [HHH-7306] - Allow use of CurrentTenantIdentifierResolver in normal session opening
45+
46+
847
Changes in version 4.1.3.Final (2012.05.02)
948
------------------------------------------------------------------------------------------------------------------------
1049
https://hibernate.onjira.com/browse/HHH/fixforversion/11959

0 commit comments

Comments
 (0)