Help

Hibernate 3.6.0.CR2 has mainly minor bug fixes with several improvements.

The improvements are:

  • HHH-5560 Envers has added support for ValidityAuditStrategy - an alternative way to write history entries. The new strategy offers increased query performance, at the cost of additional operations during audit writing. For details see the blogs here and here.
  • Several improvements to annotations support for discriminators, column-level read/write expressions, and timestamp versions.

Some fixes of particular interest are:

  • HHH-892 would cause an exception when an HQL query has an ORDER BY clause that refers to a result variable (i.e., select expression alias).

For more details about Hibernate 3.6.0.CR2, see the release notes.

The artifacts have all been published to the JBoss Maven repository.

The release bundles have been uploaded to SourceForge.

Please report any issues to Jira. Visit us on IRC or the forums if you have usage questions.

Thanks!

1 comment:
 
06. Oct 2010, 17:58 CET | Link
Eitan

i don't see no hibernate-annotations 3.6.0.CR2 in the jboss repositories ( see listing at http://repository.jboss.org/nexus/content/groups/public-jboss/org/hibernate/hibernate-annotations/ ).

i wonder whether this package was not published unintentionally.

ReplyQuote
Post Comment