[hibernate-commits] Hibernate SVN: r10967 - in branches/Branch_3_2/HibernateExt: ejb ejb/lib metadata

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Sun Dec 10 14:35:05 EST 2006


Author: epbernard
Date: 2006-12-10 14:34:58 -0500 (Sun, 10 Dec 2006)
New Revision: 10967

Modified:
   branches/Branch_3_2/HibernateExt/ejb/changelog.txt
   branches/Branch_3_2/HibernateExt/ejb/lib/hibernate-annotations.jar
   branches/Branch_3_2/HibernateExt/ejb/readme.txt
   branches/Branch_3_2/HibernateExt/metadata/changelog.txt
   branches/Branch_3_2/HibernateExt/metadata/readme.txt
Log:
Release

Modified: branches/Branch_3_2/HibernateExt/ejb/changelog.txt
===================================================================
--- branches/Branch_3_2/HibernateExt/ejb/changelog.txt	2006-12-09 12:10:27 UTC (rev 10966)
+++ branches/Branch_3_2/HibernateExt/ejb/changelog.txt	2006-12-10 19:34:58 UTC (rev 10967)
@@ -1,6 +1,29 @@
 Hibernate EntityManager Changelog
 ==================================
 
+3.2.1.GA (8-12-2006)
+--------------------
+
+** Bug
+    * [EJB-226] - JarVistor.getVisitor does not handle paths containing spaces correctly for an exploded par
+    * [EJB-229] - merge fails with detached obj in 1:1 relationship
+    * [EJB-237] - merge() causes version to increase
+    * [EJB-240] - attribute-override and embedded in orm.xml not working
+    * [EJB-244] - JarVisitor fails on exploded archives with spaces in path
+    * [EJB-247] - HibernatePersistence does not play well with other PersistenceProviders
+    * [EJB-252] - Clarify documentation on package use in persistence.xml <class> (and it's meaning)
+    * [EJB-253] - Support Weblogic JAR URL in JavaSE mode
+
+
+** Improvement
+    * [EJB-232] - Better documentation for <jar-file> and scanning outside of PU root
+    * [EJB-243] - Error in Documentation: persistence.xml for typical Java SE Environment
+    * [EJB-246] - Consider being in a JavaEE container when jta-datasource is used
+    * [EJB-248] - Wrap StaleStateException into an OptimisticLockException during em.getTransaction().commit()
+    * [EJB-254] - Allow DataSource overriding through createEntityManager(String, Map override)
+    * [EJB-256] - Avoid JAR locking on Windows and Tomcat due to URLConnection caching
+
+
 3.2.0.GA (16-10-2006)
 ---------------------
 Same code base as 3.2.0.CR3

Modified: branches/Branch_3_2/HibernateExt/ejb/lib/hibernate-annotations.jar
===================================================================
(Binary files differ)

Modified: branches/Branch_3_2/HibernateExt/ejb/readme.txt
===================================================================
--- branches/Branch_3_2/HibernateExt/ejb/readme.txt	2006-12-09 12:10:27 UTC (rev 10966)
+++ branches/Branch_3_2/HibernateExt/ejb/readme.txt	2006-12-10 19:34:58 UTC (rev 10967)
@@ -1,8 +1,8 @@
 Hibernate EntityManager
 ==================================================
-Version: 3.2.0.GA, 16.10.2006
+Version: 3.2.1.GA, 8.12.2006
 
-THIS RELEASE OF HIBERNATE ENTITYMANAGER REQUIRES HIBERNATE CORE 3.2.0.GA (or CR5) AND 
+THIS RELEASE OF HIBERNATE ENTITYMANAGER REQUIRES HIBERNATE CORE 3.2.0.GA (and above) AND 
 DOES NOT WORK WITH HIBERNATE 3.1.x OR ANY OLDER VERSION OF HIBERNATE.
 
 

Modified: branches/Branch_3_2/HibernateExt/metadata/changelog.txt
===================================================================
--- branches/Branch_3_2/HibernateExt/metadata/changelog.txt	2006-12-09 12:10:27 UTC (rev 10966)
+++ branches/Branch_3_2/HibernateExt/metadata/changelog.txt	2006-12-10 19:34:58 UTC (rev 10967)
@@ -1,6 +1,63 @@
 Hibernate Annotations Changelog
 ===============================
 
+3.2.1.GA (8-12-2006)
+--------------------
+
+** Bug
+    * [ANN-395] - @Embedded can not map interface
+    * [ANN-425] - Property not found when defined in a @IdClass and referenced by a @OneToMany
+    * [ANN-430] - @ManyToOne results in default outer join eager fetch, should be lazy
+    * [ANN-448] - @OrderBy does not work with an association table when Set is used for collection
+    * [ANN-450] - @MapKey does not work with embedded fields
+    * [ANN-452] - Check lucene behavior on rollback()
+    * [ANN-458] - Hibernate Validator initialization always requires keys in ValidatorMessges.properties
+    * [ANN-466] - Discriminator values longer than 31 break in PostgreSQL
+    * [ANN-471] - lazily resolve default messages in DefaultMessageInterpolator
+    * [ANN-473] - Unable to define unique constraints on a denormalized table (union-subclass)
+    * [ANN-474] - <sequence-generator> and <table-generator> at the entity level can override those at the property level in JPA XML
+    * [ANN-477] - @Formula doesn't work in entities referenced by @JoinColumn(referencedColumnName="...")
+    * [ANN-491] - Collection mapped with javax.persistence.MapKey isn't loaded properly.
+    * [ANN-499] - @IdClass and @ManyToOne leads to repeated column exception
+
+
+** Improvement
+    * [ANN-37] - Support for SQL Overriding (László Benke, Assaf Berg)
+    * [ANN-387] - lucene integration does not support Inheritance
+    * [ANN-422] - Add targetEntity to MapKeyManyToMany annotation
+    * [ANN-449] - @Min, @Max store value as Integer.  @Range stores values as Long.
+    * [ANN-456] - ClassValidator sould be able to get a reflectionManager from the caller (ie the event listener)
+    * [ANN-460] - Support for several entity types per Index
+    * [ANN-468] - IdFieldBridge should be introduced to cope with additional constraints on Brigdes used by document ids
+    * [ANN-475] - Make ClassValidator independent from javax.persistence annotations
+    * [ANN-476] - EJB3 naming strategy struggles with quoted identifiers when generating composed table/column names
+    * [ANN-497] - Reuse the same synchronization queue per transaction for Search operations
+
+** New Feature
+    * [ANN-363] - Support for a @FieldBridge
+    * [ANN-364] - @Boost or equivalent on entity and on fields
+    * [ANN-383] - Align with Lucene 2 APIs for annotations
+    * [ANN-384] - Reindex an object on a per instance basis (not triggered by a change)
+    * [ANN-454] - Support for Built-in bridges in Lucene
+    * [ANN-455] - Comprehensive built-in type support
+    * [ANN-457] - Support field annotations in Hibernate Lucene (Richard Hallier)
+    * [ANN-463] - @DateBridge
+    * [ANN-478] - French translation (Vincent Ricard)
+    * [ANN-482] - Use of transaction Synchronization rather than post-commit-* events
+    * [ANN-493] - @NonEmpty
+
+** Patch
+    * [ANN-445] - Add dutch (Nederlands) validator_nl.properties for hibernate validator
+    * [ANN-465] - SingleTableTest.testDefaultDiscriminatorColumn fix
+    * [ANN-498] - Add Spanish Validation Bundle
+    * [ANN-500] - Swedish default messages
+
+** Task
+    * [ANN-479] - Various optimizations of the Xlayer (reflection layer)
+    * [ANN-483] - reorganize lucene packaging
+    * [ANN-488] - Rename org.hibernate.lucene to org.hibernate.search
+
+
 3.2.0.GA (16-10-2006)
 ---------------------
 Same code base as 3.2.0.CR3

Modified: branches/Branch_3_2/HibernateExt/metadata/readme.txt
===================================================================
--- branches/Branch_3_2/HibernateExt/metadata/readme.txt	2006-12-09 12:10:27 UTC (rev 10966)
+++ branches/Branch_3_2/HibernateExt/metadata/readme.txt	2006-12-10 19:34:58 UTC (rev 10967)
@@ -1,8 +1,8 @@
 Hibernate Annotations
 ==================================================
-Version: 3.2.0.GA, 16.10.2006
+Version: 3.2.1.GA, 8.12.2006
 
-THIS RELEASE OF HIBERNATE ANNOTATIONS REQUIRES HIBERNATE CORE 3.2.0.GA (or CR5) AND DOES NOT 
+THIS RELEASE OF HIBERNATE ANNOTATIONS REQUIRES HIBERNATE CORE 3.2.0.GA (and above) AND DOES NOT 
 WORK WITH HIBERNATE 3.1.x OR ANY OLDER VERSION OF HIBERNATE.
 
 




More information about the hibernate-commits mailing list