#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 )
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
Milestone: | BASE 2.2.3 → BASE 2.4 |
---|
comment:2 Changed 16 years ago by
Description: | modified (diff) |
---|---|
Summary: | Update to Hibernate 3.2.3 → Update to Hibernate 3.2.4 |
comment:3 Changed 16 years ago by
Description: | modified (diff) |
---|
comment:4 Changed 16 years ago by
Milestone: | BASE 2.4 → BASE 2.3 |
---|
comment:5 Changed 16 years ago by
Priority: | major → blocker |
---|---|
Version: | → trunk |
comment:6 Changed 16 years ago by
Status: | new → assigned |
---|
comment:7 Changed 16 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:8 Changed 16 years ago by
(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.
Milestone BASE 2.4 deleted