File tree Expand file tree Collapse file tree 2 files changed +25
-1
lines changed Expand file tree Collapse file tree 2 files changed +25
-1
lines changed Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ subprojects { subProject ->
51
51
defaultTasks ' build'
52
52
53
53
group = ' org.hibernate'
54
- version = ' 4.2.0-SNAPSHOT '
54
+ version = ' 4.2.0.Final '
55
55
56
56
// minimize changes, at least for now (gradle uses 'build' by default)..
57
57
buildDir = " target"
Original file line number Diff line number Diff line change @@ -5,6 +5,30 @@ 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.0.Final (2013.03.18)
9
+ ------------------------------------------------------------------------------------------------------------------------
10
+
11
+ Bug
12
+ [HHH-5732] - @OrderColumn not updated if @OneToMany has mappedby defined
13
+ [HHH-7890] - Quoting identifiers breaks @UniqueConstraint
14
+ [HHH-7910] - Transaction timeout can cause non-threadsafe session access by reaper thread
15
+ [HHH-8022] - Return REFCURSOR on native named query: regression on 4.2.0 CR1
16
+ [HHH-8036] - Envers projection max causes mysql syntax error
17
+ [HHH-8037] - Empty SQL statements with custom UniqueDelegate
18
+ [HHH-8053] - HibernateBundleActivator should not register itself as a PersistenceProvider
19
+ [HHH-8061] - tests failing on master-matrix CI
20
+ [HHH-8067] - Hibernate's ManagedType#getDeclaredAttribute fails to find plural attributes
21
+ [HHH-8072] - envers @ElementCollection Map support failing -- nullable KEY
22
+ [HHH-8073] - Column#getAlias logic incorrectly uses Dialect#getMaxAliasLength
23
+
24
+ Improvement
25
+ [HHH-4412] - bulk update with native sql queries
26
+ [HHH-8076] - javax.security and javax.validation should be optional in OSGi manifest
27
+
28
+ Task
29
+ [HHH-7978] - Document new feature from HHH-5869
30
+
31
+
8
32
Changes in version 4.2.0.CR2 (2013.03.02)
9
33
------------------------------------------------------------------------------------------------------------------------
10
34
You can’t perform that action at this time.
0 commit comments