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

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Wed Oct 31 15:12:03 EDT 2007


Author: epbernard
Date: 2007-10-31 15:12:02 -0400 (Wed, 31 Oct 2007)
New Revision: 14161

Modified:
   annotations/trunk/changelog.txt
Log:
release

Modified: annotations/trunk/changelog.txt
===================================================================
--- annotations/trunk/changelog.txt	2007-10-31 00:14:49 UTC (rev 14160)
+++ annotations/trunk/changelog.txt	2007-10-31 19:12:02 UTC (rev 14161)
@@ -1,6 +1,49 @@
 Hibernate Annotations Changelog
 ===============================
 
+3.3.1.Beta1 (31-10-2007)
+------------------------
+
+** Bug
+    * [ANN-434] - Confusing error message with @EmbeddedId and @Id
+    * [ANN-602] - SecondaryTable with EmbeddedId or IdClass containing @ManyToOne fail
+    * [ANN-608] - NullPointerException from AnnotationConfiguration with specific order of calling addResource and addPackage when package-info.java present
+    * [ANN-613] - NPE when mappedBy property is wrong on a @OneToOne
+    * [ANN-616] - Mistakes in 2.4.6.2.3 of Manual
+    * [ANN-617] - NullPointerException when handling @OrderBy
+    * [ANN-618] - @AccessType("propery") cannot be overriden by @AccessType("field")
+    * [ANN-619] - @OneToOne in primary key fails
+    * [ANN-621] - Unable to handle JOINED stragegy when the root entity id contains a @ManyToOne
+    * [ANN-631] - Mistake in "2.2.5.2. Many-to-one"
+    * [ANN-634] - @CollectionOfElements cannot be combined with @Filter (or @Where) and EAGER fetching
+    * [ANN-637] - @o.h.a.Table.indexes returns obscur message when the table does not exist
+    * [ANN-643] - Missing .configure() on session factory creation examples
+    * [ANN-647] - @Where JavaDoc does not specify that it describes a SQL fragment
+    * [ANN-648] - o.h.a.Table.comment and o.h.a.Table.indexes fail on secondary tables
+
+
+** Improvement
+    * [ANN-605] - docs say @Enumerated(STRING), should be @Enumerated(EnumType.STRING)
+    * [ANN-606] - @Immutable does not throw error or warning on usage on subclass
+    * [ANN-633] - JAR file should contain vendor- and versioning information
+    * [ANN-671] - Log "Validator not present" only once
+
+** New Feature
+    * [ANN-28] - @Any
+    * [ANN-122] - Add @NaturalId annotation (Nicol‡s Lichtmaier)
+
+** Patch
+    * [ANN-575] - Mistakes in "2.2.5.1. One-to-one"
+    * [ANN-576] - Mistake in "2.2.5.2. Many-to-one"
+    * [ANN-577] - Improvement in "2.2.5.3.2.3. Unidirectional with join table"
+    * [ANN-578] - Improvement in "2.2.5.3.3.1. Definition"
+    * [ANN-579] - Mistake in "2.2.5.3.3.1. Definition"
+    * [ANN-580] - Mistake in "2.2.2.3. Embedded objects (aka components)"
+    * [ANN-581] - Improvement in "2.4.8. Filters"
+    * [ANN-588] - ProxyBreakingTest fails on case sensitive file systems
+    * [ANN-595] - Remove FlushModeType.NEVER
+
+
 3.3.0.GA (19-03-2007)
 ---------------------
 




More information about the hibernate-commits mailing list