Opened 17 years ago

Closed 17 years ago

Last modified 17 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 by Jari Häkkinen, 17 years ago

Milestone: BASE 2.2.3BASE 2.4

comment:2 by Nicklas Nordborg, 17 years ago

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

comment:3 by Nicklas Nordborg, 17 years ago

Description: modified (diff)

comment:4 by Jari Häkkinen, 17 years ago

Milestone: BASE 2.4BASE 2.3

Milestone BASE 2.4 deleted

comment:5 by Jari Häkkinen, 17 years ago

Priority: majorblocker
Version: trunk

comment:6 by Nicklas Nordborg, 17 years ago

Status: newassigned

comment:7 by Nicklas Nordborg, 17 years ago

Resolution: fixed
Status: assignedclosed

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

comment:8 by Nicklas Nordborg, 17 years ago

(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.