File tree Expand file tree Collapse file tree 2 files changed +23
-1
lines changed Expand file tree Collapse file tree 2 files changed +23
-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.2-SNAPSHOT '
54
+ version = ' 4.2.2.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,28 @@ 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.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
+
8
30
Changes in version 4.2.1.Final (2013.04.24)
9
31
------------------------------------------------------------------------------------------------------------------------
10
32
You can’t perform that action at this time.
0 commit comments