@@ -5,6 +5,36 @@ 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.3.Final (2013.07.03)
9
+ ------------------------------------------------------------------------------------------------------------------------
10
+
11
+ ** Sub-task
12
+ * [HHH-8112] - Document OSGi capabilities
13
+
14
+ ** Bug
15
+ * [HHH-8106] - Broken org.hibernate.tool.enhance.EnhancementTask
16
+ * [HHH-8210] - JdbcCoordinatorImpl logs excessive HHH000387 warnings when used with some connection pools
17
+ * [HHH-8255] - Clean up compile and optional dependencies from OSGi manifests
18
+ * [HHH-8269] - DenormalizedTable FK constraint names can be too long
19
+ * [HHH-8273] - Incorrect "unique-key" naming comment in docs
20
+ * [HHH-8275] - union-subclass generates bad alter table for unique constraint
21
+ * [HHH-8283] - JdbcSQLException with CompositeCustomType and java.util.Date
22
+ * [HHH-8301] - SQLServer2005LimitHandler skips column alias generation
23
+ * [HHH-8312] - named parameters binding are not correct when used within subquery
24
+ * [HHH-8318] - "delete" with "member of" query fails
25
+ * [HHH-8335] - Hibernate OSGi not included in build's /lib
26
+
27
+ ** Improvement
28
+ * [HHH-8117] - Add package export versions in OSGi manifests
29
+ * [HHH-8319] - ConstraintViolationException not showing constraint name for MySQL
30
+
31
+ ** New Feature
32
+ * [HHH-7527] - OSGi hibernate-orm
33
+
34
+ ** Task
35
+ * [HHH-8265] - Investigate proxy package imports in OSGi client bundles
36
+ * [HHH-8336] - Upgrade c3p0 dependency
37
+
8
38
Changes in version 4.2.2.Final (2013.05.22)
9
39
------------------------------------------------------------------------------------------------------------------------
10
40
0 commit comments