[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. The above change has been incorporated.
[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 ByteCodeProvider. This is now incorporated into this release.
[HHH-2875] - repackage cglib/asm under org.hibernate namespace.
[HHH-3229] - Make cascade rules more transparent/explicit/deterministic.
[HHH-3269] - upgrade to jDocBook plugin version 2.1.1.
[HHH-3276] - review proposed new doc styling.
[HHH-3283] - protect BulkManipulationTest#testInsertWithGeneratedTimestampVersion where Dialect#supportsParametersInInsertSelect == false.
[HHH-3286] - Move ACTION_PERSIST_SKIPLAZY from HEM to Core in CascadingAction.
[HHH-3279] - create series of maven plugins offering functionality of the ant tools.
[HHH-3270] - follow up on documentation license questions.