Skip to content

Commit 8082a82

Browse files
committed
4.2.2.Final release
1 parent ad2639f commit 8082a82

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-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.2-SNAPSHOT'
54+
version = '4.2.2.Final'
5555

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

changelog.txt

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,28 @@ 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.2.Final (2013.05.22)
9+
------------------------------------------------------------------------------------------------------------------------
10+
11+
Sub-task
12+
[HHH-7944] - Envers OSGi support
13+
[HHH-7995] - Auto-discovery of Hibernate extension points in OSGi
14+
15+
Bug
16+
[HHH-2664] - full join not working
17+
[HHH-6813] - @Id @OneToOne cause NullPointerException during query
18+
[HHH-8083] - @OrderColumn not updated on @OneToMany cascade
19+
[HHH-8225] - EMF cannot be created, closed, then re-created in OSGi
20+
[HHH-8236] - Update to hibernate-commons-annotations 4.0.2.Final
21+
[HHH-8250] - DefaultInitializeCollectionEventListener not finding collections in cache
22+
[HHH-8254] - throw HibernateException when transaction is rolledback by a reaper thread
23+
24+
Improvement
25+
[HHH-8217] - Make generated constraint names short and non-random
26+
[HHH-8226] - table synonyms cannot find columns on Oracle
27+
[HHH-8238] - OsgiJtaPlatform null pointer exception
28+
29+
830
Changes in version 4.2.1.Final (2013.04.24)
931
------------------------------------------------------------------------------------------------------------------------
1032

0 commit comments

Comments
 (0)