Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a5b8203

Browse files
committed
release 4.1.2
1 parent 6193c73 commit a5b8203

File tree

2 files changed

+30
-1
lines changed

2 files changed

+30
-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.2-SNAPSHOT'
116+
version = '4.1.2'
117117

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

changelog.txt

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,35 @@ 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.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+
837
Changes in version 4.1.1.Final (2012.03.07)
938
------------------------------------------------------------------------------------------------------------------------
1039
https://hibernate.onjira.com/browse/HHH/fixforversion/11859

0 commit comments

Comments
 (0)