[hibernate-commits] Hibernate SVN: r20003 - core/branches/Branch_3_5.

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Wed Jul 21 17:19:08 EDT 2010


Author: gbadner
Date: 2010-07-21 17:19:07 -0400 (Wed, 21 Jul 2010)
New Revision: 20003

Modified:
   core/branches/Branch_3_5/changelog.txt
Log:
Updated changelog.txt for 3.5.4

Modified: core/branches/Branch_3_5/changelog.txt
===================================================================
--- core/branches/Branch_3_5/changelog.txt	2010-07-21 20:57:00 UTC (rev 20002)
+++ core/branches/Branch_3_5/changelog.txt	2010-07-21 21:19:07 UTC (rev 20003)
@@ -5,6 +5,49 @@
 refer to the particular case on JIRA using the issue tracking number to learn
 more about each case.
 
+Changes in version 3.5.4 (2010.07.21)
+-------------------------------------------
+http://opensource.atlassian.com/projects/hibernate/browse/HHH/fixforversion/11100
+
+** Bug
+
+    * [HHH-2269] - Many-to-one cascade fails with TransientObjectException if the inverse collection is marked CascadeType.DELETE_ORPHAN
+    * [HHH-3001] - The NoopOptimizer is not thread safe
+    * [HHH-3694] - ResultTransformer not used when scroll() is used on a named SQLQuery
+    * [HHH-4156] - c3p0 is not used when only specific hibernate.c3p0.* properties
+    * [HHH-4240] - SecondaryTables not recognized when using JOINED inheritance
+    * [HHH-4250] - @ManyToOne - @OneToMany doesn't work with @Inheritance(strategy= InheritanceType.JOINED)
+    * [HHH-4568] - Sybase - Test "BatchTest" fails due to "unexpected row count from update"
+    * [HHH-4647] - Problems with @JoinColumn referencedColumnName and quoted column and table names
+    * [HHH-4716] - NotAuditedException using the entity name concept of hibernate.
+    * [HHH-5109] - @OneToOne - too many joins
+    * [HHH-5272] - Typo in tutorial at web site
+    * [HHH-5315] - AuditJoinTable rows are no longer flushed to the database
+    * [HHH-5318] - Wrong logic for RequiresDialectFeature in org.hibernate.test.annotations.HibernateTestCase
+    * [HHH-5319] - Clean up data created in org.hibernate.test.annotations.onetomany.OneToManyTest#testUnidirectionalExplicit
+    * [HHH-5320] - IntermediateMappedSuperclassTest should set the scale of the BigDecimal
+    * [HHH-5322] - Regression in PersistenceUtilHelper
+    * [HHH-5323] - correct jdbc driver version for testing
+    * [HHH-5324] - Tests fail on mysql
+    * [HHH-5329] - NoClassDefFoundError when using Hibernate 3.5 with J2SE 1.4 because of a wrong catch block
+    * [HHH-5332] - JndiInfinispanRegionFactory cannot be instantiated
+    * [HHH-5334] - PersistenceUtilHelpe.findMember(Class, String) private method doesn't work with members of a superclass
+    * [HHH-5340] - Typo in tutorial at web site
+    * [HHH-5370] - Building IN condition with CriteriaBuilder providing collection of values not working.
+    * [HHH-5402] - Revert to hsqldb 1.8.0.2 as the test version for 3.5.4
+
+** New Feature
+
+    * [HHH-3659] - statistics: Execution time of a query
+    * [HHH-5260] - Allow query region name specific eviction settings
+
+** Patch
+
+    * [HHH-5213] - Add native SQL Boolean type to Ingres10Dialect
+    * [HHH-5336] - a few typo fixes
+    * [HHH-5381] - HSQLDB new dialect (Fred Toussi)
+
+
 Changes in version 3.5.3 (2010.06.16)
 -------------------------------------------
 http://opensource.atlassian.com/projects/hibernate/browse/HHH/fixforversion/11051



More information about the hibernate-commits mailing list