4. Issues

4.1. Issue type: Bugs

[HHH-2683] - "datediff" is declared as NoArgSQLFunction in H2Dialect, but actually accepts 3 arguments.  This issue is now resolved. It has been changed from NoArgSQLFunction to StandardSQLFunction.

[HHH-3257] - Content images not displayed. This issue affects the use of jdocbook plugin. useRelativeImageUris is now set to false to fix this error.

[HHH-3260] - Hibernate wraps a listener init or destroy exception into an AssertionFailure. AssertionFailure is now replaced with HibernateException to catch listener exception errors.

[HHH-3261] - Do not wrap exceptions raised by event listeners (at init or destroy time). Use of AssertionFailureExceptions has been removed.

[HHH-3265] - change license url in pom to http://www.gnu.org/licenses/lgpl-2.1.html. The license information has been updated to version 2.1 of LGPL.

[HHH-3266] - distribution bundle missing jta dependency. The missing dependency set has been updated in the dist.xml file.

[HHH-3272] - use of Integer.valueOf(int) which is not available in JDK 1.4. This has been updated for the compatible JDK version. Instead of Integer.valueOf(int), new Integer(int) is used.

[HHH-3282] - DB2Dialect should report supportsLobValueChangePropogation() as false. This change has been incorporated.

4.2. Improvement

[HHH-1786] - JTASessionContext.CleanupSynch does not remove sessions from currentSessionMap. 

[HHH-2060] - To be able to use <generator> with <composite-id>. Functionality to use <generator> has been incorporated.

[HHH-2506] - Make javassist the default ByteCodeProviderThis has been incorporated into this release.

[HHH-2875] - repackage cglib/asm under org.hibernate namespace. This issue is also associated with the above issue.

[HHH-3229] - Make cascade rules more transparent/explicit/deterministic. 

[HHH-3269] - upgrade to jDocBook plugin version 2.1.1. Upgrade for jDocBook plugin version from 2.1.0 to 2.1.1 has been enabled for this release

[HHH-3276] - review proposed new doc styling. Hibernate going to have a new look soon!

[HHH-3283] - protect BulkManipulationTest#testInsertWithGeneratedTimestampVersion where Dialect#supportsParametersInInsertSelect == false. 

[HHH-3286] - Move ACTION_PERSIST_SKIPLAZY from HEM to Core in CascadingAction. 

4.3. New Feature

[HHH-3279] - create series of maven plugins offering functionality of the ant tools. 

4.4. Task

[HHH-3270] - follow up on documentation license questions. License information has been modified to reflect LGPL licensing.