Opened 16 years ago

Closed 16 years ago

Last modified 16 years ago

#558 closed task (fixed)

Update to Hibernate 3.2.4

Reported by: Nicklas Nordborg Owned by: Nicklas Nordborg
Priority: blocker Milestone: BASE 2.4
Component: core Version: trunk
Keywords: Cc:

Description (last modified by Nicklas Nordborg)

It includes a fix for a memory leak. It may explain some of the problems on the demo server. Others which had memory problems when using 2GB of memory can now run with only 500MB. See http://opensource.atlassian.com/projects/hibernate/browse/HHH-2481 for more information. The memory leak was introduced by the fix to #99.

3.2.4 fixes a (potentially huge) performance problem that was introduced in 3.2.3

Change History (8)

comment:1 Changed 16 years ago by Jari Häkkinen

Milestone: BASE 2.2.3BASE 2.4

comment:2 Changed 16 years ago by Nicklas Nordborg

Description: modified (diff)
Summary: Update to Hibernate 3.2.3Update to Hibernate 3.2.4

comment:3 Changed 16 years ago by Nicklas Nordborg

Description: modified (diff)

comment:4 Changed 16 years ago by Jari Häkkinen

Milestone: BASE 2.4BASE 2.3

Milestone BASE 2.4 deleted

comment:5 Changed 16 years ago by Jari Häkkinen

Priority: majorblocker
Version: trunk

comment:6 Changed 16 years ago by Nicklas Nordborg

Status: newassigned

comment:7 Changed 16 years ago by Nicklas Nordborg

Resolution: fixed
Status: assignedclosed

(In [3452]) Fixes #558 and #568

comment:8 Changed 16 years ago by Nicklas Nordborg

(In [3460]) References #558. All places that used Session.connection(), which has been deprecated, now use HibernateUtil?.getConnection()

Note: See TracTickets for help on using tickets.