Skip to content

Commit 8dc824a

Browse files
committed
4.2.0.Final release
1 parent 69239e8 commit 8dc824a

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
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.0-SNAPSHOT'
54+
version = '4.2.0.Final'
5555

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

changelog.txt

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,30 @@ 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.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+
832
Changes in version 4.2.0.CR2 (2013.03.02)
933
------------------------------------------------------------------------------------------------------------------------
1034

0 commit comments

Comments
 (0)