[hibernate-commits] Hibernate SVN: r13753 - entitymanager/tags/v3_1_0_Beta2.

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Wed Aug 15 20:52:17 EDT 2007


Author: epbernard
Date: 2007-08-15 20:52:17 -0400 (Wed, 15 Aug 2007)
New Revision: 13753

Added:
   entitymanager/tags/v3_1_0_Beta2/changelog.txt
Log:
Move entitymanager tags/entitymanager_v31beta2 to the new structure (v3_1_0_Beta2)

Copied: entitymanager/tags/v3_1_0_Beta2/changelog.txt (from rev 13752, tags/entitymanager_v31beta2/HibernateExt/ejb/changelog.txt)
===================================================================
--- entitymanager/tags/v3_1_0_Beta2/changelog.txt	                        (rev 0)
+++ entitymanager/tags/v3_1_0_Beta2/changelog.txt	2007-08-16 00:52:17 UTC (rev 13753)
@@ -0,0 +1,25 @@
+Hibernate EntityManager Changelog
+==================================
+
+3.1beta2 (04-08-2005)
+---------------------
+ * Support package names in <class></class>
+ * EJB-42 Autodetection magic ignores hibernate.cfg.xml
+ * EJB-45 Allow to disable autodetection in .par through a property
+ * EJB-41 Short-circuit dirty checking when no callback are actually called
+ * EJB-38 Standalone EM should search for package-info files
+ * EJB-31 Out-of-container should search for .hbm.xml files
+ * EJB-29 Lifecycle callbacks and dirty checking clash
+ * EJB-36 proxied instances raise an exception in em.contains()
+ * EJB-28 support injected DataSource
+ * EJB-34 EMF.isOpen() is wrong
+ * EJB-27 Support transaction-less operations with getEntityManager()
+ * EJB-23 No lifecycle interceptor used when getCurrentSession() is called
+ * EJB-20 Sync Hibernate *state* and entity on lifecycle @Callbacks
+ * EJB-21 NPE in TransactionImpl.isActive() when tx is not initialized (Shane Bryzak)
+ * EJB-19 <jar-file/> analysed, but the resource path is mandatory and not only the jar name
+ * EJB-18 get mapped classes from .par files both exploded and regular zip
+
+3.1beta1 Preview (24-06-2005)
+-----------------------------
+Initial release
\ No newline at end of file




More information about the hibernate-commits mailing list