[hibernate-commits] Hibernate SVN: r14875 - annotations/trunk.

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Fri Jul 4 11:54:55 EDT 2008


Author: hardy.ferentschik
Date: 2008-07-04 11:54:55 -0400 (Fri, 04 Jul 2008)
New Revision: 14875

Modified:
   annotations/trunk/changelog.txt
Log:
Updated changelog for 3.4.0.CR2. Just missing release date.

Modified: annotations/trunk/changelog.txt
===================================================================
--- annotations/trunk/changelog.txt	2008-07-04 15:52:20 UTC (rev 14874)
+++ annotations/trunk/changelog.txt	2008-07-04 15:54:55 UTC (rev 14875)
@@ -1,6 +1,26 @@
 Hibernate Annotations Changelog
 ===============================
 
+3.4.0.CR2 (?)
+----------------------
+
+** Bug
+    * [ANN-716] - Join table name cannot be resolved when using custom EJB3NamingStrategy
+    * [ANN-718] - @JoinTable / @JoinColumn fails when using backticks in PK field name
+    * [ANN-722] - ANN-694 alive: FK circularity error under certain circumstances
+    * [ANN-723] - Impossible to bind a SortedMap collection
+    * [ANN-730] - Still incorrect FK circularity errors
+    * [ANN-742] - Primary key should not be set on nullable column
+    * [ANN-748] - @JoinColumn overrides scale and percision in ManyToOne map..
+    * [ANN-750] - @NaturalId not working when placed on single *ToOne property
+
+
+** Improvement
+    * [ANN-625] - @OrderBy usage on a joined classes (when using join table) produces incorred SQL syntax.
+    * [ANN-733] - @Immutable documentation improvement
+    * [ANN-744] - Enumerated Primary Key
+
+
 3.4.0.CR1 (27-05-2008)
 ----------------------
 




More information about the hibernate-commits mailing list